Skip to content

Commit

Permalink
repo: update readme about 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Nov 5, 2023
1 parent 61957df commit 532af4a
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,16 @@ There are four key packages,

### Changes

:ballot_box_with_check: v1.7.0 marks the first stable release!

- Going forward no breaking changes will be made without a v2 major version

:ballot_box_with_check: v0.6.0 adds support for custom `cmp.Option` values

- Adds ability to customize cmp.Equal behavior via cmp.Option arguments
- Adds assertions for existence of single map key
- Fixes some error outputs

:ballot_box_with_check: v0.5.0 contains new packages `wait` and `portal`

- Package for waiting on conditionals
- Package for allocating free ports
- Additional Map assertions
- Additional `Not*` assertion variants

:ballot_box_with_check: v0.4.0 contains breaking changes

- Slice functions are renamed to be more consistent and to make room for interface based variants.
- Filesystem assertions now use OS by default, FS interface methods are renamed.
- Comparison assertions now have the expectation parameter first.

### Requirements

Only depends on `github.com/google/go-cmp`.
Expand Down

0 comments on commit 532af4a

Please sign in to comment.