Components
Sample Applications
Styling & Themes
Common Features
Project Setup
Data Math Changelog
Bug Fixes
- include tslib in the CDN bundle
Latest Release
v1.5.07 October 2019
Bug Fixes
Features
- add converting local dates example for react
Bug Fixes
- getVarDate return type
- upgrade to tz 2019a (#58)
v1.4.0
7 January 2019
Features
- expose cached local, UTC date accessors
v1.3.2
3 December 2018
Bug Fixes
- stripTime if the day start is on the previous date
- update to IANA tz 2018f
v1.3.1
25 October 2018
Bug Fixes
- drop kendo-intl depdendency
v1.3.0
25 October 2018
Bug Fixes
- stale dependencies in browser bundle
Features
- timezones: introduce utilities for timezones conversions (#33)
v1.2.0
14 February 2018
Bug Fixes
- remove extra files from package
- bundle metadata and type definitions alongside CommonJS modules
- serve CDN bundle for UNPKG and jsDelivr
Features
v1.1.2
2 February 2018
Bug Fixes
- clone-date: return null when invalid date is passed
v1.1.1
12 December 2017
Bug Fixes
- duplicate comments in dist files
v1.1.0
5 October 2017
Bug Fixes
- export durationInCenturies method
- firstDateOfMonth: persist hour part
- lastDateOfMonth: persist hour part
Features
- addCenturies: method to add/substract centuries to a date
- addDecades: method to add/substract decades to a date
- addYears: method to add/substract years to a date
- decates-in-century: get first/last decade in century
- durationInCenturies: method that calculates difference in centuries
- durationInDecades: method calculating duration in decades between 2 dates
- durationsInMonths: add method measuring duration in months between 2 dates
- durationsInYears: add method measuring duration in years between 2 dates
- years-indecade: add methods for first/last years in decade
Bug Fixes
- clone date with 0 year in IE11 correctly
v0.4.0
18 April 2017
Features
- work with dates below year 100 (#6)
v0.3.2
31 January 2017
Bug Fixes
- add-months:
- normalize days only when resulting month is shorter
- normalize days when calculated month is shorter (#4)
Features
- add isEqualDate function
- add isEqual function
- add firstDayInWeek function
- add cloneDate function
- introduce add months method
- introduce add weeks method
- use typescript tasks
Was this article helpful?