Skip to content

Releases: kevinmbeaulieu/eq-go

v1.0.0

11 Aug 20:47
76934f8
Compare
Choose a tag to compare

No changes compared to v0.3.1, simply bumping from 0.x to 1.x to indicate that this should be stable. Future versions will follow semantic versioning, with major version bumps indicating breaking changes, minor version bumps indicating backwards-compatible feature additions, and patch version bumps indicating bug fixes.

v0.3.1

19 Apr 05:25
76934f8
Compare
Choose a tag to compare

Possibly breaking changes:

  • If two input packages have different names but are otherwise equivalent, they will now be considered equivalent.

v0.3.0

05 Apr 23:59
6943296
Compare
Choose a tag to compare

Major breaking changes:

  • DirectoriesEquivalent has been removed.
  • PackagesEquivalent and FilesEquivalent now return rich information about all differences found, not just the first difference.
  • Output format can be customized by implementing the Formatter protocol and passing it to PackagesEquivalent/FilesEquivalent.
  • Misc. bug fixes.

v0.2.1

20 Mar 21:55
Compare
Choose a tag to compare

Fix bugs in some comparators causing some inputs to incorrectly return an error message

v0.2.0

31 Dec 21:51
Compare
Choose a tag to compare

Rename project to eq-go

v0.1.0

30 Nov 22:24
Compare
Choose a tag to compare

Initial draft implementation