Skip to content

Commit d1d047b

Browse files
committed
v1.1.0 / 2020-08-15
1 parent 29c8107 commit d1d047b

File tree

2 files changed

+52
-45
lines changed

2 files changed

+52
-45
lines changed

HISTORY.md

+51-44
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,65 @@
1-
#Tomes Release Notes
1+
# @bjornstar/tomes Release Notes
22

3-
##1.0.0
4-
* Repeated calls to unTome return the same object
3+
## 1.1.0 / 2020-08-15
4+
* Fix array sort test failure
5+
* Remove Makefile and associated scripts
6+
* Test on node 14, 12, and 10
7+
* Fix markdown of HISTORY
8+
* Fix markdown of README
59

6-
##1.0.0-beta.5
7-
* Tomes now have a destroy method
8-
* Add .jshintrc and run on tests
10+
## 1.0.0
11+
* Repeated calls to unTome return the same object
912

10-
##1.0.0-beta.4
11-
* Update `README.md` to fix first link
13+
## 1.0.0-beta.5
14+
* Tomes now have a destroy method
15+
* Add .jshintrc and run on tests
1216

13-
##1.0.0-beta.3
14-
* Update `README.md` to point to this fork
17+
## 1.0.0-beta.4
18+
* Update `README.md` to fix first link
1519

16-
##1.0.0-beta.2
17-
* Tomes now have an unTome method
18-
* Fix a few lint errors in tests
20+
## 1.0.0-beta.3
21+
* Update `README.md` to point to this fork
1922

20-
##1.0.0-beta.1
21-
* Remove component.json
22-
* Always use node events library
23-
* Now available as @bjornstar/tomes
24-
* Export Tome directly
25-
* Put types on Tome itself
23+
## 1.0.0-beta.2
24+
* Tomes now have an unTome method
25+
* Fix a few lint errors in tests
2626

27-
##0.1.0
28-
* Removed the hide method, it was useless and only increased code complexity.
29-
* Added nodei.co badge.
30-
* Added node v0.11 back to travis, maybe it will work now.
31-
* unset executable bit from files.
27+
## 1.0.0-beta.1
28+
* Remove component.json
29+
* Always use node events library
30+
* Now available as @bjornstar/tomes
31+
* Export Tome directly
32+
* Put types on Tome itself
3233

33-
##0.0.22
34-
* inc now takes NumberTomes
35-
* Added this `HISTORY.md` file
34+
## 0.1.0
35+
* Removed the hide method, it was useless and only increased code complexity.
36+
* Added nodei.co badge.
37+
* Added node v0.11 back to travis, maybe it will work now.
38+
* unset executable bit from files.
3639

37-
##0.0.21
38-
* IE9 support and travis fix for npm horribleness
40+
## 0.0.22
41+
* inc now takes NumberTomes
42+
* Added this `HISTORY.md` file
3943

40-
##0.0.20
41-
* toLocaleString does not work in browsers so we make a special one for them.
44+
## 0.0.21
45+
* IE9 support and travis fix for npm horribleness
4246

43-
##0.0.19
44-
* Tomes now behaves similar to JSON in that it throws a TypeError when it detects circular
45-
references in the data you passed to it. Tomes now does this on conjure and on unTome.
47+
## 0.0.20
48+
* toLocaleString does not work in browsers so we make a special one for them.
4649

47-
##0.0.18
48-
* ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for.
50+
## 0.0.19
51+
* Tomes now behaves similar to JSON in that it throws a TypeError when it detects circular
52+
references in the data you passed to it. Tomes now does this on conjure and on unTome.
4953

50-
##0.0.17
51-
* To avoid issues with multiple versions of Tomes not being able to recognize Tomes as Tomes,
52-
instanceof has been eradicated from Tomes. Instead we now check the to see if the constructor's
53-
name has Tomes in it. This is not perfect as Tomes will still fail to recognize Tomes from other
54-
iframes and windows. It's a step in the right direction regardless.
54+
## 0.0.18
55+
* ArrayTome.indexOf and lastIndexOf now do a valueOf on the value to be searched for.
5556

56-
Additionally, Tomes now has a readAll method to pull out the entire array of diffs from the root
57-
Tome. It seems like the vast majority of use cases always pull out all diffs, so this should
58-
improve performance there.
57+
## 0.0.17
58+
* To avoid issues with multiple versions of Tomes not being able to recognize Tomes as Tomes,
59+
instanceof has been eradicated from Tomes. Instead we now check the to see if the constructor's
60+
name has Tomes in it. This is not perfect as Tomes will still fail to recognize Tomes from other
61+
iframes and windows. It's a step in the right direction regardless.
62+
63+
Additionally, Tomes now has a readAll method to pull out the entire array of diffs from the root
64+
Tome. It seems like the vast majority of use cases always pull out all diffs, so this should
65+
improve performance there.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bjornstar/tomes",
33
"description": "Evented Storage Agnostic Data API",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "Bjorn Stromberg <[email protected]>",
66
"maintainers": [
77
{

0 commit comments

Comments
 (0)