v3.6
·
304 commits
to master
since this release
- share model code between all list models: ArrayModel, MapModel and SetModel
- autocast ArrayModel items at model instanciation
- check if Map and Set models constructor argument is iterable
- added
Array.prototype.fillandArray.prototype.copyWithinto ArrayModel mutator methods - add autocast to
Array.prototype.fillmethod