Skip to content

v3.6

Compare
Choose a tag to compare
@sylvainpolletvillard sylvainpolletvillard released this 01 Aug 21:27
· 282 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 and Array.prototype.copyWithin to ArrayModel mutator methods
  • add autocast to Array.prototype.fill method