From d1d047bdc430075d7cd0e9da3461a384563f0a86 Mon Sep 17 00:00:00 2001 From: Bjorn Stromberg Date: Sat, 15 Aug 2020 10:38:16 +0900 Subject: [PATCH] v1.1.0 / 2020-08-15 --- HISTORY.md | 95 ++++++++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 52 insertions(+), 45 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 351a27b..0885c51 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,58 +1,65 @@ -#Tomes Release Notes +# @bjornstar/tomes Release Notes -##1.0.0 - * Repeated calls to unTome return the same object +## 1.1.0 / 2020-08-15 +* 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 -##1.0.0-beta.5 - * Tomes now have a destroy method - * Add .jshintrc and run on tests +## 1.0.0 +* Repeated calls to unTome return the same object -##1.0.0-beta.4 - * Update `README.md` to fix first link +## 1.0.0-beta.5 +* Tomes now have a destroy method +* Add .jshintrc and run on tests -##1.0.0-beta.3 - * Update `README.md` to point to this fork +## 1.0.0-beta.4 +* Update `README.md` to fix first link -##1.0.0-beta.2 - * Tomes now have an unTome method - * Fix a few lint errors in tests +## 1.0.0-beta.3 +* Update `README.md` to point to this fork -##1.0.0-beta.1 - * Remove component.json - * Always use node events library - * Now available as @bjornstar/tomes - * Export Tome directly - * Put types on Tome itself +## 1.0.0-beta.2 +* Tomes now have an unTome method +* Fix a few lint errors in tests -##0.1.0 - * 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. +## 1.0.0-beta.1 +* Remove component.json +* Always use node events library +* Now available as @bjornstar/tomes +* Export Tome directly +* Put types on Tome itself -##0.0.22 - * inc now takes NumberTomes - * Added this `HISTORY.md` file +## 0.1.0 +* 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. -##0.0.21 - * IE9 support and travis fix for npm horribleness +## 0.0.22 +* inc now takes NumberTomes +* Added this `HISTORY.md` file -##0.0.20 - * toLocaleString does not work in browsers so we make a special one for them. +## 0.0.21 +* IE9 support and travis fix for npm horribleness -##0.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.20 +* toLocaleString does not work in browsers so we make a special one for them. -##0.0.18 - * ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for. +## 0.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.17 - * 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. +## 0.0.18 +* ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for. - 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. +## 0.0.17 +* 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. + + 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. diff --git a/package.json b/package.json index 67bde59..bc4770b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bjornstar/tomes", "description": "Evented Storage Agnostic Data API", - "version": "1.0.0", + "version": "1.1.0", "author": "Bjorn Stromberg ", "maintainers": [ {