Skip to content

Releases: sbj42/the-field

v2.0.2

23 Aug 01:28
0f0e3b2
Compare
Choose a tag to compare

Rebuilt with latest dev dependencies

v2.0.1

25 Jan 02:03
Compare
Choose a tag to compare

Fix typo in package.json

v2.0.0

25 Jan 01:13
Compare
Choose a tag to compare

This brings in many changes, some breaking, to clean up the code and make it easier to maintain and use.

  • Geometry code extracted into a separate package (tiled-geometry)
  • Clean up repository and npm package (no need for npm-build code to be in repo, and no need for TypeScript source to be in the package)
  • Stricter linting
  • Demo code is now included in this repo
  • API changes (see below)

Some exposed type names have changed, computeFieldOfView is now a non-member function, and the return type is now FieldOfView instead, with clearer method names.

v1.0.6

18 Jan 18:21
Compare
Choose a tag to compare

Update dependencies

v1.0.5

10 Aug 02:48
Compare
Choose a tag to compare

Updated devDependencies, rebuilt and published. No important changes.

v1.0.4

28 Apr 04:34
Compare
Choose a tag to compare
rebuild, republish

v1.0.1

05 Sep 03:20
Compare
Choose a tag to compare
  • Fix minified build (it wasn't being minified)

v1.0.0

13 Jul 01:18
Compare
Choose a tag to compare

Time to call this stable.