Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

0.15.2

Choose a tag to compare

@etsuo etsuo released this 14 May 22:35
· 61 commits to develop since this release
527521b

See: Milestone 0.15.2

Bugs

#190 @Json( { toJson: x } ) was not binding the model to this of the toJson handler. Now it is.
#192 same as #190 but with @ToJson()
#177 @ToJson is now recursively called on child models (@FromJson is not updated yet - see #194)