0.8.3
- 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
}
}