appsettings

Simple Hierarchical Key/Value Store for Simple Go Runtime App Setting Storage

MIT License

Stars
3
Committers
2

Bot releases are visible (Hide)

appsettings - Add StorageAdapter Latest Release

Published by donatj 8 months ago

What's Changed



New Contributors

Full Changelog: https://github.com/donatj/appsettings/compare/v0.5.1...v0.6.0

appsettings - Hotfix - Unmarshal Fix + Testing

Published by donatj over 3 years ago

I was a little overzealous with replacing the real types with interfaces and lead to trouble with JSON unmarshalling into the data struct.

I've fixed that and added some testing to ensure the problem doesn't recur.

appsettings - Improve GetTrees Definition

Published by donatj over 3 years ago

Changes GetTrees return type from map[string]*tree to map[string]DataTree

Unless you were doing weird things with reflection, this should be a non-breaking change.

appsettings - Doc Fixes + Adds IncrInt64 / DecrInt64

Published by donatj over 3 years ago

appsettings - Adds Option to enable Pretty Printing of Saved JSON

Published by donatj about 5 years ago

Adds the option to enable pretty printing of output JSON. This is helpful for debugging purposes.

Also adds the ability for more options to be added in the future should such need arise.

appsettings - Adds GetTrees and DeleteTree

Published by donatj almost 7 years ago

Non-breaking additions.

appsettings - Rewrite: Nested Leaves

Published by donatj about 7 years ago

This is a nearly entirely backwards compatible rewrite. See the README for migration information.

Adds support for nested levels of trees and leaves.

appsettings -

Published by donatj over 7 years ago