Skip to content

v0.1.1 -- fixes/enables support for Node usage

Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 27 Jul 23:13

Release

(pub): publish v0.1.1

- fixes/enables support for Node usage
- adds docs for Node and SSR usage
- adds docs note about compatibility w/ redux-persist Storage Engines
- adds CHANGELOG.md that links to GH Releases page

- various internal improvements
  - adds Travis CI support
  - adds changelog and pub scripts
  - reorders package.json fields
  - audit fixes devDeps
  - makes docs track latest release by SemVer

Changelog

  • [42357c0d78] - (pub): publish v0.1.1 (Anton Gilgur)
  • [a7bb1fcc8b] - (pkg): add a 'pub' script shortcut for build and publish (Anton Gilgur)
  • [12ff92ee59] - (docs/fix): track latest release by SemVer (Anton Gilgur)
  • [2403d6e7a0] - (docs): add section on Node and SSR Usage (Anton Gilgur)
  • [a36a41b37e] - (docs): note redux-persist's Storage Engines compatibility (Anton Gilgur)
  • [6da8094df8] - (docs): re-word storage section for clarity (Anton Gilgur)
  • [a2f22a6108] - (fix): throw an error if no storage is configured (Anton Gilgur)
  • [63053b9c29] - (fix): do not error if 'window' is undefined (Alexander Gabriel)
  • [bd37065c35] - (security): run npm audit fix on devDeps (Anton Gilgur)
  • [4706daded8] - (pkg): reorder package.json fields (Anton Gilgur)
  • [9e01cef949] - (pkg): add script to generate changelog for each release (Anton Gilgur)
  • [183dd9087b] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur)
  • [25b4cd2445] - (docs): add a Travis CI build badge (Anton Gilgur)
  • [f254aaf7bf] - (ci): add Travis CI support (Anton Gilgur)
  • [81c5bb4657] - (docs): vertically condense badges by reducing spacing (Anton Gilgur)

v0.1.0...v0.1.1