Releases: rogerluan/JSEN
Releases · rogerluan/JSEN
1.2.1
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
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
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- allow JSEN to be initialized from a type-erased JSEN instance by @loganmoseley in #2
New Contributors
- @loganmoseley made their first contribution in #2
Full Changelog: 1.1.1...1.1.2
Make init method public
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?`
This release adds a custom initializer to JSEN, to init from an Any?
argument. #1
Initial Version
This is the initial version of the framework.