Skip to content

Releases: Michael-F-Ellis/Config

Revise interfaces. Breaking changes!

Choose a tag to compare

@Michael-F-Ellis Michael-F-Ellis released this 14 Apr 17:17

The most frequently used commands now take map[string]any as an argument vs being a method of Config.
Go's type checking is too strict to support Config as a general alias for map[string]any.

v0.9.2

Choose a tag to compare

@Michael-F-Ellis Michael-F-Ellis released this 18 Mar 21:42

Made Update recursive and added Get method (also recursive)
Updated README.

Fix go.mod module path

Choose a tag to compare

@Michael-F-Ellis Michael-F-Ellis released this 18 Mar 16:13

Hopefully fixes import failures.

v0.9.0

Choose a tag to compare

@Michael-F-Ellis Michael-F-Ellis released this 17 Mar 19:22

First release of this package