Releases: rawmodel/framework
Releases · rawmodel/framework
1.12.0
- Field property
serializable
now affects only the output of method.serialize()
. - Adding field property
enumerable
which handles field visibility.
1.11.0
- Dependencies update.
1.10.0
- Dependencies update.
1.9.0
- Option
serializable
sets also object'senumerable
configuration option. - TypeScript
noImplicitAny: true
support.
1.8.0
- Not invalidating field when field's value is changed.
- Upgrading dependencies.
1.7.0
- Removing defineField() enumerable option.
- Adding defineField() serializable option.
1.6.0
defineField()
can now define unserializable field by settingenumerable
option tofalse
.
1.5.0
hasErrors()
method bug fix - nested value.clone()
method bug fix - data serialization.handle()
method bug fix - throwing error on nested field withouthandle
options.
1.4.0
- Merging model constructor arguments into a single argument (easier class extending).
- Converting tests to TypeScript.
1.3.0
- Removing context-aware models (the concept not properly working with TypeScript).
- Adding code linting.