Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@alxmagro alxmagro released this 23 Feb 17:38
· 2 commits to master since this release

It's been a while, huh friend?

This version brings many changes, so I created a page on the Wiki especially for those who will migrate from version 1.1.1 to this one. But I can advance the most sensitive changes.

No dependencies and no state control: Controlling the state of a Javascript object was not an easy task for the Model. There are many variables in this process, for example, the depth of the analysis, since a property could be an object with other properties and so on. As this is a feature that will be used in some parts of the code, and not whenever you need the Model, this feature has left the core of Modele in this release.

This, coupled with the definition of an API for request, it was possible to have zero dependencies in the package! Leaving the package with incredible 1.5kB (min + gz).

Read the new Wiki and enjoy the new package :)