@bjornstar/tomes
Advanced tools
Comparing version 1.1.0 to 1.1.1
# @bjornstar/tomes Release Notes | ||
## 1.1.0 / 2020-08-15 | ||
* Fix array sort test failure | ||
## v1.1.1 / 2020-08-15 | ||
* [HISTORY.md](./HISTORY.md): Add dates next to version numbers | ||
* [HISTORY.md](./HISTORY.md): Prefix versions with v | ||
* [HISTORY.md](./HISTORY.md): Add v0.0.16 | ||
* [HISTORY.md](./HISTORY.md): Try a new style for referencing files | ||
## v1.1.0 / 2020-08-15 | ||
* [test](./test/modules/array.js): Fix array sort test failure | ||
* Remove Makefile and associated scripts | ||
* Test on node 14, 12, and 10 | ||
* Fix markdown of HISTORY | ||
* Fix markdown of README | ||
* [.travis.yml](./.travis.yml): Test on node 14, 12, and 10 | ||
* [HISTORY.md](./HISTORY.md): Fix markdown | ||
* [README.md](./README.md): Fix markdown | ||
## 1.0.0 | ||
## v1.0.0 / 2017-03-14 | ||
* Repeated calls to unTome return the same object | ||
## 1.0.0-beta.5 | ||
## v1.0.0-beta.5 / 2017-02-07 | ||
* Tomes now have a destroy method | ||
* Add .jshintrc and run on tests | ||
## 1.0.0-beta.4 | ||
* Update `README.md` to fix first link | ||
## v1.0.0-beta.4 / 2016-11-09 | ||
* [README.md](./README.md): Fix first link | ||
## 1.0.0-beta.3 | ||
* Update `README.md` to point to this fork | ||
## v1.0.0-beta.3 / 2016-11-09 | ||
* [README.md](./README.md): Point to this fork | ||
## 1.0.0-beta.2 | ||
## v1.0.0-beta.2 / 2016-11-09 | ||
* Tomes now have an unTome method | ||
* Fix a few lint errors in tests | ||
## 1.0.0-beta.1 | ||
## v1.0.0-beta.1 / 2016-06-03 | ||
* Remove component.json | ||
@@ -34,3 +40,3 @@ * Always use node events library | ||
## 0.1.0 | ||
## v0.1.0 / 2014-11-19 | ||
* Removed the hide method, it was useless and only increased code complexity. | ||
@@ -41,20 +47,20 @@ * Added nodei.co badge. | ||
## 0.0.22 | ||
## v0.0.22 / 2014-11-04 | ||
* inc now takes NumberTomes | ||
* Added this `HISTORY.md` file | ||
* [HISTORY.md](./HISTORY.md): Added this file | ||
## 0.0.21 | ||
## v0.0.21 / 2014-05-21 | ||
* IE9 support and travis fix for npm horribleness | ||
## 0.0.20 | ||
## v0.0.20 / 2014-01-28 | ||
* toLocaleString does not work in browsers so we make a special one for them. | ||
## 0.0.19 | ||
## v0.0.19 | ||
* 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. | ||
## 0.0.18 | ||
## v0.0.18 / 2013-11-20 | ||
* ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for. | ||
## 0.0.17 | ||
## v0.0.17 / 2013-11-18 | ||
* To avoid issues with multiple versions of Tomes not being able to recognize Tomes as Tomes, | ||
@@ -64,5 +70,7 @@ instanceof has been eradicated from Tomes. Instead we now check the to see if the constructor's | ||
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. | ||
Additionally, 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 |
{ | ||
"name": "@bjornstar/tomes", | ||
"description": "Evented Storage Agnostic Data API", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Bjorn Stromberg <bjorn@bjornstar.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
242076