- Add Python 3.10 - Support multi-line value in ASCII fields - Add more samples in the doc (for type-4 records) - Upgrade pip, switch to PEP517 packaging - Fix pylint issues - Fix doc - Add additional aliases for type-15 records - Add __len__ method on Field and SubField classes
0.4
----------------
- Improve error reporting when record length is not correct
0.3
----------------
- Add Python 3.9 - Rework exception management to introduce an error code and remove one exception class - Add option to sort tags by numeric order
0.2
----------------
- Drop Python 3.5, add Python 3.8 - Add a full example in the documentation