Change Log

Copy Markdown

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.4.4 (2026-06-05)

Bug Fixes:

  • resolve redundant message/1 clause flagged by Elixir 1.20 by James Harton

v0.4.3 (2026-02-19)

Bug Fixes:

  • extract maybe_notify_change/4 to reduce nesting depth in get_latest_value/3 by James Harton

v0.4.2 (2024-03-14)

Bug Fixes:

  • Fix credo miswarnings.

v0.4.1 (2024-02-23)

v0.4.0 (2021-09-28)

Features:

  • allow discovery of all running configuration servers.

v0.3.0 (2021-09-28)

Features:

  • Add Cast.to_boolean/1 since it's very common.

v0.2.3 (2021-07-03)

Improvements:

  • add Cast.to_atom/1 and Cast.to_string/1.

v0.2.2 (2021-05-10)

Bug Fixes:

  • dsl: fix a compiler warning about an unused module attribute.

v0.2.1 (2021-05-09)

Improvements:

  • added documentation and refactored for a release.

v0.2.0 (2021-05-07)

Features:

  • add configuration server and default providers.

v0.1.0 (2021-04-28)