Skip to content

Commit

Permalink
v1.0.0-beta.3 - 2016-11-09
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Nov 9, 2016
1 parent 3bc6e29 commit 40d40eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Tomes Release Notes

##1.0.0-beta.3
* Update `README.md` to point to this fork.

##1.0.0-beta.2
* Tomes now have an unTome method
* Fix a few lint errors in tests
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![NPM](https://nodei.co/npm/tomes.png?downloads=true)](https://nodei.co/npm/tomes/)
[![NPM](https://nodei.co/npm/@bjornstar/tomes.png?downloads=true)](https://nodei.co/npm/tomes/)

[![Build Status](https://travis-ci.org/Wizcorp/node-tomes.png)](https://travis-ci.org/Wizcorp/node-tomes)
[![Build Status](https://travis-ci.org/bjornstar/tomes.png)](https://travis-ci.org/bjornstar/tomes)

Tomes
=====
Expand Down Expand Up @@ -102,6 +102,9 @@ Get all change operations from the Tome
###merge( *diff* )
Applies a change operation or an array of change operations to a Tome.

###unTome( )
Returns a regular javascript version of your Tome.

###getKey( )
Returns a Tome's key.

Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-beta.2",
"version": "1.0.0-beta.3",
"author": "Bjorn Stromberg <bjornstar@gmail.com>",
"maintainers": [
{ "name": "Bjorn Stromberg", "email": "bjornstar@gmail.com" }
Expand Down

0 comments on commit 40d40eb

Please sign in to comment.