v3.6
sylvainpolletvillard
released this
01 Aug 21:27
·
299 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.fill
andArray.prototype.copyWithin
to ArrayModel mutator methods - add autocast to
Array.prototype.fill
method