Skip to content

Releases: bjornstar/tomes

v0.0.22 / 2014-11-04

15 Mar 05:31
Compare
Choose a tag to compare
  • inc now takes NumberTomes
  • Added this HISTORY.md file

v0.0.21 / 2014-05-21

15 Mar 05:32
Compare
Choose a tag to compare
  • IE9 support and travis fix for npm horribleness

v0.0.20 / 2014-01-28

15 Mar 05:33
Compare
Choose a tag to compare
  • toLocaleString does not work in browsers so we make a special one for them.

v0.0.18 / 2013-11-20

15 Mar 05:38
Compare
Choose a tag to compare
  • ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for.

v0.0.17 / 2013-11-18

15 Mar 05:38
Compare
Choose a tag to compare
  • 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

15 Mar 05:40
Compare
Choose a tag to compare
  • First public release