Releases: binaryage/env-config
0.2.2
0.2.1
0.2.0
ClojureScript port
The library can now be used in ClojureScript (in self-hosted mode) thanks to @arichiardi.
Notable commits
f4a7ca2 Adapt code for self-host compatibility
b158e83 scripts: introduce a script for testing self-host variants
9768377 readme: add a FAQ entry "Can this be used in self-hosted mode?"
All new work: v0.1.1...v0.2.0
0.1.1
Slashes
Some shells do not allow slashes in environmental variable names.
This release allows naming variables with two underscores or two dashes instead of a single slash.
Notable commits
0737b4f slash in names can be replaced with two underscores or dashes
All new work: v0.1.0...v0.1.1
0.1.0
Initial release
More flexible library configurations for everyone!
Notable commits
79b399d initial implementation
f915038 add subsystem for reporting problems
3fe6509 add support for :omit special coercer result
0c5cc03 propagate data about original var names/values to get better errors
a6deb6f report issues with naming conflicts
All new work: 79b399d...v0.1.0