Skip to content

Version 1.2.3

Compare
Choose a tag to compare
@rxaviers rxaviers released this 17 Mar 02:03
· 135 commits to master since this release
  • Date:
    • Parser:
      • Fix day period AM/PM parsing for some locales like Chinese #509 (PR #699);
      • Fix timezone issue where hour is an hour off when target date and today date are in different DST rules #689 (PR #693);
      • Fix parsing literals (e.g., separators) #683 (PR #692);
      • Fix parsing for zero-padded date fields that cannot be controlled via skeleton #695 (PR #702);
  • Number:
    • Parser: Fix empty string #682 (PR #691);
  • Others:
    • Docs: Minor fixes, broken links;
    • Tests: Minor technical-debt;