The main goal of this release is a refactor of the WebVTT parser to be able to parse easier and give support to new features of the format.
New features:
- Support for cue identifiers
- Support for parsing WebVTT captions with comments
- Support for parsing WebVTT captions with Style blocks
- Support for BOM in caption files
- Added method to write the captions to an opened file
- Convert WebVTT to SRT format
- Ignore empty captions in SRT format
Other:
- Refactored WebVTT parser