Releases: fergiemcdowall/stopword
v3.1.5 - Removing trailing space for word in stopwords_nld.js
v3.1.4 - Fixing Breton stopwords
Breton stopwords seem to have been Brazilian Portugese - #332
Replaced with Gene Diaz' Breton stopword list - https://github.com/stopwords-iso/stopwords-br
Thanks to @laygir!
Even more Ukranian stopwords
What's Changed
- Update stopwords_ukr.js by @imposeren in #330
Full Changelog: v3.1.2...v3.1.3
Thanks to @imposeren for an even better Ukranian stopword-list.
Better Ukrainian stopword list
Improved stopword list for Ukrainian stopwords thanks to @imposeren
What's Changed
- build(deps-dev): bump standard from 17.1.0 to 17.1.1 by @dependabot in #326
- build(deps-dev): bump standard from 17.1.1 to 17.1.2 by @dependabot in #327
- build(deps-dev): bump rollup from 2.79.1 to 2.79.2 by @dependabot in #328
- Update stopwords_ukr.js by @imposeren in #329
New Contributors
- @imposeren made their first contribution in #329
Full Changelog: v3.1.1...v3.1.2
v3.1.1 - Swapped Danish and Swedish with versions with better licenses
- Removed CC BY-SA for Danish and Swedish with libraries that have MIT-license, so it's in line with the stopword-library.
- Updated Swedish test since one additional word was now defined as a stopword
- Updated 3rd-party.txt with the 3rd party license texts needed for the minified dist files.
Full Changelog: v3.0.1...v3.1.1
v3.0.1 Treeshaking for `module` and `browser`
package.json module and browser is now pointing to ./src/stopword.js to make it tree shakeable. And jsdelivr is pointed to ./dist/stopword.umd.min.js to not make issues for the CDN-usage.
The stopword module has gotten bigger over the years, so making treeshaking possible will make it possible to reduse unnecessary loading of languages not used.
Non-breaking release in most cases, but a big enough change to bump it to a new major version and there might be some corner cases that breaks.
Typo in Hungarian word
amelybol -> amelyből
Thanks to @dsdenes
Bug-fix: correct module-pointer to .mjs-file from package.json
One word per line in stopword files - better diffs
- For better diff on small word-changes in existing stopword files. Minified dist-files are like before - Just as compact.
- Some name changing on 3rd party license files to maybe not confuse GitHut as to which license is used for the library.
Fixing three word-numbers in porBr - Brazillian Portugese
Changing three numbers from Portugese to Brazillian Portugese
| Number | por | porBr |
|---|---|---|
| 19 | Dezanove | Dezenove |
| 16 | Dezasseis | Dezesseis |
| 17 | Dezassete | Dezessete |
Thanks to rodfeal for spotting the error and the PR 🎉