diot

Python dictionary with dot notation

MIT License

Downloads
5.7K
Stars
8
Committers
1

Bot releases are hidden (Show)

diot - 0.2.3 Latest Release

Published by pwwang 12 months ago

  • 🐛 Fix deepcopy not copying metadata in __diot__

Full Changelog: https://github.com/pwwang/diot/compare/0.2.2...0.2.3

diot - 0.2.2

Published by pwwang over 1 year ago

  • ⚡️ Don't stack for some expections to make them neater
  • 🚑 Ignore Nones in args for Diot construct

Full Changelog: https://github.com/pwwang/diot/compare/0.2.1...0.2.2

diot - 0.2.1

Published by pwwang over 1 year ago

  • 🚑 Fix update_recursively not upgrading the 2nd layer and on

Full Changelog: https://github.com/pwwang/diot/compare/0.2.0...0.2.1

diot - 0.2.0

Published by pwwang over 1 year ago

  • 💥 Don't update recursively for .update(), use .update_recursively() to do so

Full Changelog: https://github.com/pwwang/diot/compare/0.1.8...0.2.0

diot - 0.1.8

Published by pwwang over 1 year ago

  • 🐛 Don't fallback to Diot if value type is a subclass of it when nesting

Full Changelog: https://github.com/pwwang/diot/compare/0.1.7...0.1.8

diot - 0.1.7

Published by pwwang over 1 year ago

  • ✏️ Fix a typo in ImportError message
  • ⬆️ Update rtoml to v0.8 in dev-deps
  • 🐛 Fix pop for OrderedDiot
  • 📝 Fix badges in README

Full Changelog: https://github.com/pwwang/diot/compare/0.1.6...0.1.7

diot -

Published by pwwang over 2 years ago

diot -

Published by pwwang almost 3 years ago

  • Fall back to list when trying to keep the subclass
diot -

Published by pwwang about 3 years ago

  • ✨ Add key missing handler (#3)
diot -

Published by pwwang about 3 years ago

  • 🐛Fix transformable keys not added
diot -

Published by pwwang about 3 years ago

  • Fix transformable keys not allowed to assign with the same object