Skip to content

Releases: dj1701/shado.js

v1.5.0

14 Apr 21:50
63167f3

Choose a tag to compare

Updated development dependency libraries and created new minified version of code.

shado.js v1.4

29 Apr 22:11

Choose a tag to compare

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

25 Jan 22:37
195c463

Choose a tag to compare

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

25 Jan 22:00
961e1b1

Choose a tag to compare

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