Skip to content

Releases: M-Scott-Lassiter/jest-geojson

v1.0.0-beta.13

30 May 22:42
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

1.0.0-beta.13 (2022-05-30)

🎁 Feature Changes

  • toBeGeometryCollection: add new matcher (63cc919), closes #16

v1.0.0-beta.12

30 May 18:36
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

1.0.0-beta.12 (2022-05-30)

🎁 Feature Changes

  • toBeAnyGeometry: add new matcher (ed7c3eb), closes #15

🧭 API Documentation Changes

  • all: cleanup JSDoc formatting and standardize API examples (300a96d)

v1.0.0-beta.11

30 May 15:17
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

1.0.0-beta.11 (2022-05-30)

🎁 Feature Changes

  • toBeMultiPolygonGeometry: add new matcher (41fef3a), closes #14

v1.0.0-beta.10

29 May 13:27
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

1.0.0-beta.10 (2022-05-29)

🧭 API Documentation Changes

  • toBeMultiLineStringGeometry: add the min point count error to the JSDoc API (01f6c4b)

🎯 Test Changes

  • toBeMultiLineStringGeometry: fix coordinate out of range test that (d6fe2ac)
  • toBeMultiPointGeometry: fix typo in test and core function that was omitting coverage (bc10f4e)

🎁 Feature Changes

  • toBePolygonGeometry: add new matcher (3b9d18d), closes #13

v1.0.0-beta.9

28 May 14:49
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9 (2022-05-28)

🎯 Test Changes

  • toBeLineStringGeometry: add a stress test with many points (22df5c7)

🐞 Bug Fixes

🎁 Feature Changes

  • toBeMultiLineStringGeometry: add new matcher (3d3a15e), closes #12

v1.0.0-beta.8

27 May 15:59
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2022-05-27)

🎁 Feature Changes

  • toBeLineStringGeometry: add new matcher (54416a5), closes #11

🧭 API Documentation Changes

  • change JSDoc param types to avoid using GeoJSON unknown types (06ac03a)

v1.0.0-beta.7

26 May 15:30
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2022-05-26)

🎁 Feature Changes

  • toBeMultiPointGeometry: add new matcher (9a12752), closes #10

v1.0.0-beta.6

26 May 14:03
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2022-05-26)

🎁 Feature Changes

  • toBePointGeometry: add new matcher (9973afa), closes #9

v1.0.0-beta.5

25 May 22:24
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2022-05-25)

🧭 API Documentation Changes

  • update JSDoc descriptions of coordinate core functions (f5658f3)
  • isValidCoordinate: update returns description (70bd43e)
  • isValidCoordinate: update the error and parameter descriptions (7e3e8ed)

🎁 Feature Changes

  • isValidBoundingBox: add new matcher (9a8b7ed), closes #8

v1.0.0-beta.4

25 May 15:57
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2022-05-25)

πŸ—οΈ Build Changes

  • package: add entry points for all, boundingboxes, and coordinates (8c1d312)

🎁 Feature Changes

  • isValid2DBoundingBox: add new matcher function (7fe56f3), closes #6
  • isValid3DBoundingBox: add new matcher (6ee8cc6), closes #7

🎯 Test Changes

  • isValid2DBoundingBox: fix typo in test descriptions (df94c27)

🧭 API Documentation Changes

  • update JSDoc organization (7ab7eca)