Skip to content

Latest commit

Β 

History

History
308 lines (172 loc) Β· 28.6 KB

CHANGELOG.md

File metadata and controls

308 lines (172 loc) Β· 28.6 KB

1.3.0 (2022-06-08)

🎁 Feature Changes

  • toHaveNumericID: add new matcher (56e3e4c), closes #38
  • toHaveStringID: add new matcher (cefddd6), closes #37

1.2.0 (2022-06-07)

🎁 Feature Changes

🧭 API Documentation Changes

  • toHaveID: fix documentation typo. (c0f731b)

1.1.0 (2022-06-04)

🎁 Feature Changes

  • toBeValidGeoJSON: add new matcher (bf67420), closes #26

1.0.0 (2022-06-02)

🧭 API Documentation Changes

  • toBeMultiLineStringGeometry: add the min point count error to the JSDoc API (01f6c4b)
  • change JSDoc param types to avoid using GeoJSON unknown types (06ac03a)
  • all: cleanup JSDoc formatting and standardize API examples (300a96d)
  • update JSDoc descriptions of coordinate core functions (f5658f3)
  • update JSDoc organization (7ab7eca)
  • isValidCoordinate: update returns description (70bd43e)
  • isValidCoordinate: update the error and parameter descriptions (7e3e8ed)

🐞 Bug Fixes

🎯 Test Changes

  • add 'Feature' and 'FeatureCollection' to test list of disallowed geometry type values (f139a09)
  • toBeLineStringGeometry: add a stress test with many points (22df5c7)
  • toBeGeometryCollection: add an unrecognizable geometry to the invalid tests (5c041c6)
  • toBeGeometryCollection: add robust snapshot tests, verify coordinates treated as foreign member (472d12d), closes #32 #33
  • isValid2DBoundingBox: add robust snapshot tests (4363710), closes #32
  • isValid2DCoordinate: add robust snapshot tests (ae92f67), closes #32
  • isValid3DBoundingBox: add robust snapshot tests (a37ec48), closes #32
  • isValid3DCoordinate: add robust snapshot tests (56fbf92), closes #32
  • isValidBoundingBox: add robust snapshot tests (063b94e), closes #32
  • isValidCoordinate: add robust snapshot tests (7b4a804), closes #32
  • toBeAnyGeometry: add robust snapshot tests (8a6e611), closes #32
  • toBeLineStringGeometry: add robust snapshot tests (cfaed46), closes #32
  • toBeMultiLineStringGeometry: add robust snapshot tests (57dc767), closes #32
  • toBeMultiPointGeometry: add robust snapshot tests (36013e1), closes #32
  • toBeMultiPolygonGeometry: add robust snapshot tests (df1c23a), closes #32
  • toBePointGeometry: add robust snapshot tests (fd5c516), closes #32
  • toBePolygonGeometry: add robust snapshot tests (1c9df69), closes #32
  • toBeMultiLineStringGeometry: fix coordinate out of range test that (d6fe2ac)
  • toBeMultiPointGeometry: fix typo in test and core function that was omitting coverage (bc10f4e)
  • isValid2DBoundingBox: fix typo in test descriptions (df94c27)
  • setup the project testing framework (6a95c37)

🎁 Feature Changes

  • isValid2DBoundingBox: add new matcher function (7fe56f3), closes #6
  • isValid2DCoordinate: add new matcher function (527bbc4), closes #1
  • isValid3DCoordinate: add new matcher function (0329231), closes #2
  • isValidCoordinate: add new matcher function (d7e5b70), closes #4
  • isValid3DBoundingBox: add new matcher (6ee8cc6), closes #7
  • isValidBoundingBox: add new matcher (9a8b7ed), closes #8
  • toBeAnyGeometry: add new matcher (ed7c3eb), closes #15
  • toBeFeature: add new matcher (551aa7f), closes #32 #24
  • toBeFeatureCollection: add new matcher (21fe044), closes #25
  • toBeGeometryCollection: add new matcher (63cc919), closes #16
  • toBeLineStringGeometry: add new matcher (54416a5), closes #11
  • toBeMultiLineStringGeometry: add new matcher (3d3a15e), closes #12
  • toBeMultiPointGeometry: add new matcher (9a12752), closes #10
  • toBeMultiPolygonGeometry: add new matcher (41fef3a), closes #14
  • toBePointGeometry: add new matcher (9973afa), closes #9
  • toBePolygonGeometry: add new matcher (3b9d18d), closes #13
  • split package exports into matcher and core functionality (a7340d9), closes #5

πŸ—οΈ Build Changes

  • add conventional-changelog-conventionalcommits as dev dependency (7361d79), closes #3
  • package: add entry points for all, boundingboxes, and coordinates (8c1d312)
  • move release configuration into a separate shareable file (fa6e50d)
  • package: rename matcher loader entry script (5221d6d)
  • setup initial project environment (b468a41)
  • package: update the commitizen config for customized scopes (ac05626)
  • devDependencies: upgrade Jest to v28.1, specify peerDependency at >v24.0.0 (22d1614), closes #30
  • package: upgrade min required Node version to 16 (58a9824)
  • package: upgrade minimum required node version from 10 to 14 to match LTS schedule (1e8a8bb)

1.0.0-beta.16 (2022-06-02)

🎁 Feature Changes

  • toBeFeatureCollection: add new matcher (21fe044), closes #25

1.0.0-beta.15 (2022-06-02)

🎁 Feature Changes

🎯 Test Changes

  • add 'Feature' and 'FeatureCollection' to test list of disallowed geometry type values (f139a09)
  • toBeGeometryCollection: add an unrecognizable geometry to the invalid tests (5c041c6)
  • toBeGeometryCollection: add robust snapshot tests, verify coordinates treated as foreign member (472d12d), closes #32 #33
  • isValid2DBoundingBox: add robust snapshot tests (4363710), closes #32
  • isValid2DCoordinate: add robust snapshot tests (ae92f67), closes #32
  • isValid3DBoundingBox: add robust snapshot tests (a37ec48), closes #32
  • isValid3DCoordinate: add robust snapshot tests (56fbf92), closes #32
  • isValidBoundingBox: add robust snapshot tests (063b94e), closes #32
  • isValidCoordinate: add robust snapshot tests (7b4a804), closes #32
  • toBeAnyGeometry: add robust snapshot tests (8a6e611), closes #32
  • toBeLineStringGeometry: add robust snapshot tests (cfaed46), closes #32
  • toBeMultiLineStringGeometry: add robust snapshot tests (57dc767), closes #32
  • toBeMultiPointGeometry: add robust snapshot tests (36013e1), closes #32
  • toBeMultiPolygonGeometry: add robust snapshot tests (df1c23a), closes #32
  • toBePointGeometry: add robust snapshot tests (fd5c516), closes #32
  • toBePolygonGeometry: add robust snapshot tests (1c9df69), closes #32

1.0.0-beta.14 (2022-06-01)

🐞 Bug Fixes

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

🎁 Feature Changes

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

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)

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

🎁 Feature Changes

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

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

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

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)

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

🎁 Feature Changes

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

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

🎁 Feature Changes

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

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

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)

1.0.0-beta.3 (2022-05-24)

🎁 Feature Changes

  • split package exports into matcher and core functionality (a7340d9), closes #5

1.0.0-beta.2 (2022-05-24)

πŸ—οΈ Build Changes

  • move release configuration into a separate shareable file (fa6e50d)
  • package: update the commitizen config for customized scopes (ac05626)

🎁 Feature Changes

  • isValidCoordinate: add new matcher function (d7e5b70), closes #4

1.0.0-beta.1 (2022-05-19)

🎯 Test Changes

  • setup the project testing framework (6a95c37)

🎁 Feature Changes

  • isValid2DCoordinate: add new matcher function (527bbc4), closes #1
  • isValid3DCoordinate: add new matcher function (0329231), closes #2

πŸ—οΈ Build Changes

  • add conventional-changelog-conventionalcommits as dev dependency (7361d79), closes #3
  • setup initial project environment (b468a41)