Skip to content

Releases: tybruno/caseless-dictionary

Adding Linting and mypy to pipeline

20 Jun 21:20
5fa92f4
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Updates

Added Badges to README.md

v1.0.0 Initial Release

13 Feb 19:38
e7aeb9d
Compare
Choose a tag to compare

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