Skip to content

Releases: clement-escolano/parse-torrent-title

2.1.0

18 Sep 07:38
e6f0577

Choose a tag to compare

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

20 May 07:06
3fd4bbf

Choose a tag to compare

1.3.0

12 May 23:34

Choose a tag to compare

  • 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

11 Mar 20:46

Choose a tag to compare

  • 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

28 Dec 23:12

Choose a tag to compare

  • 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

28 Dec 23:11

Choose a tag to compare

First stable release 🎉
The module should be usable for most cases, is tested and provided with a TypeScript definition.

0.5.0

09 May 11:49

Choose a tag to compare

First release of the package.
Basic support for codec, source, season, episode, title, and lot of others !