Skip to content

Releases: ipavl/swot-clj

v1.1.2

04 Oct 05:53
Compare
Choose a tag to compare

v1.1.1

24 Sep 20:23
Compare
Choose a tag to compare
  • Updated resources
  • Updated dependencies

v1.0.0

12 Jan 06:34
Compare
Choose a tag to compare

100% compatibility with Swot (according to the same test cases, that is).

Changes since v0.6.0:

  • implemented TLD whitelist using Mozilla's Public Suffix List project and inet.data
  • better handling of input and files not existing for domains validated by heuristics
  • switched to use the same test cases as Swot, with one extra test case

v0.6.0

12 Jan 00:39
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Cleanup release. Functions that were previously public that didn't need to be have been made private. Documentation is available via lein doc and online.

v0.5.1

11 Jan 21:42
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fixed issues with file paths when using the library from a jar file.

v0.5.0

11 Jan 05:36
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Initial release. Most functionality is present, however there are a few places where output is a bit uglier than intended (e.g. returning a null pointer instead of false for unknown domains).