Skip to content

0.8.3

Compare
Choose a tag to compare
@fmacpro fmacpro released this 07 Jul 23:41
· 23 commits to master since this release
209934c
  • Refactor title processing

Title processing can now be turned on and is off by default. It is now also possible to configure the title processing functionality as below

var options = {
  title: {
    useBestTitlePart: true, // true turns on the title processing
    commonSeparatingCharacters: [' | ', ' _ ', ' - ', '«', '»', ' — ', ' — ', ' – '],
    minimumTitlePartLength: 10
  }
}