Releases: rawmodel/framework
Releases · rawmodel/framework
1.12.0
- Field property
serializablenow affects only the output of method.serialize(). - Adding field property
enumerablewhich handles field visibility.
1.11.0
- Dependencies update.
1.10.0
- Dependencies update.
1.9.0
- Option
serializablesets also object'senumerableconfiguration option. - TypeScript
noImplicitAny: truesupport.
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 settingenumerableoption 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 withouthandleoptions.
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.