JS 3.0.0-alpha.2 (#342)

This commit is contained in:
Brandon Liu
2024-01-31 23:09:16 +08:00
committed by GitHub
parent 179b1590b1
commit 3320353da6
6 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,11 @@
3.0.1-alpha.1
3.0.1-alpha.2
* FileApiSource renamed to FileSource
* package.json defaults to ES6 module, fixing issues related to named imports [#317, #248]
* package.json defines **ES6 module only** (no CommonJS), fixing issues related to named imports [#317, #248]
* support MapLibre GL v4.x
* `Source` API changed to take ETag, making conditional `If-Match` requests possible [#90]
* FetchSource includes cachebuster logic for browser cache only on ETag change
* Ignore weak ETags, greatly simplify ETag logic
* Internal code has consistent naming and style conventions, change to biome linter [#287]
2.11.0