Releases: brockpetrie/vue-moment
Releases · brockpetrie/vue-moment
v3.1.0
v3.0.0
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
Strict mode fix (#13) (thanks @HardlyMirage)
v2.0.0
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
Merge pull request #8 from BrockReece/master Remove redundant package and bump package number
v1.05
This release adds the ability to pass additional Moment.js plugins to Vue.
v1.0
Initial release