Skip to content

Releases: urish/ngx-moment

1.3.3

18 Mar 19:27
Compare
Choose a tag to compare
  • Fix: amCalendar causes protractor to timeout on waiting async Angular (#135, contributed by romanovma)

1.3.2

18 Mar 00:26
Compare
Choose a tag to compare
  • Fix: Add missing add and subtract pipes to the NgModule (#134, contributed by datencia)

1.3.1

16 Mar 09:41
Compare
Choose a tag to compare
  • Add missing amAdd and amSubtract pipes (fixes #130)

1.3.0 - Angular 4 support

11 Mar 00:31
Compare
Choose a tag to compare
  • Enable Angular 4 as peer dependency

amUtc

09 Feb 20:13
Compare
Choose a tag to compare

amAdd, amSubtract, enhance amCalendar

09 Jan 09:11
Compare
Choose a tag to compare

Happy new year!

  • Add referenceTime and format args to amCalendar (#64, contributed by irsick)
  • Add amAdd and amSubtract pipes (#113, contributed by dustin486)
  • Fix: Do not import whole Rx.js library (#117, contributed by FabienDehopre)

1.0.0 Release 🎉

01 Dec 12:00
Compare
Choose a tag to compare

See changes from 1.0.0-rc.1

Bug fix Release

11 Nov 18:59
Compare
Choose a tag to compare

*** Breaking change: Requires moment 2.16.0 or newer

  • Fix “Expression has changed after it was checked” (#111, contributed by nithril)
  • Fix "Module 'moment' has no exported member 'UnitOfTime'" (#112)

Bug fix release

24 Oct 14:14
Compare
Choose a tag to compare

*** Breaking change: typescript sources are no longer published in the npm package

  • Inline sources in the source map file, should fix #96.
  • Handle undefined dates in amDateFormat pipe (#105, contributed by amcdnl)

Follow Angular 2 Style Guide conventions

13 Oct 19:06
Compare
Choose a tag to compare

*** Breaking change! Source files renamed, which could affect your imports:

import { TimeAgoPipe } from 'angular-moment/TimeAgoPipe';

now becomes:

import { TimeAgoPipe } from 'angular-moment/time-ago.pipe';

All changes:

  • Rename source files to follow Angular 2 Style Guide conventions
  • Require moment >= 2.13.0, and remove @types/moment from our dependencies (as it is already included in moment)