From 40e9912aa6b52a3239d672b9441e3263d1af1301 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 19 Nov 2019 14:27:29 -0500 Subject: [PATCH] (pub): publish v0.1.2 - fixes ability to set jsonify to false - fixes Illegal Invocation errors with the AsyncLocalStorage adaptor - docs improvements - README only reports build status of master branch - adds more links in docs (mostly to storage engines) - adds CodeCov badge - internal improvements - adds tests with 100% code coverage! - checks tests and code coverage w/ Travis and CodeCov - uses Node 10 Active LTS for CI - adds comment about shallow cloning --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7e73cf..5987663 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![package-json](https://img.shields.io/github/package-json/v/agilgur5/mst-persist.svg)](https://npmjs.org/package/mst-persist) [![releases](https://img.shields.io/github/tag-pre/agilgur5/mst-persist.svg)](https://github.com/agilgur5/mst-persist/releases) -[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.1.svg)](https://github.com/agilgur5/mst-persist/commits/master) +[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.2.svg)](https://github.com/agilgur5/mst-persist/commits/master)
[![dt](https://img.shields.io/npm/dt/mst-persist.svg)](https://npmjs.org/package/mst-persist) [![dy](https://img.shields.io/npm/dy/mst-persist.svg)](https://npmjs.org/package/mst-persist) diff --git a/package-lock.json b/package-lock.json index 2cc240e..b2e09f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mst-persist", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a3d136..e9dbc42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mst-persist", - "version": "0.1.1", + "version": "0.1.2", "description": "Persist and hydrate MobX-state-tree stores", "main": "dist/index.js", "module": "dist/mst-persist.esm.js",