Skip to content

Releases: spyzhov/ajson

v0.9.3

14 Jun 06:43
71e4170
Compare
Choose a tag to compare

Fix the sum and avg functions for the only numeric value.

v0.9.2

13 Jun 11:25
a3c0a6b
Compare
Choose a tag to compare

Fix the issue #67

v0.9.1

14 Mar 21:02
2f5aaea
Compare
Choose a tag to compare

Fixed error handling for cmd/ajson

v0.9.0: Add multiline support (#64)

24 Jul 20:51
d59d485
Compare
Choose a tag to compare
  • Add functions last, first, parent, root, and key
  • Add multiline support for CLI

v0.8.0

14 Mar 21:18
Compare
Choose a tag to compare

Fixes: #61

v0.7.2

25 Dec 00:25
Compare
Choose a tag to compare

Add new functions:

b64decode    Base64 Decoding                string
b64encode    Base64 Encoding                string 
b64encoden   Base64 Encoding (no padding)   string

v0.7.1

31 Jan 22:54
cff065f
Compare
Choose a tag to compare

Fixed operation parser.

v0.7.0

30 Dec 00:34
0d5a0e9
Compare
Choose a tag to compare

Added math functions: rand and randInt.

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