Skip to content

Releases: urish/ngx-moment

3.0.1

07 Jun 07:37
3008b0f
Compare
Choose a tag to compare
  • Update installation instruction in README (see #194)

3.0.0

02 Jun 20:23
3d59753
Compare
Choose a tag to compare
  • Make moment a peerDependency instead of dependency (see #149 for discussion)

When upgrading to this version, make sure to npm install --save moment.

ngx-moment 2.0.0

12 Apr 17:43
276361f
Compare
Choose a tag to compare

2.0.0-beta.0 and 2.0.0-rc.0 are aliases for this release.

2.0.0-rc.0

15 Apr 12:56
83c5b63
Compare
Choose a tag to compare

Promote latest beta to Release Candidate

1.8.0

23 Jan 21:52
Compare
Choose a tag to compare
  • Fix: Remove node_modules from compiled version (#187, contributed by wachri)

1.7.1

22 Dec 21:46
Compare
Choose a tag to compare
  • Fix bug where FromUtcPipe was being imported instead of exported (#180, contributed by fshin123)
  • test: fix amLocal tests to pass regardless of timezone

1.7.0

19 Aug 10:37
Compare
Choose a tag to compare

amLocal Pipe

18 Jul 09:39
Compare
Choose a tag to compare

1.5.0 - amLocale Pipe

14 Jul 14:41
Compare
Choose a tag to compare
  • Add amLocale pipe (#155, contributed by FallenRiteMonk)
  • Migrate testing framework to jest

1.4.0 - amParse pipe

18 Jun 12:09
Compare
Choose a tag to compare
  • Add ParsePipe to enable parsing of custom-formatted date string (#148, contributed by vin-car)