- Added global config accessor functions
$$
/$$l
/$$f
/$$s
/$$b
- Removed global config access capability from
$
function family $l
/$f
/$b
now returns nil when default value not provided, instead of 0/0/false
- Made clj-yaml/cheshire/hawk/clj-http optional dependencies. Features depend on these libraries are only activated when they are found on classpath.
- Support for env prefix
- Fixed build on Java 11
- Added support for EDN.
- dict resolver now tries to lookup both string key and keyword key
Initial release