- Support angular-2.0.0-rc.5 NgModules, see README for details.
- Align with the angular 2.0.0-rc.0 and the new angular packaging system
- Move
angular2
from npmdependencies
topeerDependencies
(see #24) - Add
amDuration
pipe (#29, contributed by xenolinguist)
- include
amFromUnix
pipe in the package's exports - publish our
typings.json
to npm
- add
amFromUnix
pipe (#16, contributed by lanocturne)
- Don't run
typings install
on postinstall (fixes #13)
- Switch from
tsd
totypings
, stop publishing themoment.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.
- add
amDateFormat
pipe (#9, contributed by andreialecu) - refactor: remove the
supports()
from all the pipes (it is no longer used as of angular2-beta)
- bugfix: wrong method name for cleanup, caused resource leak (#8, contributed by andreialecu)
- add
amCalendar
pipe (#6, contributed by andreialecu)
- Fix 'Cannot use in app due to triple-slash references' typescript error (#2)
- Align with angular 2.0.0-beta.0
- Align with angular-2.0.0-alpha.46
- Add ES5 transpiled version and typescript definitions (.d.ts) file to the published npm package
- Align with angular-2.0.0-alpha.44
- Align with angular-2.0.0-alpha.37
- Initial release