Skip to content

Releases: MaddyGuthridge/Jestspectation

v1.4.3 - Documentation improvements

01 Aug 02:10
Compare
Choose a tag to compare

✏️ CHANGED ✏️

  • Improved documentation for some container matchers

🔧 FIXED 🔧

  • Fixed missing documentation for ListContainingOnly

v1.4.2 - Link fixes

10 Jun 12:58
Compare
Choose a tag to compare
  • I have a new name, so I need to update all the links

v1.4.1 - Diff fixes

06 May 12:31
Compare
Choose a tag to compare
  • Fixed an issue where errors would be incorrectly reported as type errors if the Jestspectation object was on the right-hand side of the equals expression
  • Fixed an issue where type mismatches weren't reported in some cases

v1.4.0 - `assert_eq` function

06 May 11:47
Compare
Choose a tag to compare

✨ NEW ✨

  • Added an assert_eq function which performs an assertion with a detailed error message.

v1.3.0 - ListContainingOnly matcher

06 Dec 06:33
caac81b
Compare
Choose a tag to compare

Add a ListContainingOnly matcher which is similar to ListContaining but doesn't allow duplicates or unexpected list members

v1.2.2 - Fix missing documentation

10 Nov 05:28
Compare
Choose a tag to compare
  • Fix missing docs for ListOfLength (#63)

v1.2.1 - Fix incorrectly bundled dependencies

18 Aug 03:21
c264389
Compare
Choose a tag to compare
  • Dependencies for building documentation were unintentionally listed as primary dependencies, leading to bloated installations

v1.2.0 - Improved documentation and minor fixes

13 Aug 12:23
Compare
Choose a tag to compare
  • Create documentation site.
  • Fix various documentation issues.
  • Export JestspectationBase to allow others to create custom matchers more easily.

v1.1.0 - New Python object matchers

20 May 15:47
Compare
Choose a tag to compare
  • ObjectContainingProperties to match objects with properties, requiring them to exist
  • ObjectContainingItems to match objects with properties, requiring them to equal given values
  • When using Pytest integration with no Jestspectation base classes, format diffs as actual == expected rather than expected == actual

v1.0.0 - Full release

22 Apr 18:13
Compare
Choose a tag to compare
  • Switch to Poetry as a dependency manager
  • Enable pytest plugin by default
  • Fix compatibility with Python 3.9