Sha256: 4d06686da83b73f0293335e2af097d93a205d148b32d270d2d6a471f8c386ae2
Contents?: true
Size: 799 Bytes
Versions: 2
Compression:
Stored size: 799 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 0.2.4 / 2022-08-02 - Add method `String#*`, e.g. `{"Dorian " \* 2}" -> "Dorian Dorian " - Add executable to gem, e.g. `template --help` ## 0.2.3 / 2022-08-31 - Add default timeout for code and template parsing and evaluation ## 0.2.2 / 2022-08-31 - Fix parsing error when the template is empty, e.g. "" ## 0.2.1 / 2022-08-31 - Fix parsing error on empty code like `Hello {` ## 0.2.0 / 2022-08-30 - Programming language capable of solving the first 5 Project Euler problems ## 0.1.0 / 2022-07-28 - Initial version with interpolation
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
code-ruby-0.2.4 | CHANGELOG.md |
template-ruby-0.2.4 | CHANGELOG.md |