Skip to content

Releases: coder966/intl-date

v0.3.0

16 Jul 18:37
Compare
Choose a tag to compare

Release Date: 2022-07-16

Release Notes:

  • IntlDate: added the following methods:
    • getQuarter
    • isEqual
    • isBefore
    • isAfter
    • isBetween
    • daysUntil
    • min
    • max
    • format

v0.2.1

16 Jul 13:08
Compare
Choose a tag to compare

Release Date: 2022-07-14

Release Notes:

  • Export CalendarType

v0.2.0

16 Jul 13:07
Compare
Choose a tag to compare

Release Date: 2022-07-14

Release Notes:

  • IntlDate: added the following methods:
    • from
    • parse
    • getDayOfWeek
    • plusDays
    • minusDays
    • toString
  • Internal Enhancements

v0.1.0

16 Jul 13:07
Compare
Choose a tag to compare

Release Date: 2022-07-14

Release Notes:

  • First GA release