Skip to content

Releases: Summersweet-Software/ComprehensiveConfig

v1.1.2

18 May 17:19
ad6c0fe

Choose a tag to compare

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!"

18 May 17:08
9a0220e

Choose a tag to compare

A little embarrassing- but we FORGOT boolean! Anyways- here is a quick-release/patch to fix that for everyone.

What's Changed

Full Changelog: V1.1.0...v1.1.1

Version 1.1.0 - Documentation, Bug Fixes, and Tests

21 Apr 01:21
bcb856d

Choose a tag to compare

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

23 Mar 15:28
2b0196c

Choose a tag to compare

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

15 Mar 22:12
df6a090

Choose a tag to compare

Comprehensive Config

This is the first release of Comprehensive config.