Releases: urish/ngx-moment
Releases · urish/ngx-moment
Bugfix release
- include
amFromUnix
pipe in the package's exports - publish our
typings.json
to npm
Add `amFromUnix` pipe
- add
amFromUnix
pipe (#16, contributed by lanocturne)
Bugfix release
- Don't run
typings install
on postinstall (fixes #13)
Switch from `tsd` to `typings`
- 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.
amDateFormat + refactoring
- 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 release
- bugfix: wrong method name for cleanup, caused resource leak (#8, contributed by andreialecu)
Add `amCalendar`
- add
amCalendar
pipe (#6, contributed by andreialecu)
Bugfix release
- Fix 'Cannot use in app due to triple-slash references' typescript error (#2)
Align with angular 2.0.0-beta.0
The module and the online demo updated to work with angular 2.0.0-beta.0
Align with angular-2.0.0-alpha.46
0.0.5 chore(*): release 0.0.5