Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@Madeorsk Madeorsk released this 29 Jun 15:14
· 3 commits to main since this release
v4.1.0
e9cca58
  • Add assign function to assign properties values using any object, silently ignoring fields which are not properties.
  • Add from function to initialize a model and assign properties values using any object, silently ignoring fields which are not properties.
  • Add applyPatch function to update models using objects returned by patch function.
  • Add map type and document it.
  • Add extend function to easily extend an inherited model.
  • Change recommended model declaration.
  • Improve code and tests style.
  • Update dev dependencies.
  • Improve README.