Skip to content

Releases: brockpetrie/vue-moment

v3.1.0

02 Dec 15:05
649ccb8
Compare
Choose a tag to compare

Added ability to pass in Number and have it processed as Unix time.

v3.0.0

16 Nov 15:40
2613a2d
Compare
Choose a tag to compare

vue-moment no longer accepts an empty or invalid input, and will throw a console warning rather than passing moment a new Date object. As some people may have relied on the previous functionality, this is being considered a breaking change.

v2.0.1

11 Jul 04:59
Compare
Choose a tag to compare

Strict mode fix (#13) (thanks @HardlyMirage)

v2.0.0

30 Jun 23:13
Compare
Choose a tag to compare

2.0.0 allows for passing target date pattern(s) in input (see readme). Also, we're no longer stripping quotes in the filter arguments, which makes this a breaking change for all users not using Vue v1.0.0 or higher.

v1.08

30 Jun 23:10
Compare
Choose a tag to compare
Merge pull request #8 from BrockReece/master

Remove redundant package and bump package number

v1.05

28 Mar 04:26
Compare
Choose a tag to compare

This release adds the ability to pass additional Moment.js plugins to Vue.

v1.0

07 Feb 09:12
Compare
Choose a tag to compare

Initial release