Skip to content

Releases: fluffynuts/NExpect

v2.0.101

11 Jun 11:14
Compare
Choose a tag to compare

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

10 Jun 08:33
Compare
Choose a tag to compare

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

05 Jun 07:33
Compare
Choose a tag to compare

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

03 Jun 09:55
Compare
Choose a tag to compare

Commits

  • 8a63c94: ♻️ add alias Omitting for Without (Davyd McColl)
  • ce44af0: 🔖 release version 2.0.98 (Davyd McColl)

v2.0.97

03 Jun 09:36
Compare
Choose a tag to compare

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

03 Jun 09:04
Compare
Choose a tag to compare

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

17 May 14:17
Compare
Choose a tag to compare

Commits

  • 286ee53: ✨ add past-tense variant for Is.Expired -> Has.Expired (Davyd McColl)
  • ff25760: 🔖 release version 2.0.95 (Davyd McColl)

v2.0.94

17 May 14:09
Compare
Choose a tag to compare

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

17 May 12:08
Compare
Choose a tag to compare

Commits

  • 4c1d6e5: ✨ add grammar extension .Require (Davyd McColl)
  • 18e1a5b: 🔖 release version 2.0.93 (Davyd McColl)

v2.0.92

29 Apr 06:16
Compare
Choose a tag to compare

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)