Skip to content

Releases: icyleaf/totem

Release v0.7.0

29 Mar 06:52
v0.7.0
4d6af5c
Compare
Choose a tag to compare
Release v0.7.0

v0.6.2

04 Feb 06:34
Compare
Choose a tag to compare
Release v0.6.2

v0.6.1 (2020-04-10)

30 Jun 09:36
Compare
Choose a tag to compare

Fixed

  • Compatibility with Crystal 0.34

Changed

  • Use Log instead of legacy Logger from Crystal 0.34 #84

v0.6.0 (2019-11-21)

21 Nov 07:43
Compare
Choose a tag to compare

Long time no see 🙇‍♂️

Fixed

  • Compatibility with Crystal 0.31. #17
  • Fix remote provider etcd (ONLY works etcd v2 API). #17

v0.5.2 (2018-12-07)

21 Nov 07:43
Compare
Choose a tag to compare

Added

  • Add environment support. (see #13)
  • Add config path position in Totem::Configbuilder. (see #12)

Changed

  • Optimize search config performance.
  • Formatted sevrity in logger.

Fixed

  • Close IO after read the content.

v0.5.1 (2018-11-06)

06 Nov 04:09
Compare
Choose a tag to compare

Fixed

  • Compatibility with Crystal 0.27

v0.5.0 (2018-09-27)

06 Nov 04:09
2521ff3
Compare
Choose a tag to compare

Changed

  • Separate #fetch method to two methods with different behavior. (see #8)
  • Add new #register method instead of #register_adapter and #register_alias in Totem::ConfigTypes, the latters marked DEPRECATED.

Added

  • Add config builder to configure easily. (see #7)
  • Add Time class support in Totem::Config.
  • Add #as_f32/as_f32? methods in Totem::Any.

v0.4.0 (2018-07-31)

06 Nov 04:09
74f67d9
Compare
Choose a tag to compare

Added

  • Add remote provider extensions.
  • Add redis/etcd to remote providers.

v0.3.0 (2018-07-27)

06 Nov 04:11
b448bbe
Compare
Choose a tag to compare

Added

  • Add adapter for configuration formats, writting and using custom adapter. (see #3)
  • Add write to file with dotenv format.
  • Add Totem::Any equal with other class & struct.
  • Add nested key setting for the raw content of configuration formats. (see specs)
  • Improved inspect output with #pp or #pp!.

v0.2.1 (2018-07-26)

06 Nov 04:11
Compare
Choose a tag to compare

Fixed

  • Fix do throw an exception to call #mapping with unkown key.