Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 891 Bytes

Change Log

[0.7.0]

Added

  • Added global config accessor functions $$/$$l/$$f/$$s/$$b

Changed

  • Removed global config access capability from $ function family
  • $l/$f/$b now returns nil when default value not provided, instead of 0/0/false

Changed

  • Made clj-yaml/cheshire/hawk/clj-http optional dependencies. Features depend on these libraries are only activated when they are found on classpath.

Added

  • Support for env prefix

Changed

  • Fixed build on Java 11

Added

  • Added support for EDN.
  • dict resolver now tries to lookup both string key and keyword key

[0.4.0]

Initial release