Skip to content

Releases: digininja/CeWL

Max Length

31 Jul 15:10
62fc6e9
Compare
Choose a tag to compare

Allow the user to specify the max word length as well as the minimum.

Syncing version numbers

24 Jul 08:07
ed5d6e0
Compare
Choose a tag to compare

No code changes, but it was pointed out that the version number between GitHub and the code had got out of sync so fixing it.

New Nokogiri

28 Sep 08:17
625a651
Compare
Choose a tag to compare

Nokogiri had a vuln, this fixes it.

Updated minimum gem versions

28 May 18:33
514b9c2
Compare
Choose a tag to compare

Update the minimum version of mime-types and nokogiri gems.

Concat Fix

21 May 08:32
e4cdcd3
Compare
Choose a tag to compare

Fixed a problem with accidental concatenation of words when stripping HTML tags.

Docker

08 Apr 07:38
97a6efe
Compare
Choose a tag to compare

Added Docker support

Nokogiri version bump

25 Feb 09:17
e924078
Compare
Choose a tag to compare

Updating the version of Nokogiri due to upstream security issue.

Inclusion

31 Jan 16:38
Compare
Choose a tag to compare

Up to now, the content was only scraped from pages which returned with a success code (200's and similar), it is now scraped from every page, including error pages, 404's and redirects.

5.4.7

06 Jan 14:52
9b46567
Compare
Choose a tag to compare

A new option to do regex checking on URLs by @5p1n .

umlauts and lowercase

28 Nov 16:58
a63f46b
Compare
Choose a tag to compare

@5p1n added a feature to lowercase all words while collecting them and to convert umlauts to the ASCII equivalent.