Releases: bjornstar/tomes
Releases · bjornstar/tomes
v0.0.22 / 2014-11-04
- inc now takes NumberTomes
- Added this
HISTORY.md
file
v0.0.21 / 2014-05-21
- IE9 support and travis fix for npm horribleness
v0.0.20 / 2014-01-28
- toLocaleString does not work in browsers so we make a special one for them.
v0.0.18 / 2013-11-20
- ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for.
v0.0.17 / 2013-11-18
- To avoid issues with multiple versions of Tomes not being able to recognize Tomes as Tomes, instanceof has been eradicated from Tomes. Instead we now check the to see if the constructor's name has Tomes in it. This is not perfect as Tomes will still fail to recognize Tomes from other iframes and windows. It's a step in the right direction regardless.
- Tomes now has a readAll method to pull out the entire array of diffs from the root Tome. It seems like the vast majority of use cases always pull out all diffs, so this should improve performance there.
v0.0.16 / 2013-10-25
- First public release