Skip to content

Releases: kulgan/justobjects

0.3.0

05 Dec 07:35
4887a77
Compare
Choose a tag to compare
Version 0.3.0

New:
* Support instantiation from dicts
* Support for nested data objects with construction
* Support for data value coercion to expected data types
* Validate after instantiation
* Add simple mypy plugin

0.3.0-rc.2

26 Nov 19:36
b60cfbb
Compare
Choose a tag to compare
0.3.0-rc.2 Pre-release
Pre-release
Version 0.3.0-rc.2

* Instantiate from dictionaries with nested objects
* Remove resolution of `id` and `schema`

0.3.0-rc.1

22 Nov 03:35
ddf0155
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release
Version 0.3.0-rc.1

New:
* load instances directly from dictionaries
* Validate instances after instantiations

Fixes:
* Fix editorconfig formatting for tox and setup.cfg

0.2.0

16 Oct 23:07
0.2.0
09a6c96
Compare
Choose a tag to compare
Version 0.2.0

New:
* Add validate function to schema objects
* Add sphinx documentation

0.1.0

01 Oct 02:21
6112f91
Compare
Choose a tag to compare
Add support for more string types (#8)

String types

0.1.0 alpha 2

23 Sep 02:37
12ccb26
Compare
Choose a tag to compare
0.1.0 alpha 2 Pre-release
Pre-release
0.1.0-a2

fix tox

0.1.0 alpha 1

23 Sep 02:25
012d330
Compare
Choose a tag to compare
0.1.0 alpha 1 Pre-release
Pre-release
Init project (#2)

Initialize modules and support for validation and display of schema