Skip to content

Releases: OpenHistoricalMap/maplibre-gl-dates

v1.2.1

10 Aug 09:03
Compare
Choose a tag to compare

Changes since v1.2.0:

v1.2.0

08 Aug 16:40
Compare
Choose a tag to compare

Changes since v1.1.0:

  • Fixed an issue where the generated filters were unnecessarily checking a feature’s start_date and end_date properties even if start_decdate and end_decdate are present, leading to degraded performance. This also caused a feature that ends before the 11th century to be shown regardless of the selected date if end_date lacks a leading zero.

v1.1.0

07 Aug 16:19
Compare
Choose a tag to compare

Changes since v1.0.0:

  • Fixed an issue where a layer without a preexisting filter was not being filtered by date.

v1.0.0

06 Aug 21:00
Compare
Choose a tag to compare

Initial release featuring:

  • Support for both legacy filters and expression-based filters
  • Filtering to year, month, or day precision
  • Falling back to start_date and end_date if start_decdate and end_decdate are absent, respectively

See OpenHistoricalMap/issues#840 for background context.