Releases: urish/ngx-moment
Releases · urish/ngx-moment
Server-side pre-rendering support + fixes
- Add support for server side pre-rendering (#89, contributed by https://github.com/jmezach)
- Fix a bug caused TimeAgo and Calendar pipes not to update automatically (#94)
- Add
@types/moment
to package dependencies (see #91)
Ionic, Rollup and Protractor-related fixes
- Fix exports for Rollup / Ionic 2 users (#86, contributed by TheMadBug)
- Protractor fix: run long standing timeouts outside of angular zones (#74, contributed by tiagoroldao)
AoT compilation (ngc) support
- Angular 2 AoT (Ahead of Time) template compilation support (#68)
- Switch to Typescript 2.0
Angular 2 RC5 NgModule support
- Support angular-2.0.0-rc.5 NgModules, see README for details.
amDifference Pipe
Add `omitSuffix` parameter to `TimeAgoPipe`
Refactoring & Ionic 2 fixes
Align with angular 2.0.0-rc.0
- Align with the angular 2.0.0-rc.0 and the new angular packaging system
Support for angular 2 beta 16
Angular as a peer dependency, amDuration filter
- Move
angular2
from npmdependencies
topeerDependencies
(see #24) - Add
amDuration
pipe (#29, contributed by xenolinguist)