Skip to content

Releases: binaryage/env-config

0.2.2

09 Aug 19:29
v0.2.2
Compare
Choose a tag to compare

Compatibility with ClojureScript 1.9.854

Notable commits

9be8a9f for read-code-string switch to cljs.tools.reader in cljs implementation

All new work: v0.2.1...v0.2.2

0.2.1

08 Aug 21:58
v0.2.1
Compare
Choose a tag to compare

A maintenance release

Notable commits

NONE

All new work: v0.2.0...v0.2.1

0.2.0

22 Mar 20:51
v0.2.0
Compare
Choose a tag to compare

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

30 Oct 20:26
v0.1.1
Compare
Choose a tag to compare

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

16 Oct 21:28
v0.1.0
Compare
Choose a tag to compare

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