Skip to content

Latest commit

 

History

History
244 lines (128 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

244 lines (128 loc) · 15.3 KB

1.7.10 (2021-10-06)

Bug Fixes

  • tile: detect tile boundaries close to +/- 180 (b734fce)
  • tile: fix extent normalization for tile boundaries (325387b)
  • tile: fix resolutions in main process (f63e7bb)

1.7.9 (2021-10-04)

Bug Fixes

  • es: convert requires to imports (6507649)

1.7.8 (2021-09-22)

Bug Fixes

  • import: sort import statements (6695306)

1.7.7 (2021-09-16)

Bug Fixes

1.7.6 (2021-08-25)

Bug Fixes

  • export: support bulk export from multiple sources (4b7b66c)

1.7.5 (2021-08-18)

Bug Fixes

  • import: provide appropriate types to the compiler (837d4e3)

1.7.4 (2021-07-29)

Bug Fixes

  • tiles: enables and fixes tile world wrapping (dd2e6d6)

1.7.3 (2021-07-26)

Bug Fixes

  • resolve compiler typing errors (02c7f8c)

1.7.2 (2021-07-22)

Bug Fixes

  • columns: filters out empty geometry column (649b319)

1.7.1 (2021-07-19)

Bug Fixes

  • tile: don't destructure default exports (7579fd3)

1.7.0 (2021-07-13)

Features

  • deps: upgrade better-sqlite to support electron 13 prebuilt binaries (ab9cb35)

1.6.2 (2021-07-08)

Bug Fixes

  • columns: create source columns with the same name used by features (9be0b94)

1.6.1 (2021-07-06)

Bug Fixes

  • tiles: only zoom to +4 zoom levels (b7177c1)
  • tiles: use tile scaling to support gpkg tiles at all zooms (b7097cb)

1.6.0 (2021-07-02)

Features

  • replace global refs and trigger release (338cc29)

1.5.3 (2021-05-27)

Bug Fixes

  • worker: fix path separators in windows electron builds (d2db7b9)

1.5.2 (2021-05-26)

Bug Fixes

  • export: update export APIs for geopackage-js 4.x (c52f2de)

1.5.1 (2021-05-26)

Bug Fixes

  • sqlite: downgrade better-sqlite3 to 7.1.2 to fix glibc incompatibility (3b0a2e3)

1.5.0 (2021-05-25)

Features

  • tile: support tile canvas rendering in workers (5a60501)
  • tiles: use reprojection/stitching to pull tiles (d5dc78f)

1.4.0 (2021-05-14)

Bug Fixes

  • provider: use directiveTag import (fb12ace)

Features

  • provider: updates provider to support turning on full gpkg file (ba93ff3)

1.3.0 (2021-05-05)

Features

  • export: adds support for exporting features to a new layer (f9ba3f2)

1.2.0 (2021-04-22)

Features

  • gcc: update compiler and use webpack in tests (2c68070)

1.1.3 (2021-04-13)

Bug Fixes

  • map: don't destructure PROJECTION as it may change (b9f04e3)

1.1.2 (2021-02-16)

Bug Fixes

  • goog: fix logger typing (ac3f5d6)

1.1.1 (2020-07-20)

Bug Fixes

  • electron: fix native build of canvas by electron-builder (d0864f8)

1.1.0 (2020-07-16)

Bug Fixes

  • ci: update docs to trigger build (db7987d)
  • deps: roll back semantic-release versions to support older node (69819ae)
  • deps: roll back semantic-release versions to support older node (2c7aa8f)

Features

  • deps: no-op change to trigger release (6451927)

1.0.1 (2020-07-16)

Bug Fixes

  • deps: roll back semantic-release versions to support older node (69819ae)
  • deps: roll back semantic-release versions to support older node (2c7aa8f)

1.0.0 (2020-07-16)

Bug Fixes

  • electron: Load URLs with spaces from the file system. (201e470)
  • export: add command property to worker message extern (fed7df2)
  • gpkg: Cesium needs tileSizes to be entirely defined (b9822de)
  • gpkg: clamp min/max zoom to sane values (515b92a)
  • gpkg: compute pixel_x_size when not set (be35cd9)
  • gpkg: fix hitting EventEmitter cap by using a single tile listener (540f099)
  • gpkg: fix script loading in electron node context (7849597)
  • gpkg: fix undefined error (a12e29e)
  • gpkg: read tileSizes config option properly (9f1194d)
  • gpkg: remove tmp file on export (2a92c67)
  • gpkg: Removed superfluous config-driven check (5d5bfc7)
  • gpkg: save gpkgs between sessions (3289a18)
  • gpkg: use blank images for empties (bb1c497)
  • gpkg: use undefined path in web version (d074e54), closes #14
  • lint: remove eslint-disable and fix errors (7fd4fab)
  • package: fix incorrect min.js location for web version (8e41a55)
  • provider: should use tableName in ID rather than title (233340a)
  • tile: avoid zoomOffset auto detection from abstract tile config (f15ca0f)
  • worker: serialize errors so Electron context isolation doesn't sanitize them (2186804)
  • worker: unindexed date fields should be strings (8e2e89d)
  • worker: update a couple of migrated method names (5a5605d)
  • worker: Windows paths should start with drive letter and not the root slash (c59254f)

Features

  • electron: Add Electron preload script to expose Node API's. (4a9edc4)
  • electron: add native sqlite3 library support (3fb4d08)
  • electron: use extra module path provided by electron (58cfd68)
  • export: upgrade to 2.0.0 API (ee15a3e)
  • features: upgrade vector features to 2.0.0 api (a481eee)
  • gcc: upgrade compiler and library (115e23e)
  • gpkg: add tile layer support (00b5630)
  • gpkg: Added feature import/export, improved tile support (29c99a9)
  • gpkg: Added file type detection and import handler (e149062)
  • gpkg: geopackage provider impl and tests (ad5012c)
  • gpkg: moved gpkg processing to worker (da855fb)
  • gpkg: open, list, tiles from geopackage-js 2.0 (75135d3)
  • gpkg: support new timeout interface methods (428f446)
  • modernizr: upgrade to latest to close potential security vulnerabilities (4dacf93)