diff --git a/HISTORY.md b/HISTORY.md index 11e58dd..7254dd4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/LICENSE b/LICENSE index 5be7a12..9c721f5 100644 --- a/LICENSE +++ b/LICENSE @@ -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. \ No newline at end of file +THE SOFTWARE. diff --git a/README.md b/README.md index 6a5c1bc..6b836c2 100644 --- a/README.md +++ b/README.md @@ -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 ===== @@ -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. diff --git a/package.json b/package.json index 70c8c13..572953c 100644 --- a/package.json +++ b/package.json @@ -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 ", "maintainers": [ { "name": "Bjorn Stromberg", "email": "bjornstar@gmail.com" }