Skip to content

Releases: drewsonne/maya-dates

Try to fix npm publish for ts

10 Aug 19:45
Compare
Choose a tag to compare
1.0.16

Fix npm publish

Fix broken Typescript test

10 Aug 12:48
Compare
Choose a tag to compare
1.0.15

Fix bad release

Previous release was missing features

07 Mar 14:13
Compare
Choose a tag to compare
1.0.13

Release equality

Previous release was missing features

07 Mar 13:18
Compare
Choose a tag to compare

Release 1.0.11 did not contain features as advertised.

Exact and Approximate LC equality

07 Mar 13:05
Compare
Choose a tag to compare

Added a feature to handle exact and approximate long count equality

Calendar Round arithmetic

02 Mar 22:01
Compare
Choose a tag to compare

Added Calendar Round arithmetic

Bug Fix - Circular Dependency

23 Jan 08:13
Compare
Choose a tag to compare
  • Fixed a bug where mayadates.lc.LongCount and mayadates.cr.CalendarRound had a circular dependency. This has been resolved by adding a new super class mayadates.lc.DistanceNumber which LongCount will inherit off, and CalendarRound will use to measure durations.

Bug Fix - Dangling Commas

18 Jan 12:20
Compare
Choose a tag to compare
  • Removed Dangling commas from source files as this caused issues with react.

Western Calendars

16 Jan 21:09
Compare
Choose a tag to compare
  • Implemented Correlation Constant
  • Implemented Julian and Gregorian dates with Correlation Constants.

Performance Improvements

13 Jan 22:04
Compare
Choose a tag to compare
  • Implemented a lazy loading linked list when cycling through Haab, and 260-day rounds to improve speed
  • Created singleton instances of Haab, 260-day cycles, and CR's to allow direct equality comparison as opposed to string matching
  • remove generation of raw value in calendar round