Skip to content

Latest commit

 

History

History
executable file
·
168 lines (72 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

executable file
·
168 lines (72 loc) · 5.05 KB

Change Log

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

6.0.2 (2018-09-24)

Bug Fixes

  • readme: update schematics usage section (to be used with schematics 6.0.0+) (ab4e838)

6.0.1 (2018-05-05)

Bug Fixes

6.0.0 (2018-05-05)

Features

  • dependencies: use version 6 of rxjs and angular, adjust imports (6fbc50c)

BREAKING CHANGES

  • dependencies: Update ngx-model to work with angular v6.0.0, by bumping peerDependencies of angular and rxjs and adjusting rxjs related imports
  • adjust readme code examples
  • adjust tslint import blacklist rule

5.2.1 (2018-04-22)

Bug Fixes

  • build: use date of release as last modified for generated files,fixes #7 (cae1837)

5.2.0 (2018-03-06)

Features

  • build: add watch script (d0a4996)
  • docs: pretty highlighting text for code (11c6b59)
  • model: add support for shared subscription with new factory method "createMutableWithSharedSubscription" (640ae48)

5.1.0 (2018-02-10)

Features

  • docs: add getting started with schematics (945238c)

5.0.0 (2017-11-06)

Bug Fixes

  • build: distribute as compiled javascript instead of typescript sources (12627a4), closes #3

BREAKING CHANGES

  • build: Use ng-packagr to generate UMD, FESM5 and FESM2015 bundles and distribute them instead of original typescript sources. This is necessary since Angular CLI 1.5 correctly doesn't compile 3rd party libraries anymore.

4.0.0 (2017-10-28)

Features

  • rxjs: use lettable operators instead of monkey patching of observable prototype (2989a91)

BREAKING CHANGES

  • rxjs: can break applications (very low probability) which use map operator without importing it by themselves thus depending on the ngx-model map operator import, require rxjs 5.5.0 or higher

3.1.0 (2017-09-30)

Features

  • dependency: support wider peerDependency version ranges (angular, rxjs) (dbeb223)

3.0.1 (2017-09-26)

Docs

  • readme: update documentation

3.0.0 (2017-09-25)

Bug Fixes

  • types: add missing type for function parameter (to work with noImplicitAny) (a811708), closes #2

BREAKING CHANGES

  • types: Should be frictionless update, will result in problems only in case it was used with custom clone function with different than expected type signature (highly unlikely)

2.0.0 (2017-08-26)

Bug Fixes

  • dependency: multiple versions of rxjs in single project (TS90010) (46a83cb), closes #1

BREAKING CHANGES

  • dependency: rxjs is now peerDependency instead of dependency

1.0.1 (2017-07-20)

Bug Fixes

1.0.0 (2017-07-20)

Features