Skip to content

Commit

Permalink
v1.1.2 / 2021-02-24
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Feb 24, 2021
1 parent 576dffa commit 412877d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @bjornstar/tomes Release Notes

## v1.1.2 / 2021-02-24
* [README.md](./README.md): Replace wiki.ecmascript.org with tc39wiki.calculist.org
* [README.md](./README.md): Redirects from *.github.com are going away, change to github.io
* [package.json](./package.json): Use https for bugs url

## v1.1.1 / 2020-08-15
* [HISTORY.md](./HISTORY.md): Add dates next to version numbers
* [HISTORY.md](./HISTORY.md): Prefix versions with v
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Problem: You've got data and you want to do something whenever it changes.

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

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

Example
=======
Expand Down Expand Up @@ -118,7 +118,7 @@ Returns a Tome's parent Tome.
Returns a Tome's version.

### is( *value* )
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.
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.

### isDirty( )
Returns whether a Tome has been changed, but the change has not been read.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bjornstar/tomes",
"description": "Evented Storage Agnostic Data API",
"version": "1.1.1",
"version": "1.1.2",
"author": "Bjorn Stromberg <bjorn@bjornstar.com>",
"maintainers": [
{
Expand All @@ -25,6 +25,6 @@
"url": "https://github.com/bjornstar/tomes.git"
},
"bugs": {
"url": "http://github.com/bjornstar/tomes/issues"
"url": "https://github.com/bjornstar/tomes/issues"
}
}

0 comments on commit 412877d

Please sign in to comment.