Releases: lapaliv/datetime-formatter
Releases · lapaliv/datetime-formatter
v0.1.18
12 Mar 10:24
Compare
Sorry, something went wrong.
No results found
v0.1.17
27 Aug 12:19
Compare
Sorry, something went wrong.
No results found
fixes:
- update npm alerts from github
v0.1.15
06 Apr 08:45
Compare
Sorry, something went wrong.
No results found
v0.1.12
19 May 08:14
Compare
Sorry, something went wrong.
No results found
Added new methods:
startOfMillisecond()
endOfMillisecond()
getPreciseTimestamp()
greaterThan()
greaterThanOrEqualTo()
lessThan()
lessThanOrEqualTo()
v0.1.11
12 May 03:51
Compare
Sorry, something went wrong.
No results found
Added new methods:
isJanuary()
isFebruary()
isMarch()
isApril()
isMay()
isJune()
isJuly()
isAugust()
isSeptember()
isOctober()
isNovember()
isDecember()
v0.1.10
10 May 11:56
Compare
Sorry, something went wrong.
No results found
Added new methods:
diffInDecades
diffInCenturies
getIndexOfMicrosecondPeriodOnWhichDateIsIncluded
getIndexOfMillisecondPeriodOnWhichDateIsIncluded
getIndexOfSecondPeriodOnWhichDateIsIncluded
getIndexOfMinutePeriodOnWhichDateIsIncluded
getIndexOfHourPeriodOnWhichDateIsIncluded
getIndexOfDayPeriodOnWhichDateIsIncluded
getIndexOfMonthPeriodOnWhichDateIsIncluded
getIndexOfYearPeriodOnWhichDateIsIncluded
getIndexOfDecadePeriodOnWhichDateIsIncluded
getIndexOfCenturyPeriodOnWhichDateIsIncluded
v0.1.9
09 May 18:32
Compare
Sorry, something went wrong.
No results found
Changed the target for build in webpack
Updated the documentation
0.1.8
09 May 17:18
Compare
Sorry, something went wrong.
No results found
Rewritten parser
Added tests for the parser
Added methods to the formatter for create instance from timestamp and date object
Added a possible to work with decades and centuries
Added a possible to work with milliseconds
Added a possible to check the parts of date with current date