Skip to content

Releases: fluffynuts/NExpect

v2.0.91

17 Apr 11:36
Compare
Choose a tag to compare

Commits

  • 8699a79: 🚧 bringing in some PB for the heavy lifting (Davyd McColl)
  • 3ddab9d: ✨ add ActionResult matchers (Davyd McColl)
  • 6f93381: 🔖 release version 2.0.91 (Davyd McColl)

v2.0.90

15 Apr 10:39
Compare
Choose a tag to compare

Commits

  • ac7302a: ✨ add assert against ModelStateDictionary instances having errors (Davyd McColl)
  • 3bbc5bc: 🔖 release version 2.0.90 (Davyd McColl)

v2.0.89

08 Apr 08:20
Compare
Choose a tag to compare

Commits

  • 926fe63: ✨ support dictionary-style and substitute-style assertions without as much kludging (Davyd McColl)
  • df5953c: 🔖 release version 2.0.89 (Davyd McColl)

v2.0.88

05 Apr 13:25
Compare
Choose a tag to compare

Commits

  • bbd60ab: ✨ assert against an asp.net core ISession like you would against a dictionary, mostly... (Davyd McColl)
  • 9c4e04b: 🔖 release version 2.0.88 (Davyd McColl)

v2.0.87

05 Apr 11:05
Compare
Choose a tag to compare

Commits

  • 366be98: ✨ add assertions for cookie expiration (Davyd McColl)
  • 40a5c34: 🔖 release version 2.0.87 (Davyd McColl)

v2.0.86

05 Apr 08:07
Compare
Choose a tag to compare

Commits

  • 57029b0: 🐛 should have also included the domain message improvement in the matchers I'm actually trying to use 🤦 (Davyd McColl)
  • 2e86817: 🔖 release version 2.0.86 (Davyd McColl)

v2.0.85

05 Apr 07:06
Compare
Choose a tag to compare

Commits

  • 33b89ba: 🐛 when failing a domain assertion for a cookie, should include the actual and expected domains in the failure message (Davyd McColl)
  • 61c8637: 🔖 release version 2.0.85 (Davyd McColl)

v2.0.84

04 Apr 14:56
Compare
Choose a tag to compare

Commits

  • 7f0a6d6: ✨ adding matchers for HttpResponse cookies (Davyd McColl)
  • 8d08255: 🔖 release version 2.0.84 (Davyd McColl)

v2.0.83

03 Apr 08:10
Compare
Choose a tag to compare

Commits

  • a646deb: ✨ add .Which.Is dangling syntax (Davyd McColl)
  • a44e6f6: ✨ add matchers for Path and SameSite on HttpResponseMessaage (for cookies) (Davyd McColl)
  • 22b3d90: 🔖 release version 2.0.83 (Davyd McColl)

v2.0.82

02 Apr 08:41
Compare
Choose a tag to compare

Commits

  • 76adb68: ✨ add .Valid for .A ( ie Expect(item).To.Be.A.Valid.{insert your matcher here} ) (Davyd McColl)
  • ca6b318: 🔖 release version 2.0.82 (Davyd McColl)