Skip to content

Commit 412877d

Browse files
committed
v1.1.2 / 2021-02-24
1 parent 576dffa commit 412877d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @bjornstar/tomes Release Notes
22

3+
## v1.1.2 / 2021-02-24
4+
* [README.md](./README.md): Replace wiki.ecmascript.org with tc39wiki.calculist.org
5+
* [README.md](./README.md): Redirects from *.github.com are going away, change to github.io
6+
* [package.json](./package.json): Use https for bugs url
7+
38
## v1.1.1 / 2020-08-15
49
* [HISTORY.md](./HISTORY.md): Add dates next to version numbers
510
* [HISTORY.md](./HISTORY.md): Prefix versions with v

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Problem: You've got data and you want to do something whenever it changes.
1313

1414
Access and modify your data through the Tomes API and you'll get change events.
1515

16-
Play with a live demo here - http://bjornstar.github.com/tomes/
16+
Play with a live demo here - https://bjornstar.github.io/tomes/
1717

1818
Example
1919
=======
@@ -118,7 +118,7 @@ Returns a Tome's parent Tome.
118118
Returns a Tome's version.
119119

120120
### is( *value* )
121-
Returns a boolean value indicating whether or not the Tome is observably indistinguishable from value ([ref](http://wiki.ecmascript.org/doku.php?id=harmony:egal)). If no value is given, returns whether or not the Tome's value is truthy.
121+
Returns a boolean value indicating whether or not the Tome is observably indistinguishable from value ([ref](https://tc39wiki.calculist.org/es6/egal/)). If no value is given, returns whether or not the Tome's value is truthy.
122122

123123
### isDirty( )
124124
Returns whether a Tome has been changed, but the change has not been read.

package.json

+2-2
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.1.1",
4+
"version": "1.1.2",
55
"author": "Bjorn Stromberg <[email protected]>",
66
"maintainers": [
77
{
@@ -25,6 +25,6 @@
2525
"url": "https://github.com/bjornstar/tomes.git"
2626
},
2727
"bugs": {
28-
"url": "http://github.com/bjornstar/tomes/issues"
28+
"url": "https://github.com/bjornstar/tomes/issues"
2929
}
3030
}

0 commit comments

Comments
 (0)