Skip to content

Releases: kulgan/justobjects

0.3.0

Choose a tag to compare

@kulgan kulgan released this 05 Dec 07:35
4887a77
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

0.3.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@kulgan kulgan released this 26 Nov 19:36
b60cfbb
Version 0.3.0-rc.2

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

0.3.0-rc.1

0.3.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@kulgan kulgan released this 22 Nov 03:35
ddf0155
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

Choose a tag to compare

@kulgan kulgan released this 16 Oct 23:07
0.2.0
09a6c96
Version 0.2.0

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

0.1.0

Choose a tag to compare

@kulgan kulgan released this 01 Oct 02:21
6112f91
Add support for more string types (#8)

String types

0.1.0 alpha 2

0.1.0 alpha 2 Pre-release
Pre-release

Choose a tag to compare

@kulgan kulgan released this 23 Sep 02:37
12ccb26
0.1.0-a2

fix tox

0.1.0 alpha 1

0.1.0 alpha 1 Pre-release
Pre-release

Choose a tag to compare

@kulgan kulgan released this 23 Sep 02:25
012d330
Init project (#2)

Initialize modules and support for validation and display of schema