Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoffe committed Jan 30, 2020
1 parent 3756d7c commit 59d6da0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

### HEAD

### Raymond 2.0.3 _(Jan 30, 2020)_
### Raymond 0.2.3 _(Jan 30, 2020)_

- [IMPROVEMENT] Iterate map keys in ordered fashion
- [IMPROVEMENT] Add `RemoveHelper` and `RemoveAllHelpers` functions

### Raymond 2.0.2 _(March 22, 2018)_
### Raymond 0.2.2 _(March 22, 2018)_

- [IMPROVEMENT] Add the #equal helper (#7)
- [IMPROVEMENT] Add struct tag template variable support (#8)

### Raymond 2.0.1 _(June 01, 2016)_
### Raymond 0.2.1 _(June 01, 2016)_

- [BUGFIX] Removes data races [#3](https://github.com/aymerick/raymond/issues/3) - Thanks [@markbates](https://github.com/markbates)

### Raymond 2.0.0 _(May 01, 2016)_
### Raymond 0.2.0 _(May 01, 2016)_

- [BUGFIX] Fixes passing of context in helper options [#2](https://github.com/aymerick/raymond/issues/2) - Thanks [@GhostRussia](https://github.com/GhostRussia)
- [BREAKING] Renames and unexports constants:
Expand All @@ -32,14 +32,14 @@
- `lexer.DUMP_ALL_TOKENS_VAL`


### Raymond 1.1.0 _(June 15, 2015)_
### Raymond 0.1.0 _(June 15, 2015)_

- Permits templates references with lowercase versions of struct fields.
- Adds `ParseFile()` function.
- Adds `RegisterPartialFile()`, `RegisterPartialFiles()` and `Clone()` methods on `Template`.
- Helpers can now be struct methods.
- Ensures safe concurrent access to helpers and partials.

### Raymond 1.0.0 _(June 09, 2015)_
### Raymond 0.1.0 _(June 09, 2015)_

- This is the first release. Raymond supports almost all handlebars features. See https://github.com/aymerick/raymond#limitations for a list of differences with the javascript implementation.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
0.2.3

0 comments on commit 59d6da0

Please sign in to comment.