Skip to content

Releases: rogerluan/JSEN

1.2.1

Choose a tag to compare

@rogerluan rogerluan released this 02 Jun 01:24
dd73b21

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

Choose a tag to compare

@rogerluan rogerluan released this 28 May 01:29
3df9171

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

Choose a tag to compare

@rogerluan rogerluan released this 28 May 01:04
914d782

Full Changelog: 1.1.2...1.1.3

1.1.2

Choose a tag to compare

@rogerluan rogerluan released this 09 Feb 01:24
586c395

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

Choose a tag to compare

@rogerluan rogerluan released this 13 Jun 05:28
35b0e95

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?`

Choose a tag to compare

@rogerluan rogerluan released this 13 Jun 05:19
2fe1e53

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

Initial Version

Choose a tag to compare

@rogerluan rogerluan released this 12 Jun 13:55
64299df

This is the initial version of the framework.