Skip to content

Releases: spyzhov/ajson

v0.6.0

06 Nov 20:58
376eb0b
Compare
Choose a tag to compare
  • Implemented node.Set and node.SetNode methods for #35
  • Added go1.17.x version to test
  • Added default results for (*Node)(nil) methods

v0.5.0

28 Oct 20:50
32110c0
Compare
Choose a tag to compare
  • Rename deReference function to ApplyJSONPath

v0.4.2

15 Jul 20:55
891ea8c
Compare
Choose a tag to compare
  • fix multiple responses;

v0.4.1

15 Jul 00:31
fc927c2
Compare
Choose a tag to compare
  • Add sum function;

v0.4.0

15 Jul 00:16
79a017d
Compare
Choose a tag to compare

Add console application

v0.3.2

11 Jul 22:04
b61a857
Compare
Choose a tag to compare
  • fix documentation;
  • small fixes (jsonpath - use strings with quotes);

v0.3.1

22 Jun 22:20
7b8c1ac
Compare
Choose a tag to compare
  • fix documentation;
  • small fixes (big numbers, blank RPN);

v0.3.0

22 Jun 21:14
96d54f8
Compare
Choose a tag to compare
  • Switch decoder to use state transition table;
  • Fix some errors;
  • Add github actions, for linter only;

v0.2.4

13 Jun 22:32
65a00d6
Compare
Choose a tag to compare
  • Fixed SetArray and SetObject methods;

v0.2.3

19 May 10:07
c044b63
Compare
Choose a tag to compare
  • fix slice command;
  • fix unquotes strings;