@@ -20,8 +20,8 @@ weight: 1
2020> occasions.
2121>
2222> In this fork, all external stuff is either internalized (` go-spew ` , ` difflib ` ),
23- > removed (` mocks ` , ` suite ` , ` http ` ) or specifically enabled by importing a specific module
24- > (` github.com/go-openapi/testify/v2/ enable/yaml ` ).
23+ > removed (` mocks ` , ` suite ` , ` http ` ) or specifically enabled by importing this module
24+ > (` github.com/go-openapi/testify/enable/yaml/v2 ` ).
2525
26262 . Make it easy to maintain and extend.
2727
@@ -74,52 +74,30 @@ while maintaining the flexibility that makes testify useful for real-world testi
7474* removed the ` suite ` , ` mocks ` and ` http ` packages
7575* replaced internal utility package ` _codegen ` by ` codegen `
7676
77- ### Other (non-breaking) changes
78-
79- * added ` JSONEqBytes `
80- * added ` YAMLEqBytes `
81- * adapted & merged fixes: see [ ROADMAP] ( ./maintainers/ROADMAP.md ) .
82-
83- ## Usage at go-openapi
84-
85- At this moment, we have identified the following usage in our tools. This API shall remain stable.
86- Currently, there are no guarantees about the entry points not in this list.
87-
88- ```
89- Condition
90- Contains,Containsf
91- Empty,Emptyf
92- Equal,Equalf
93- EqualError,EqualErrorf
94- EqualValues,EqualValuesf
95- Error,Errorf
96- ErrorContains
97- ErrorIs
98- Fail,Failf
99- FailNow
100- False,Falsef
101- Greater
102- Implements
103- InDelta,InDeltaf
104- IsType,IsTypef
105- JSONEq,JSONEqf
106- Len,Lenf
107- Nil,Nilf
108- NoError,NoErrorf
109- NotContains,NotContainsf
110- NotEmpty,NotEmptyf
111- NotEqual
112- NotNil,NotNilf
113- NotPanics
114- NotZeroG
115- Panics,PanicsWithValue
116- Subset
117- True,Truef
118- YAMLEq,YAMLEqf
119- Zero,Zerof
120- ```
121-
122- ## [ The original README] ( ./maintainers/ORIGINAL.md )
77+ See [ all changes from v1] ( ../usage/CHANGES.md ) and check out our [ ROADMAP] ( ./maintainers/ROADMAP.md ) .
78+
79+ ## API Stability Guarantee
80+
81+ The assertions currently used by go-openapi projects constitute our ** stable API** .
82+ These entry points will remain backward compatible. Other assertions may evolve as we refine the v2 API.
83+
84+ ---
85+
86+ ## See Also
87+
88+ ** Getting Started:**
89+ - [ Examples] ( ../usage/EXAMPLES.md ) - Practical code examples for using testify v2
90+ - [ Usage Guide] ( ../usage/USAGE.md ) - API conventions and navigation guide
91+ - [ Migration Guide] ( ../usage/MIGRATION.md ) - Migrating from stretchr/testify v1
92+
93+ ** Project Documentation:**
94+ - [ Changes from v1] ( ../usage/CHANGES.md ) - Complete list of changes and new features
95+ - [ Roadmap] ( ./maintainers/ROADMAP.md ) - Future development plans
96+ - [ Architecture] ( ./maintainers/ARCHITECTURE.md ) - Technical architecture and design decisions
97+ - [ Contributing] ( ./contributing/CONTRIBUTING.md ) - How to contribute to this project
98+ - [ The original README] ( ./maintainers/ORIGINAL.md )
99+
100+ ---
123101
124102<!-- Badges: status -->
125103[ test-badge ] : https://github.com/go-openapi/testify/actions/workflows/go-test.yml/badge.svg
0 commit comments