View Source Changelog

digital-token-0-6-0

Digital Token 0.6.0

This is the changelog for Digital Token version 0.6.0 released on July 8th, 2023. For older changelogs please consult the release tag on GitHub

bug-fixes

Bug Fixes

  • Remove checking Phoenix and Ecto json_library configurations. Ecto no longer configures its :json_library in config.exs and checking for Phoenix configuration can cause config failures when building in Docker.

  • Sort the short names for a token by their length so that the standard short name is the shortest one.

  • Fix code that made an implicit assumption about map order.

enhancements

Enhancements

  • Update to the latest toekn registry and symbol registry.

digital-token-0-5-0

Digital Token 0.5.0

This is the changelog for Digital Token version 0.5.0 released on June 22nd, 2023. For older changelogs please consult the release tag on GitHub

enhancements-1

Enhancements

  • Make the JSON library configurable. Like ex_cldr it will also attempt to use the JSON library configured for ex_cldr, ecto, phoenix or if otherwise configured Jason or Poison.

digital-token-0-3-0

Digital Token 0.3.0

This is the changelog for Digital Token version 0.3.0 released on May 14th, 2022. For older changelogs please consult the release tag on GitHub

enhancements-2

Enhancements

digital-token-0-2-0

Digital Token 0.2.0

This is the changelog for Digital Token version 0.2.0 released on May 9th, 2022. For older changelogs please consult the release tag on GitHub

bug-fixes-1

Bug Fixes

digital-token-0-1-0

Digital Token 0.1.0

This is the changelog for Digital Token version 0.1.0 released on May 8th, 2022. For older changelogs please consult the release tag on GitHub

enhancements-3

Enhancements

  • Initial release