Skip to content

Releases: orlandos-nl/IkigaJSON

1.2.1

10 Mar 13:25
Compare
Choose a tag to compare
  • Implemented encoding to JSONArray and JSONObject
  • Fixed the infinite loop in the JSONArray sequence implementation and tested it

1.2.0

10 Mar 12:59
Compare
Choose a tag to compare
  • Implement decoding from JSON Primitives

1.1.2

01 Mar 17:32
cfd4b2d
Compare
Choose a tag to compare
  • Improve Swift support on Linux (Swift 4.0 rather than 4.2)
  • Initialize JSONObject with Foundation.Data
  • Added keys to JSONObject

1.1.1

14 Feb 10:55
Compare
Choose a tag to compare
  • Remove submodule

1.1.0

27 Jan 00:00
Compare
Choose a tag to compare

IkigaJSON now supports SwiftNIO out of the box. It also comes with a two new types (JSONArray and JSONObject) that can mutate JSON inline, very efficiently! The two types intentionally miss features/API, so if you're missing API be sure to open an issue!

1.0.3

23 Nov 22:25
Compare
Choose a tag to compare
  • More performant JSON encoding

1.0.2

20 Nov 14:06
Compare
Choose a tag to compare

Remove accidental submodule

1.0.1

19 Nov 21:51
Compare
Choose a tag to compare
  • Reimplemented date decoding strategies and implemented some tests

1.0.0

19 Nov 21:30
Compare
Choose a tag to compare

The initial release this high performance JSON library