Releases: dj1701/shado.js
v1.5.0
shado.js v1.4
The release overview:
• Implemented validation detecting when end date is passed in as start date and start date as end date. Raise exception with error message.
shado.js v1.3
The release overview:
• Apply bug fix to resolve issue with calculations for Node.js versions 4 – 10.5
• Renamed setDates method to set
• Renamed setDatesByUnits method to setParams
• Provided support for Hours, Minutes and Seconds to the setParams method
• Moved the uglify-es npm module from being a dependency to a development dependency as only used at development time
• Updated the readme file describing the changes for the renamed methods
shado.js v1.2
The release overview:
• Introduction of time segment alongside existing date support
• Implementation of the ISO-8601 Date Time Standard Format
• Support for 3 different formats for calculating the difference between two dates.
• Extending support for the time segment in the format method to format both date and time.
• Updated the License to be MIT
• Updated the readme file describing the above formats