- README.md: Replace wiki.ecmascript.org with tc39wiki.calculist.org
- README.md: Redirects from *.github.com are going away, change to github.io
- package.json: Use https for bugs url
- HISTORY.md: Add dates next to version numbers
- HISTORY.md: Prefix versions with v
- HISTORY.md: Add v0.0.16
- HISTORY.md: Try a new style for referencing files
- test: Fix array sort test failure
- Remove Makefile and associated scripts
- .travis.yml: Test on node 14, 12, and 10
- HISTORY.md: Fix markdown
- README.md: Fix markdown
- Repeated calls to unTome return the same object
- Tomes now have a destroy method
- Add .jshintrc and run on tests
- README.md: Fix first link
- README.md: Point to this fork
- Tomes now have an unTome method
- Fix a few lint errors in tests
- Remove component.json
- Always use node events library
- Now available as @bjornstar/tomes
- Export Tome directly
- Put types on Tome itself
- Removed the hide method, it was useless and only increased code complexity.
- Added nodei.co badge.
- Added node v0.11 back to travis, maybe it will work now.
- unset executable bit from files.
- inc now takes NumberTomes
- HISTORY.md: Added this file
- IE9 support and travis fix for npm horribleness
- toLocaleString does not work in browsers so we make a special one for them.
- Tomes now behaves similar to JSON in that it throws a TypeError when it detects circular references in the data you passed to it. Tomes now does this on conjure and on unTome.
- ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for.
- 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.
- First public release