Skip to content

Releases: elastic/lunes

v0.2.0

18 Nov 13:51
bb4dc8b

Choose a tag to compare

What's Changed

  • Updated Unicode CLDR locale data from version 45 to 48 for broader language coverage and corrected region aliases.
    A few locales were added, and existing locales were fixed, which might impact users relying on outdated day/week/month names. For more information, please check the CLDR release notes.
  • Bump Go version to 1.24.0.
  • Added lazy loading of locale tables, reducing initial memory footprint and improving startup performance.
    by @edmocosta in #14

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jul 16:15
5771bab

Choose a tag to compare

What's Changed

  • Initial project structure by @edmocosta in #1
  • Create catalog-info file by @elastic-backstage-prod in #2
  • Add tables generator and initial parsing methods by @edmocosta in #4
  • Change minimal Go version to 1.21 and removed unnecessary test by @edmocosta in #5
  • Update catalog-info to mark lunes as a library by @edmocosta in #6
  • Change periods of the day replacements to be case-sensitive by @edmocosta in #7

New Contributors

  • @edmocosta made their first contribution in #1
  • @elastic-backstage-prod made their first contribution in #2

Full Changelog: https://github.com/elastic/lunes/commits/v0.1.0