Skip to content

Releases: lapaliv/datetime-formatter

v0.1.18

12 Mar 10:24
Compare
Choose a tag to compare

updated dependencies

v0.1.17

27 Aug 12:19
Compare
Choose a tag to compare
fixes:

- update npm alerts from github

v0.1.15

06 Apr 08:45
Compare
Choose a tag to compare

fix some problems

v0.1.12

19 May 08:14
020ffe4
Compare
Choose a tag to compare

Added new methods:

  • startOfMillisecond()
  • endOfMillisecond()
  • getPreciseTimestamp()
  • greaterThan()
  • greaterThanOrEqualTo()
  • lessThan()
  • lessThanOrEqualTo()

v0.1.11

12 May 03:51
ed1fbd5
Compare
Choose a tag to compare

Added new methods:

  • isJanuary()
  • isFebruary()
  • isMarch()
  • isApril()
  • isMay()
  • isJune()
  • isJuly()
  • isAugust()
  • isSeptember()
  • isOctober()
  • isNovember()
  • isDecember()

v0.1.10

10 May 11:56
6d4a662
Compare
Choose a tag to compare

Added new methods:

  • diffInDecades
  • diffInCenturies
  • getIndexOfMicrosecondPeriodOnWhichDateIsIncluded
  • getIndexOfMillisecondPeriodOnWhichDateIsIncluded
  • getIndexOfSecondPeriodOnWhichDateIsIncluded
  • getIndexOfMinutePeriodOnWhichDateIsIncluded
  • getIndexOfHourPeriodOnWhichDateIsIncluded
  • getIndexOfDayPeriodOnWhichDateIsIncluded
  • getIndexOfMonthPeriodOnWhichDateIsIncluded
  • getIndexOfYearPeriodOnWhichDateIsIncluded
  • getIndexOfDecadePeriodOnWhichDateIsIncluded
  • getIndexOfCenturyPeriodOnWhichDateIsIncluded

v0.1.9

09 May 18:32
e551611
Compare
Choose a tag to compare
  • Changed the target for build in webpack
  • Updated the documentation

0.1.8

09 May 17:18
d19f257
Compare
Choose a tag to compare
  • 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