Skip to content

Releases: phenobarbital/python-datamodel

0.2.6

27 Mar 17:42
ed214ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.5...0.2.6

0.2.5

27 Mar 15:17
Compare
Choose a tag to compare
  • Added slugify to Model titles.

Full Changelog: 0.2.4...0.2.5

0.2.4

26 Mar 19:26
38d7208
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

26 Mar 19:13
9ec41db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

26 Mar 16:41
Compare
Choose a tag to compare
  • Added a classmethod "get_columns" for getting all fields declared into dataclass (without instantiate)
  • added a utility method "sample" to getting a json example of payload.

Full Changelog: 0.2.1...0.2.2

0.2.1

08 Mar 15:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

06 Mar 22:28
Compare
Choose a tag to compare

What's Changed

  • Update on requirements to support python 3.11.2 by @jelitox in #97
  • Drop Support for python < 3.8

Full Changelog: 0.1.23...0.2.0

0.1.23

22 Feb 12:35
Compare
Choose a tag to compare
  • Supporting bigint (based on numpy.int64) on models
    Full Changelog: 0.1.22...0.1.23

0.1.22

16 Feb 02:29
84f700b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.21...0.1.22

0.1.21

16 Feb 00:33
72dd64b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.20...0.1.21