Releases: fluffynuts/NExpect
Releases · fluffynuts/NExpect
v2.0.101
Commits
- 2bb5a54: ✨ add matchers to test if a byte array has been gzipped (Davyd McColl)
- e227942: 🔖 release version 2.0.101 (Davyd McColl)
v2.0.100
Commits
- 6d9eb13: ✨ implement .Odd() and .Even() matchers for integer types (which are all upcast to long) (Davyd McColl)
- 23bafda: 🔖 release version 2.0.100 (Davyd McColl)
v2.0.99
Commits
- 8c31299: ✨ add explicit support for comparing int/long values with floating-point/decimal values (Davyd McColl)
- d5aad94: 🔖 release version 2.0.99 (Davyd McColl)
v2.0.98
Commits
- 8a63c94: ♻️ add alias Omitting for Without (Davyd McColl)
- ce44af0: 🔖 release version 2.0.98 (Davyd McColl)
v2.0.97
Commits
- b559b18: 🐛 should consider properties with the same name and value equal, even when one is Nullable (Davyd McColl)
- 05a454e: 🔖 release version 2.0.97 (Davyd McColl)
v2.0.96
Commits
- 12af595: ✨ add .Without(...) syntax for ignoring properties during deep or intersection equality testing (Davyd McColl)
- 6847dad: ⬆️ upgrade pb for namespace fix (Davyd McColl)
- 9d24770: 🔖 release version 2.0.96 (Davyd McColl)
v2.0.95
Commits
- 286ee53: ✨ add past-tense variant for Is.Expired -> Has.Expired (Davyd McColl)
- ff25760: 🔖 release version 2.0.95 (Davyd McColl)
v2.0.94
Commits
- 2f2a38a: ✨ add matcher to assert that the cookie on an http response or http response message has expired (Davyd McColl)
- a14782a: 🔖 release version 2.0.94 (Davyd McColl)
v2.0.93
Commits
- 4c1d6e5: ✨ add grammar extension .Require (Davyd McColl)
- 18e1a5b: 🔖 release version 2.0.93 (Davyd McColl)
v2.0.92
Commits
- b0fa3dc: 🔥 remove unused using (Davyd McColl)
- 624ad61: ✅ add more cases to a test (Davyd McColl)
- bff073e: 🚧 brining in controller action matchers (Davyd McColl)
- 7dbd2a3: ♻️ refactor some asp.net matchers (specifically around controller/action attribute matching) (Davyd McColl)
- 69e909c: 🔖 release version 2.0.92 (Davyd McColl)