Skip to content

Releases: spyzhov/ajson

v0.9.5

22 Oct 13:11
b7c6942
Compare
Choose a tag to compare

Add is_*type* functions

v0.9.4

03 Sep 07:58
0d5fdee
Compare
Choose a tag to compare
  • Fixed Node.Clone() to update the correct parents for children

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.