- new: fix_type function: Option to drop unknown properties
- new: fix_type function: Option to convert date to datetime
- fix: getschema.fix_type function: A valid null object is rejected
- fix: a bug in schema inference where a TypeError is thrown when only a ValueError is currently expected
- fix: prevent auto-converting 0, 0.0, '', etc to null
- fix: datetime check during fix_record()
- fix: Condition ignores keys with a value of 0 #9
- fix: Incorrect handling of nullable #11
- fix: Default type to be string instead of null when no non-null values are found (#7)
- fix: Fix JSON file recoginition (#4)
- fix: Don't ignore the field when all records have a field with null value (#3)
- fix: Homepage link on pypi
- feature: jsonpath support for the record_level parameter in getschema.infer_schema function.
- feature: YAML file support
- fix: allow empty dict (Issue #1)
- Raise an exception with a clear message when type conflict happens
Initial release