Skip to content

Releases: takahashim/epdiff

Version 2.0.0 released

25 Jan 17:18
a1aab3b
Compare
Choose a tag to compare

Epdiff version 2.0.0 is a heavily rewritten version.

  • Use Ruby diff library (TTY::File), do not use external diff and unzip tools
  • Introduce rubocop to unify the notation of the source code.
  • Introduce test-unit and GitHub Action to test/CI