Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFrost committed Sep 15, 2020
1 parent b9a9bfd commit 892e3a4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [development]

Nothing yet!

## [v2.3.0]

### Added

- Top-level expression functions, along with `jexl.addFunction` and
`jexl.addFunctions`.
`jexl.addFunctions`. (#25)
- Binary operators can now be set to evaluate their operands manually, allowing
them to decide if and when to resolve the value of the left or right sides.
See the new `manualEval` option in `jexl.addBinaryOp`.
- Support for Latin 1 Suppliment characters in identifiers (#68) (@heharkon)
- Support for Russian chatacters in identifiers (#90) (@a-gorbunov)
- ES5 build for browser support (#87) (@czosel)

### Fixed

Expand Down Expand Up @@ -194,7 +201,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[development]: https://github.com/TomFrost/Jexl/compare/v2.2.2...HEAD
[development]: https://github.com/TomFrost/Jexl/compare/v2.3.0...HEAD
[v2.3.0]: https://github.com/TomFrost/Jexl/compare/v2.2.2...v2.3.0
[v2.2.2]: https://github.com/TomFrost/Jexl/compare/v2.2.1...v2.2.2
[v2.2.1]: https://github.com/TomFrost/Jexl/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/TomFrost/Jexl/compare/v2.1.1...v2.2.0
Expand Down

0 comments on commit 892e3a4

Please sign in to comment.