xfbs / diff.rs

Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
https://diff.rs
MIT License
105 stars 11 forks source link

Default to n-1 -> n diff #19

Closed jamessan closed 7 months ago

jamessan commented 7 months ago

The current default seems to be n -> n-1 diff, so the newest content is being "removed" rather than "added".

Thanks for this tool. It's super helpful!

xfbs commented 7 months ago

Ah, good catch — I've just added this functionality and I didn't realise it. Will fix it timely, am currently working on a few other requested features.

Glad it is of use!

xfbs commented 7 months ago

The latest commit should have fixes this, so I'll close this issue. Feel free to open up another one if you think it did not address it.