Skip to content

Latest commit

 

History

History
81 lines (44 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

81 lines (44 loc) · 3.11 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2021-10-12)

Build System

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)

BREAKING CHANGES

  • discontinue CommonJS & UMD versions
  • only ESM modules will be published from now on
  • CJS obsolete due to ESM support in recent versions of node:
    • i.e. launch NodeJS via:
    • node --experimental-specifier-resolution=node --experimental-repl-await
    • in the node REPL use await import(...) instead of require()
  • UMD obsolete due to widespread browser support for ESM

Also:

  • normalize/restructure/reorg all package.json files
  • cleanup all build scripts, remove obsolete
  • switch from mocha to @thi.ng/testament for all tests

2.0.0 (2020-12-22)

Code Refactoring

BREAKING CHANGES

  • geom-api: remove obsolete shape Type enum
  • geom-api: replace SegmentType enum w/ type alias

1.1.0 (2020-09-22)

Features

  • geom-api: add Type.TEXT/3 (0a45ef8)

1.0.0 (2020-01-24)

Features

  • geom-api: replace ISpatialAccel w/ new interfaces (baa05d1)

BREAKING CHANGES

  • geom-api: replace ISpatialAccel with new interfaces: ISpatialMap, ISpatialSet, IRegionQuery

0.3.0 (2019-07-12)

Features

  • geom-api: add CubicOpts (81ac728)

0.2.0 (2019-04-15)

Features

  • geom-api: add more Type enums (90e8b50)

0.1.0 (2019-02-05)

Features

  • geom-api: add ISpatialAccel.selectVals() (4bde37e)
  • geom-api: extract from geom as new package (4e53293)
  • geom-api: re-add Convexity enum (6ee03eb)