Skip to content

Releases: bogdandm/json2python-models

v0.1.0

24 Apr 14:45
48b363f
Compare
Choose a tag to compare
  • Post init converters for string types #21 (bogdandm)
  • Get rid of ordereddict #20 (bogdandm)
  • Process empty dict as Dict type #19 (bogdandm)
  • Fix pytest version conflict #18 (bogdandm)
  • Decode unicode and remove non-words characters in models fields names #17 (bogdandm)
  • Does not add METADATA_FIELD_NAME to metadata if original fields name is a same as generated one #16 (bogdandm)

Prelease v0.1b2

30 Nov 16:12
Compare
Choose a tag to compare
Prelease v0.1b2 Pre-release
Pre-release

All core features are done:

  • attrs & dataclasses
  • flat & nested models structure
  • pure dict type detection