v2.2.0
Changed
- All event parsing happens during
pyflp.parse
itself. colour.Color
replaced withpyflp.types.RGBA
.- Increase line-length of 100.
Fixed
- Backtracking issues in nested dictionaries.
Removed
- Python 3.7 support.
- Bunch of intermediate
EventBase
subclasses. - Removed dependency on
colour
library.