dayjs v1.8.13 Release Notes

Release Date: 2019-04-26 // about 5 years ago
  • 1.8.13 (2019-04-26)

    ๐Ÿ› Bug Fixes

    • โž• Add missing relativeTime and formats for some locales (#560) (96b917e)
    • โž• Add weekday (locale aware day of the week) plugin (#569) (9007cc5), closes #559
    • ๐Ÿ‘ Allow customizing "am" / "pm" strings with locale meridiem function (#580) (576e93e), closes #578
    • ๐Ÿ›  Fix .add day/week decimal rouding bug (800f6c9)
    • ๐Ÿ›  Fix .diff type definition error (#565) (c4921ae), closes #561
    • ๐Ÿ›  Fix CustomParseFormat plugin bug (#568) (1f5a9db), closes #555
    • ๐Ÿ›  Fix relativeTime plugin Math.round bug (40bea40)
    • ๐Ÿ”Œ skip square brackets in buddhistEra, advancedFormat plugins (#556) (9279718), closes #554
    • โšก๏ธ Update Indonesian locale(#574) (0aa7143)
    • โšก๏ธ Update locale month to support both array and function (#581) (b6599d3)
    • โšก๏ธ Update LocalizedFormat plugin lowercase formats logic (#557) (d409304)