Skip to content

Latest commit

 

History

History
185 lines (96 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

185 lines (96 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

V2.0.0 - 2023-03-17

Added

  • Nothing.

Changed

  • package.json updated and tested with node 12, 14, 16 and 18
  • #26 [BC] RxJS 7.8.0 compliant

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V1.1.0 - 2022-03-10

Added

  • Nothing.

Changed

  • #20 Use ES6 for module and target generated code.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V1.0.7 - 2021-05-22

Added

  • Nothing.

Changed

  • #17 Update package.json

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #16 Set using store value

V1.0.6 - 2020-11-17

Added

  • Nothing.

Changed

  • #12 Update package-lock.json

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 Bump handlebars from 4.4.3 to 4.7.6
  • #10 Bump lodash from 4.17.15 to 4.17.19
  • #09 Bump acorn from 5.7.3 to 5.7.4

V1.0.5 - 2020-01-16

Added

  • Nothing.

Changed

  • #08 asObservable along with pipe operator is not needed.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V1.0.4 - 2020-01-13

Added

  • Nothing.

Changed

  • [revert #07] Update dev dependencies.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V1.0.2 - 2020-01-13

Added

  • Nothing.

Changed

  • #07 Update dev dependencies.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V1.0.1 - 2019-10-15

Added

  • #01 Add patch method.
  • #02 Add watch method.

Changed

  • #03 Create peer dependencies.
  • #05 Do not depend directly on lodash [BC].
  • #06 Enhance shallow copy of value.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #04 watch method should return immutable state.