Changelog
7.0.1
Collection#constructor
to just reset the collectionChangelog
7.0.0
Collection#set
call in the constructor
Collection#set
to batch all the additions so indexes are not recalculated for each addition.Model#constructor
to directly set the attributes instead of initialize with an empty map and replace it.Changelog
6.0.1
set
introduced in 4.0.0 with the addition of indexes: We were creating a model just to call the primaryKey
method instead of just calling the prototype.Changelog
5.0.5
add
adding duplicated records and switches model.save
to use add instead of set