Releases: urish/ngx-moment
Releases · urish/ngx-moment
6.0.1
- Support for Angular 13 + Ivy
- Fix build issue (see #273)
5.0.0
- fix: support for Angular 10 (see #240)
- breaking: drop support for Angular < 7
4.0.1
- republish to npm without ngcc backup files
4.0.0
- fix: correct input types for pipes 906e40c
- chore(deps): angular 9, typescript 3.8 9966a9a
- chore: reformat all code with prettier 10fe5c5
- docs: remove system.js instructions from README
3.5.0
- feat: add
formatFn
argument to amTimeAgo
(#213, contributed by chaoyangnz)
- feat: add
format|formats
to from-utc pipe and parse-pipe (#215, contributed by gigadie)
- fix: improve
amLocale
compability with Angular Ivy (#226, contributed by sobanieca)
3.4.0
- feat: add amIsBefore, amIsAfter pipes (#208, contributed by StickNitro)
- Ability to provide options to the MomentModule (#209, contributed by StickNitro)
- fix: Improved Text Update on locale change when not using MomentInput (#210, contributed by jensweigele)
3.3.0
- fix: Allow using all supported Moment inputs with TimeAgoPipe (#206, contributed by theodorejb)