srt-cut
Version:
Cut up SRT subtitle file into parts
54 lines (33 loc) • 705 B
Markdown
# Changelog
## 2.0.0
Breaking changes:
* Drop support for Node v8
Bug fixes:
* Handle parts with no subs
* Fix conversion of SMTPE timecode
Deps:
* Update `fs-extra` dependency
Tests:
* Simplify unhandled rejection handling
* Rename `utils` to `support` [refactor]
* Import file extensions [refactor]
Dev:
* Update dev dependencies
* Add `package-lock.json`
* Run tests on CI on Node v13
* ESLint ignore coverage dir
* Remove `sudo` from Travis CI config
No code:
* Code comments
* NPM ignore `.DS_Store` files
Docs:
* Versioning policy
* Update license year
* Fix changelog
* Reverse order of changelog
## 1.0.1
Docs:
* Fix Readme typo
* Readme formatting
## 1.0.0
* Initial release