Skip to content

Releases: discoveryjs/jora

1.0.0-alpha.4

24 Dec 22:33
Compare
Choose a tag to compare
  • Added ternary operator (i.e. a ? b : c)
  • Added operators *, / and %

1.0.0-alpha.3

22 Nov 22:47
Compare
Choose a tag to compare
  • Changed filter syntax to start with a dot, i.e. [expr] -> .[expr]
  • Added true, false, null and undefined keywords
  • Added a value argument for mapToArray()
  • Allowed a string, a number or a regexp to be a path root
  • Fixed escaping in regexp syntax

1.0.0-alpha.2

27 Sep 15:44
Compare
Choose a tag to compare
  • Changed size() method to return own keys count for a plain object
  • Fixed edge case: using an empty object inside a function
  • Fixed regexp parsing (fixes #2)
  • Fixed .npmignore to include min version to package

1.0.0-alpha.1

19 Jul 02:25
Compare
Choose a tag to compare
  • Initial release