npm stopword 2.0.0-rc.1
A leaner, more structured and more robust version

latest releases: 3.0.1, 3.0.0, 3.0.0-rc3...
2 years ago
  • Now building CJS-, ESM- and UMD-scripts with minified alterantives.
  • import/require deconstructing now possible. Old style will also work if you want the sw. prefix for function and arrays.
  • ISO-639-3 language codes (swapping from ISO-639-1). Room for more languages.
  • The languages that aren't fully standard first has 3 characters that are actually following the standard followed by 2 characters in camelCase.
  • lggo -> lgg. We meant the 'o' for 'official', but lgg is the official in ISO-639-3, so the unofficial is now lggNd (the language array without diacritics)
  • If you want to use old codes from ISO-639-1 you could either rename on import or after import, do a i.e. const en = eng
  • Better license handling and visibility for third part libraries. There is now accumulated License file with all third party licenses listed. This is referenced in the minified scripts.
  • Moved to batr test library (rollup + standardjs + playwright dependencies all in one)
  • CI-testing moved from TravisCI to GitHub workflow / actions.

Don't miss a new stopword release

NewReleases is sending notifications on new releases.