Skip to content

Releases: pwwang/diot

0.2.3

20 Oct 22:31
Compare
Choose a tag to compare
  • 🐛 Fix deepcopy not copying metadata in __diot__

Full Changelog: 0.2.2...0.2.3

0.2.2

13 Jul 20:05
Compare
Choose a tag to compare
  • ⚡️ Don't stack for some expections to make them neater
  • 🚑 Ignore Nones in args for Diot construct

Full Changelog: 0.2.1...0.2.2

0.2.1

24 Jun 16:38
Compare
Choose a tag to compare
  • 🚑 Fix update_recursively not upgrading the 2nd layer and on

Full Changelog: 0.2.0...0.2.1

0.2.0

24 Jun 05:45
Compare
Choose a tag to compare
  • 💥 Don't update recursively for .update(), use .update_recursively() to do so

Full Changelog: 0.1.8...0.2.0

0.1.8

05 Jun 16:00
Compare
Choose a tag to compare
  • 🐛 Don't fallback to Diot if value type is a subclass of it when nesting

Full Changelog: 0.1.7...0.1.8

0.1.7

22 Mar 01:32
Compare
Choose a tag to compare
  • ✏️ Fix a typo in ImportError message
  • ⬆️ Update rtoml to v0.8 in dev-deps
  • 🐛 Fix pop for OrderedDiot
  • 📝 Fix badges in README

Full Changelog: 0.1.6...0.1.7

0.1.6

09 May 17:36
Compare
Choose a tag to compare

0.1.5

12 Nov 04:34
Compare
Choose a tag to compare
  • Fall back to list when trying to keep the subclass

0.1.4

22 Sep 18:58
Compare
Choose a tag to compare
  • ✨ Add key missing handler (#3)

0.1.3

21 Sep 01:47
Compare
Choose a tag to compare
  • 🐛Fix transformable keys not added