Skip to content

Releases: digininja/CeWL

More bug fixes

30 Jul 12:16
Compare
Choose a tag to compare

Fixing this issue:

#121

Bug fixes

19 Jun 14:37
6aea36a
Compare
Choose a tag to compare

Fixed a bug with email addresses in mailto hrefs not being detected and the metadata output file not being created when it should.

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.