Skip to content

Releases: eklem/eklem-headline-parser

Fixing demo

02 Mar 06:52

Choose a tag to compare

  • stopword.js was renamed to stopword.umd.js in latest version.

Fix demo + change test framework to batr

13 Oct 20:24

Choose a tag to compare

Also fixing demo and moving stopword library from dependency to devDependency. So not bundled, but possible to test with.

Stopword dependency update

15 Mar 09:02

Choose a tag to compare

Bumping stopword version

security update

15 Mar 06:57

Choose a tag to compare

Updating all devDependencies, so no real issues with the distribution code.

Minor cleanup after new major release

25 Jul 18:15
02a1a35

Choose a tag to compare

Generating a .latest.js and pointing the demo to this. Also pointing to stopword.latest.js

Breaking changes: Simpler module, more languages supported

24 Jul 20:13
94fd8c5

Choose a tag to compare

eklem-headline-parser is now language agnostic, less opinionated and only support languages through a stopword-remover. Input is headline, body and cutoff (maximum keywords you want back).

Also, it runs in the browser and has an interactive demo.