File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2022-01-31
11+
1012### Added
1113- ` initialize ` : add path parameter ([ #5 ] ( https://github.com/gi/handlebars-ruby/pull/5 ) )
1214- ` register_helper ` : accept multiple helpers as keyword parameters ([ #6 ] ( https://github.com/gi/handlebars-ruby/pull/6 ) )
1315- ` register_helper ` : accept javascript function as string ([ #7 ] ( https://github.com/gi/handlebars-ruby/pull/7 ) )
1416- ` ci ` : verify gem builds ([ #8 ] ( https://github.com/gi/handlebars-ruby/pull/8 ) )
1517- ` require ` : allow loading from ` handlebars-engine ` and ` handlebars/engine ` ([ #8 ] ( https://github.com/gi/handlebars-ruby/pull/8 ) )
1618
17- ### Changed
18-
1919## [ 0.2.0] - 2022-01-27
2020
2121This is the initial implementation, wrapping the JavaScript Handlebars.
Original file line number Diff line number Diff line change 22
33module Handlebars
44 class Engine
5- VERSION = "0.2 .0"
5+ VERSION = "0.3 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments