Skip to content

Releases: digininja/CeWL

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.

Nokogiri version increase

22 Aug 15:56
cb242f1
Compare
Choose a tag to compare

Updating the Nokogiri dependency

increased the version of nokogiri

31 Jan 14:18
Compare
Choose a tag to compare

Got a report that the version of Nokogiri in use was vulnerable so increased the version in use.

Removed / from end

31 Jan 14:15
Compare
Choose a tag to compare

Previously I was forcing a / on the end when requesting pages, got rid of this as it was causing problems.

Non-ASCII characters fix

19 Dec 09:49
666ee47
Compare
Choose a tag to compare

Releasing code that has been in the master branch for quite a while. It fixes issues with non-ASCII characters in words.

Arkanoid

29 May 15:08
Compare
Choose a tag to compare

Loads of changes since the last tagged release so check the README for more information.

Heading Upwards

15 Nov 13:32
Compare
Choose a tag to compare

Added the command line argument --header (-H) to allow headers to be passed in. Parameters are specified in name:value pairs and you can pass multiple.

5.2 Some Chaos

21 Jul 09:58
Compare
Choose a tag to compare

Loads of changes including:

  • Code refactoring by @g0tmi1k
  • Internationalisation - should now handle non-ASCII sites much better
  • Found more ways to pull words out of JavaScript content and other areas that aren't normal HTML
  • Lots of little bug fixes

Stable version 5.1

05 Jul 15:27
Compare
Choose a tag to compare

The original version that has been around for years, works well and hasn't had to many problems.

Marking this as a release so I can drop a new release and then roll back if needed.