- Upgrade module `conf_struct` to package `conf_struct` - Add module `exts` - Rename `StructField` to `StructureField` - Rename `ConfStruct` to `ConfigureStructure` - Add public API `pre_build` and `post_parse` for `StructureConstructor` - Add file *setup.cfg*
0.7.0
- Add specific field for string/tuple/list/dictionary. - Release API document (Beta). - Rename `COptions.code_fmt` to `COptions.code_format` . - Rename `COptions.length_fmt` to `COptions.length_format` . - Reorganize test cases. - `CField` is deprecated and will be removed in v1.0.0 .
0.6.0
- New inner class `COptions` for custom build/parse options - Add custom code & length format - Fix parse logic errors when less binary data