* Uniqueness fields are now cast to the right types if specified at the DRM.
1.4.0
* DRMs now support the uniqueness_fields annotation which marks which fields keys are essential for the final result. If those are not found, the parser returns an empty dict.
1.3.0
* types section of the DRMs now support the datetime type as a list with the type datetime and its python datetime format such as: ["datetime": "%Y-%m-%d %H:%M:%S"]
1.2.0
* Added "types" annotation in the DRM files to support type casting for both fields and inline group regexps of table rows.
1.1.0
* Added support for inline named group regex captures by adding the inline_named_group_captures in the DRM files; * Changed rows list structure to return a list of dictionaries, each containing the row and the named group captures for that row.