Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

66 lines (49 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.3] - 2022-03-02

Changed

  • Fix typespecs

[0.3.2] - 2022-03-01

Changed

  • Clarify to_string/2 api parameters. The first parameter is a language identifier (string) not a locale (atom for ex_cldr >2.26).
  • Update tests to work with ex_cldr >2.26 as well

[0.3.1] - 2022-01-04

Changed

  • Loosen ex_cldr dependency

[0.3.0] - 2021-10-29

Changed

  • Updated minimal dependency on ex_cldr
  • Switch to public API in Cldr.Locale.Loader over Cldr.Config

[0.2.3] - 2021-09-30

Changed

  • Fixed LICENSE identifier in hex metadata

[0.2.2] - 2020-10-30

Changed

  • Fixed typespec
  • Sort languages at compile time

[0.2.1] - 2019-01-30

Changed

  • Update to ex_cldr v2.2.1

Removed

  • Remove unneccesary compatibility module needed for ex_cldr v2.2.0.

0.2.0 - 2019-01-25

Changed

  • Update to ex_cldr v2.

Removed

  • Removed all_languages/0 in favor of available_languages/0.

0.1.1 - 2018-01-11

Added

  • More tests
  • CI Pipeline
  • Documentation

Changed

  • Loosened cldr version

[0.1.0] - 2017-12-29

Added

  • Initial release.