* fixed the problem where the type bool would not be recognized during serialization/deserialization
0.1.9
* removed the serialization and deserialization logic from the JSONObject and created separate objects for serializing and deserializing
0.1.8
* added the **nullable** parameter to the `field()` decorator which indicates that a field is nullable during serialization and deserialization
0.1.7
* added the **required** parameter to the `field()` decorator which indicates that a field is required during the deserialization * fixed the deserialization of a dict which doesnt have an appropriate JSONObject so that all it's values are reversed from the normalization process
0.1.6
* fixed the deserialization of JSON objects inside a list/iterable * fixed regex for datetimes that have a timezone with negative utc offset
0.1.5.1
* packaging fix after changing the name of the repo