Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

73 lines (45 loc) · 2.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.1 - 2024-04-23

Fixed

  • (shared) Set format parameter f only conditional (#61)

1.1.0 - 2024-03-17

Added

  • (shared) Support passing an AbortSignal to a request (#59)

1.0.0 - 2023-11-07

Added

Changed

  • breaking (features) Change service class name from Service to FeatureService (#51)

0.5.0 - 2023-09-23

Added

  • (features) Support requirement class `Search`` from OGC API - Features Part 5 proposal (#49)

Fixed

Changed

  • (shared) request method now accpets an object to support more request options (#49)

0.4.1 - 2022-11-28

Fixed

  • (features) crs query parameter was incorrectly set to be required (#36)

0.4.0 - 2022-03-10

Added

Fixed

  • (features) crs query parameter was not passed to getFeatures request options (#23)

0.3.0 - 2021-12-14

Added

  • (features) Support to the properties query parameter (#16)
  • (features) Support to the sortby query parameter (#17)
  • (features) Support to the filter query parameters (#18)

0.2.3 - 2021-03-17

Fixed

  • (features) Double encoding for request parameters (#14)

0.2.2 - 2021-03-12

Changed

  • (features) Allow to use a relative URL to create Features Service (#13)

0.2.1 - 2021-02-08

Added

  • (features) Support to OGCAPI Features API draft 2 (#11)

0.1.2 - 2020-01-17

  • Initial release