Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

71 lines (48 loc) · 3.02 KB

Changelog

1.0.0-beta.1 - 2015-08-16

  • Support angular-2.0.0-rc.5 NgModules, see README for details.

0.8.2 - 2015-08-01

  • Add amDifference pipe (#54, contributed by josx)

0.8.1 - 2015-07-03

  • Add omitSuffix parameter to TimeAgoPipe (#47, contributed by bzums)

0.8.0 - 2015-05-22

  • Publish typescript sources under src folder, should fix Ionic 2 issues such as #28 and #33.

0.7.0 - 2016-05-03

  • Align with the angular 2.0.0-rc.0 and the new angular packaging system

0.6.0 - 2016-04-28

  • Align with angular 2.0.0-beta.16 (#32, contributed by fknop)

0.5.0 - 2016-04-08

  • Move angular2 from npm dependencies to peerDependencies (see #24)
  • Add amDuration pipe (#29, contributed by xenolinguist)

0.4.3 - 2016-03-06

  • include amFromUnix pipe in the package's exports
  • publish our typings.json to npm

0.4.2 - 2016-02-24

0.4.1 - 2016-02-21

  • Don't run typings install on postinstall (fixes #13)

0.4.0 - 2016-02-16

  • Switch from tsd to typings, stop publishing the moment.js typings to npm.
  • Additional unit-tests

Note: You may need to manually install moment.js typings, by running typings install --save moment in your project directory.

0.3.0 - 2016-01-27

  • add amDateFormat pipe (#9, contributed by andreialecu)
  • refactor: remove the supports() from all the pipes (it is no longer used as of angular2-beta)

0.2.1 - 2016-01-16

  • bugfix: wrong method name for cleanup, caused resource leak (#8, contributed by andreialecu)

0.2.0 - 2016-01-12

0.1.1 - 2015-12-18

  • Fix 'Cannot use in app due to triple-slash references' typescript error (#2)

0.1.0 - 2015-12-15

  • Align with angular 2.0.0-beta.0

0.0.5 - 2015-11-12

  • Align with angular-2.0.0-alpha.46

0.0.4 - 2015-10-25

  • Add ES5 transpiled version and typescript definitions (.d.ts) file to the published npm package

0.0.3 - 2015-10-22

  • Align with angular-2.0.0-alpha.44

0.0.2 - 2015-09-18

  • Align with angular-2.0.0-alpha.37

0.0.1 - 2015-08-25

  • Initial release