Skip to content

Releases: fergiemcdowall/stopword

v3.1.5 - Removing trailing space for word in stopwords_nld.js

13 Jun 13:46

Choose a tag to compare

What's Changed

  • Remove trailing space in "stopwords_nld.js" by @Tessmore in #333

New Contributors

Full Changelog: v3.1.4...v3.1.5

v3.1.4 - Fixing Breton stopwords

30 Dec 09:24

Choose a tag to compare

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

06 Dec 16:09

Choose a tag to compare

What's Changed

Thanks to @imposeren for an even better Ukranian stopword-list.

Better Ukrainian stopword list

03 Dec 11:53

Choose a tag to compare

Improved stopword list for Ukrainian stopwords thanks to @imposeren

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1 - Swapped Danish and Swedish with versions with better licenses

18 Aug 20:30

Choose a tag to compare

  • 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`

27 Jan 06:59

Choose a tag to compare

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

25 Mar 15:31

Choose a tag to compare

amelybol -> amelyből
Thanks to @dsdenes

Bug-fix: correct module-pointer to .mjs-file from package.json

10 Feb 11:31

Choose a tag to compare

One word per line in stopword files - better diffs

15 Jan 11:26

Choose a tag to compare

  • 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

05 Sep 20:08

Choose a tag to compare

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 🎉