Releases: Summersweet-Software/ComprehensiveConfig
Releases · Summersweet-Software/ComprehensiveConfig
v1.1.2
What's Changed
- fix order of types in TomlWriter.format_value (bugfix) by @ArachnidAbby in #13
Turns out booleans are also an instance of int. Who knew ¯\_(ツ)_/¯
Full Changelog: v1.1.1...v1.1.2
V1.1.1 - aka "oh s*** we forgot booleans!"
A little embarrassing- but we FORGOT boolean! Anyways- here is a quick-release/patch to fix that for everyone.
What's Changed
- Add Boolean Field by @ArachnidAbby in #12
Full Changelog: V1.1.0...v1.1.1
Version 1.1.0 - Documentation, Bug Fixes, and Tests
What's Changed
- Documentation by @ArachnidAbby in #8
- Add Full Test Suite by @ArachnidAbby in #7
- Rewrite Existing parsers by @ArachnidAbby in #9
- Arbitrary object writing
- Tons of bug fixes
- Add utility module that includes helper functions/tests for making your own writers.
- Tons of stuff to make sure the code base is more sustainable long term. (Github ci stuff mostly)
Full Changelog: v1.0.1...V1.1.0
Version 1.01
Description
this is a small, non-feature update. This is mostly something to ignore.
As always- visit the project on pypi and star this github repo.
Changes
Full Changelog: v1.0.0...v1.0.1
Mostly just updating information to make the project more visible.
Version 1.0.0- First release
Comprehensive Config
This is the first release of Comprehensive config.