Skip to content

Releases: evilmonkeyinc/jsonpath

v0.8.1

06 Mar 07:40
26e2c26
Compare
Choose a tag to compare

0.8.1 (2023-03-06)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.8.2 (9dd39a2)
  • deps: update module github.com/evilmonkeyinc/jsonpath to v0.8.0 (a27e156)
  • deps: update module github.com/spyzhov/ajson to v0.7.2 (676004d)

Chores

  • deps: update actions/setup-go action to v3 (e563319)
  • deps: update wangyoucao577/go-release-action action to v1.36 (e04af8c)
  • deps: update codecov/codecov-action action to v3 (2081f02)
  • deps: update actions/checkout action to v3 (060aa4c)
  • deps: update wangyoucao577/go-release-action action to v1.35 (cc4eda7)
  • update expression readme (173073d)

v0.8.0

11 Feb 07:34
2f1f51e
Compare
Choose a tag to compare

0.8.0 (2022-02-11)

Feature

Bug Fixes

  • fail is option used twice (54f3e2e)

Tests

Chores

v0.7.3

01 Feb 08:25
96598ba
Compare
Choose a tag to compare

0.7.3 (2022-02-01)

Code Refactoring

  • range and union refactor (489c43e)

Chores

  • add benchmark tests for more functions (f7ae1e0)
  • update benchmark readme (213d4c0)

v0.7.2

30 Jan 22:44
542b5d3
Compare
Choose a tag to compare

0.7.2 (2022-01-30)

Code Refactoring

  • have script tokens compile expression (5133c0f)
  • remove extra loop in wildcard token (325ad13)
  • remove multiple loops (098ce1d)

Chores

v0.7.1

27 Jan 21:30
e929d41
Compare
Choose a tag to compare

0.7.1 (2022-01-27)

Chores

  • add benchmark tests and notes (61c8977)
  • add benchmark tests and notes (91cede1)

v0.7.0

26 Jan 20:12
43a03aa
Compare
Choose a tag to compare

0.7.0 (2022-01-26)

Feature

Bug Fixes

  • allow nil to be considered false (1314c4b)

Tests

  • additional tests for tokens package (83f4ce1)

Code Refactoring

Chores

  • update standard script engine readme (a6028f0)
  • update wording in readme (8dfd3d2)

v0.6.0

23 Jan 22:25
7533c29
Compare
Choose a tag to compare

0.6.0 (2022-01-23)

Feature

  • add updated expression evaluation (f7e9fe1)

Bug Fixes

  • ensure filter does not match number to string (096d783)

Code Refactoring

  • move query options to own package (366a040)
  • rename JSONPath struct to Selector

v0.5.0

22 Jan 17:37
69298a0
Compare
Choose a tag to compare

0.5.0 (2022-01-22)

Feature

  • support double quotes in subscript for keys (a6cc88d)

v0.4.5

22 Jan 17:18
Compare
Choose a tag to compare

0.4.5 (2022-01-22)

Bug Fixes

  • add release tag to push build workflows (05b641c)

Chores

  • reorder consensus readme columns (5185503)

v0.4.4

22 Jan 16:53
15a7072
Compare
Choose a tag to compare

0.4.4 (2022-01-22)

Bug Fixes

  • push to main workflow updates (ae14ac6)