Skip to content

Releases: urish/ngx-moment

Server-side pre-rendering support + fixes

06 Oct 09:56
Compare
Choose a tag to compare
  • 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

04 Oct 07:47
Compare
Choose a tag to compare
  • 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

01 Oct 21:50
Compare
Choose a tag to compare
  • Angular 2 AoT (Ahead of Time) template compilation support (#68)
  • Switch to Typescript 2.0

Angular 2 RC5 NgModule support

16 Aug 15:58
Compare
Choose a tag to compare
  • Support angular-2.0.0-rc.5 NgModules, see README for details.

amDifference Pipe

01 Aug 22:52
Compare
Choose a tag to compare
  • Add amDifference pipe (#54, contributed by josx)

Add `omitSuffix` parameter to `TimeAgoPipe`

03 Jul 14:54
Compare
Choose a tag to compare
  • Add omitSuffix parameter to TimeAgoPipe (#47, contributed by bzums)

Refactoring & Ionic 2 fixes

22 May 20:12
Compare
Choose a tag to compare
  • Publish typescript sources under src folder, should fix Ionic 2 issues such as #28 and #33.

Align with angular 2.0.0-rc.0

03 May 15:05
Compare
Choose a tag to compare
  • Align with the angular 2.0.0-rc.0 and the new angular packaging system

Support for angular 2 beta 16

28 Apr 09:23
Compare
Choose a tag to compare
  • Align with angular 2.0.0-beta.16 (#32, contributed by fknop)

Angular as a peer dependency, amDuration filter

08 Apr 10:59
Compare
Choose a tag to compare
  • Move angular2 from npm dependencies to peerDependencies (see #24)
  • Add amDuration pipe (#29, contributed by xenolinguist)