File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,16 @@ There are four key packages,
17
17
18
18
### Changes
19
19
20
+ :ballot_box_with_check : v1.7.0 marks the first stable release!
21
+
22
+ - Going forward no breaking changes will be made without a v2 major version
23
+
20
24
:ballot_box_with_check : v0.6.0 adds support for custom ` cmp.Option ` values
21
25
22
26
- Adds ability to customize cmp.Equal behavior via cmp.Option arguments
23
27
- Adds assertions for existence of single map key
24
28
- Fixes some error outputs
25
29
26
- :ballot_box_with_check : v0.5.0 contains new packages ` wait ` and ` portal `
27
-
28
- - Package for waiting on conditionals
29
- - Package for allocating free ports
30
- - Additional Map assertions
31
- - Additional ` Not* ` assertion variants
32
-
33
- :ballot_box_with_check : v0.4.0 contains breaking changes
34
-
35
- - Slice functions are renamed to be more consistent and to make room for interface based variants.
36
- - Filesystem assertions now use OS by default, FS interface methods are renamed.
37
- - Comparison assertions now have the expectation parameter first.
38
-
39
30
### Requirements
40
31
41
32
Only depends on ` github.com/google/go-cmp ` .
You can’t perform that action at this time.
0 commit comments