Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 1.51 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.2.0 - 2021-12-14

Added

  • Support for POST requests to tile endpoints

2.1.1 - 2020-08-17

Fixed

  • Use baseUrl if there is one

2.1.0 - 2019-07-02

Changed

  • Added rest/services to routes targeting ArcGIS clients

Added

  • trailing slash route - VectorTileServer/ needed for ArcGIS clients

2.0.0 - 2019-06-26

Breaking Change

  • plugin class name (and thus routes) changed to VectorTileServer to accomodate ArcGIS requirements

Added

  • ArcGIS metadata route
  • ArcGIS root.json route

1.0.1 - 2019-06-21

Fixed

  • strip undefined properties from tile-config object

1.0.0 - 2019-06-21

Changed

  • path to package.json
  • refactor into source directory
  • update demo

Added

  • Unit tests

0.0.3 - 2019-06-14

Added

  • Linting and travis build.