Skip to content

Releases: rogerluan/JSEN

1.2.1

02 Jun 01:24
dd73b21
Compare
Choose a tag to compare

What's Changed

  • Fix Issue When Writing to Empty Dictionary by @rogerluan in #4

Full Changelog: 1.2.0...1.2.1

1.2.0

28 May 01:29
3df9171
Compare
Choose a tag to compare

What's Changed

  • Add appending function to KeyPath using the "+" operator by @rogerluan in #3

Full Changelog: 1.1.3...1.2.0

1.1.3

28 May 01:04
914d782
Compare
Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2

09 Feb 01:24
586c395
Compare
Choose a tag to compare

What's Changed

  • allow JSEN to be initialized from a type-erased JSEN instance by @loganmoseley in #2

New Contributors

Full Changelog: 1.1.1...1.1.2

Make init method public

13 Jun 05:28
35b0e95
Compare
Choose a tag to compare

The init method release in 1.1.0 was accidentally released as internal (default) instead of public, thus not being accessible from outside. This release changes that.

Add JSEN Custom Initializer to Init From `Any?`

13 Jun 05:19
2fe1e53
Compare
Choose a tag to compare

This release adds a custom initializer to JSEN, to init from an Any? argument. #1

Initial Version

12 Jun 13:55
64299df
Compare
Choose a tag to compare

This is the initial version of the framework.