Skip to content

Releases: M-Scott-Lassiter/jest-geojson

v1.0.0-beta.3

24 May 21:50
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

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

🎁 Feature Changes

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

v1.0.0-beta.2

24 May 15:47
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

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

v1.0.0-beta.1

19 May 23:28
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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)