Skip to content

Releases: dfilatov/jspath

0.4.0

06 Jan 14:46
Compare
Choose a tag to compare
  • Added new string comparison operators: =^, ==^, =$, ==$, =*, ==* #56
  • Added ability to use multiline string as path #56
  • Added ability to use null as a literal inside expressions #68
  • Fixed an issue with selecting null values #65
  • Enabled strict mode

0.3.4

10 Mar 07:21
Compare
Choose a tag to compare
  • The bug with endwith operator was fixed (#59)

0.3.3

12 Apr 09:06
Compare
Choose a tag to compare
  • The bug with wrong order of arithmetic operations was fixed (#44)

0.3.2

10 Aug 10:22
Compare
Choose a tag to compare
  • The ability to use @ as a part of substitution name was added

0.3.1

19 Jul 17:54
Compare
Choose a tag to compare
  • The bug with an unexpected data mutation was fixed (#33)

0.3.0

10 Jan 18:40
Compare
Choose a tag to compare
  • The ability to use substitutions as path roots was added (#30)
  • The ability to use path concatenation as a top-level expression was added (#29)
  • The ability to use nested and grouped path concatenations was added
  • Some performance improvements were added
  • Corresponding error message in case of unexpected string literal was added

0.2.14

10 Dec 11:43
Compare
Choose a tag to compare
  • CommonJS environment detection became more accurate (#28)
  • bower.json was added

0.2.13

23 Oct 19:45
Compare
Choose a tag to compare
  • ability to escape chars in strings was added (#26)