Skip to content

Releases: tybruno/caseless-dictionary

v2.0.3 Devnet Release with Badges

25 Sep 13:52
8442ebc

Choose a tag to compare

What's Changed

  • Add DevNet, PyPI, and other badges to README by @tybruno in #16

Full Changelog: v2.0.2...v2.0.3

v2.0.2 Cisco Devnet Release

24 Sep 17:22
affbaae

Choose a tag to compare

What's Changed

  • docs: add KafkaSafeDictionary example and clarify DevNet compliance u… by @tybruno in #12
  • Develop by @tybruno in #14

Full Changelog: v2.0.1...v2.0.2

Adding Linting and mypy to pipeline

20 Jun 21:20
5fa92f4

Choose a tag to compare

Made the following improvements:

  • added py.typed file
  • fixed few pylint errors
  • added pylint, mypy, blue, and pylama checks to pipeline

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 Jun 20:47
aae0b27

Choose a tag to compare

What's Changed

  • Added more caseless dictionaries.
  • Added caseless attribute dictionaries.

Full Changelog: v1.0.3...v2.0.0

v1.0.3 Update ModifiableItemsDictionary version

17 Aug 18:52
585f453

Choose a tag to compare

  • Updated the ModifiableItemsDictionary requirements
  • Modified imports to use import instead of from
  • Cleaned up setup.py

v1.0.2 Updating Project Description and Acknowledgements

13 Feb 20:20
9629b3d

Choose a tag to compare

Updates

  • Updated project description in setup.py.
  • Gave acknowledgments to Raymond Hettinger @rhettinger

v1.0.1 Update README with Badges

13 Feb 19:48
6664a00

Choose a tag to compare

Updates

Added Badges to README.md

v1.0.0 Initial Release

13 Feb 19:38
e7aeb9d

Choose a tag to compare

Initial release of CaselessDict, TitleCaselessDict, UpperCaselessDict, and testing.