Skip to content

Commit 40e9912

Browse files
committed
(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
1 parent 6c950c7 commit 40e9912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- releases / versioning -->
44
[![package-json](https://img.shields.io/github/package-json/v/agilgur5/mst-persist.svg)](https://npmjs.org/package/mst-persist)
55
[![releases](https://img.shields.io/github/tag-pre/agilgur5/mst-persist.svg)](https://github.com/agilgur5/mst-persist/releases)
6-
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.1.svg)](https://github.com/agilgur5/mst-persist/commits/master)
6+
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.2.svg)](https://github.com/agilgur5/mst-persist/commits/master)
77
<br><!-- downloads -->
88
[![dt](https://img.shields.io/npm/dt/mst-persist.svg)](https://npmjs.org/package/mst-persist)
99
[![dy](https://img.shields.io/npm/dy/mst-persist.svg)](https://npmjs.org/package/mst-persist)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mst-persist",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Persist and hydrate MobX-state-tree stores",
55
"main": "dist/index.js",
66
"module": "dist/mst-persist.esm.js",

0 commit comments

Comments
 (0)