jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

Change log between versions #105

Closed pribeirojtm closed 6 years ago

pribeirojtm commented 6 years ago

Hi,

I'm currently using 1.3.0 version. I want to know if it is safe to upgrade to the latest version without breaking the site. Is there any guide or page that shows new features/deprecation's/Backwards incompatibilities or so?

Thanks

jsmreese commented 6 years ago

The releases page is pretty complete with respect to fixes, new features, and breaking changes for each version.

Version 2 is meant to be a nearly drop-in replacement for version 1. The 2.2.0 release page has the specifics for breaking changes.

There were a number of unanticipated issues from moving to formatting with toLocaleString (unanticipated by me, at least), but those have been resolved. You should be good to go with the latest version.

pribeirojtm commented 6 years ago

thanks