Releases: drewsonne/maya-dates
Releases · drewsonne/maya-dates
Try to fix npm publish for ts
1.0.16 Fix npm publish
Fix broken Typescript test
1.0.15 Fix bad release
Previous release was missing features
1.0.13 Release equality
Previous release was missing features
Release 1.0.11 did not contain features as advertised.
Exact and Approximate LC equality
Added a feature to handle exact and approximate long count equality
Calendar Round arithmetic
Added Calendar Round arithmetic
Bug Fix - Circular Dependency
- 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
- Removed Dangling commas from source files as this caused issues with react.
Western Calendars
- Implemented Correlation Constant
- Implemented Julian and Gregorian dates with Correlation Constants.
Performance Improvements
- 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