Releases: kevinmbeaulieu/eq-go
Releases · kevinmbeaulieu/eq-go
v1.0.0
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
Possibly breaking changes:
- If two input packages have different names but are otherwise equivalent, they will now be considered equivalent.
v0.3.0
Major breaking changes:
DirectoriesEquivalent
has been removed.PackagesEquivalent
andFilesEquivalent
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 toPackagesEquivalent
/FilesEquivalent
. - Misc. bug fixes.
v0.2.1
Fix bugs in some comparators causing some inputs to incorrectly return an error message
v0.2.0
Rename project to eq-go
v0.1.0
Initial draft implementation