Fork me on GitHub
#tools-deps
<
2021-09-30
>
borkdude19:09:21

Converted a gist into a proper -T / -M tool: https://github.com/borkdude/api-diff

borkdude19:09:44

Haven't added any features since the gist, but if desired, happy to receive improvements. EDIT: I have actually added a new feature now.

lread21:09:09

Very cool! I might hop on with some features at some later date. For example: • only look at public API (ignore ^no-docs) • compare clj to cljs implementation in the same lib • compare lib a to lib b (eg. rewrite-cljs to rewrite-clj).

borkdude21:09:09

yeah, PRs welcome :) should add some tests too

lread21:09:27

(I did write an api diff thingy a while ago, but... oh boy... way over-complicated! simple_smile)