Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-07-04)

⚠ BREAKING CHANGES

  • drop support for node.js 10

Features

Bug Fixes

1.0.2

  • Make property value actual even without subscriptions to state$

1.0.1

  • Return node.js v10 support
  • Fix epic execution order (by Paweł Majewski) (3f567b)

1.0.0

  • node.js < v10 support is dropped
  • storeon < v3 support is dropped

0.4.0

0.3.2

  • Better tree-shaking (f4ed0b)

0.3.1

  • Add sideEffects false (6ce94e)

0.3.0

  • New implementation using Typescript (by Paweł Majewski) (5f3d55)

0.2.0

0.1.0

  • Move Rxjs to the peerDependencies.

0.0.1

  • Initial release.