- Include fully custom branch version of tools-reader to avoid dependency conflicts (Fixes #1).
- BUGFIX: previous versions were over-counting constant nodes in the AST.
- Added unit tests.
- Better path deduplication.
- Non-existent file or directory is nonfatal. Will just print warning.
- Works on Windows.
- Fix double-counting of files when the same
:source-path
is specified more than once.
- Exclude
org.clojure/clojure
from project dependencies.
- Fix parsing of artifacts with periods in the name.
- Works on artifacts
- :by-file switch
- Fix for namespaced aliased keyword parsing.
- Documentation
- Initial version working.