Skip to content

Releases: jstachio/ezkv

v0.2.1

11 Dec 19:16
Compare
Choose a tag to compare

Bug fix release.

Some documented features in 0.2.0 were not implemented but expected to be there hence why it is a bug fix release.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Dec 21:30
Compare
Choose a tag to compare

Rename Kiwi to ezkv based on @rbygrave feedback.

A logo was added as well that I painfully crafted manually in SVG.

I'm terrible at art.

v0.1.0

27 Nov 19:16
Compare
Choose a tag to compare

Kiwi first release: a non-opinionated Java bootstrapping configuration library that allows recursive chain loading of configuration from key values.

This library is a rewrite of an organic part of my companies code base that has been evolving for over 14 years.

Many libraries and frameworks have come and gone with differing opinions on configuration. While our backing frameworks have changed over the years our configuration style, format and behavior because of this library has largely not thanks to the flexibility.

Massive thanks to @rbygrave and @SentryMan on finally getting me to pump this out.