Releases: ipavl/swot-clj
Releases · ipavl/swot-clj
v1.1.1
- Updated resources
- Updated dependencies
v1.0.0
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
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
Fixed issues with file paths when using the library from a jar file.
v0.5.0
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).