Releases: clement-escolano/parse-torrent-title
2.1.0
Breaking changes
Dolby Digital parsing is a bit different for audio so different values are returned now (before, it was returned as dd5.1, it is now returned as dd or ddp depending on the version).
DTS-HD-MA audio is returned as dts-hd-ma and not as dts-hd.
If you don't depend on these two features, upgrading should be seemless.
New Features
Thank you @QuixThe2nd for improving cases for existing fields and support for a lot of fields:
- remux
- standalone seasons
- eac3 audio
- openmatte
- service
- channels
- bitdepth
- tracker
Thank you @SpEcHiDe for improving episode support: numbers higher than 99 are supported
1.4.0
- Added handler for season packs, thanks @angelxmoreno
1.3.0
- Update TypeScript definitions to allow custom parser result (thanks @lucafaggianelli for the suggestion)
- Update dev dependencies
With this release, the publishment to NPM should be done automatically with a GitHub action.
1.2.0
- Improve support for Italian language
- Improve support for source types (CAM, HDTS, etc)
- Improve support for audio (MD)
- Add option for a regex handler to set a specific value instead of the matched string with the option
value
1.1.0
- Fix an issue with the container regex being too broad
- Add
VFI(international French dubbed version) language - Add documentation on regex types
1.0.0
First stable release 🎉
The module should be usable for most cases, is tested and provided with a TypeScript definition.
0.5.0
First release of the package.
Basic support for codec, source, season, episode, title, and lot of others !