js 2.7.1; update changelog

This commit is contained in:
Brandon Liu
2023-03-13 14:34:15 +08:00
parent cdda65a7eb
commit 1fe4545e85
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
2.7.1
* Optimize `zxyToTileId` (via @huOp)
2.7.0
* Fix JS `zxyToTileId` for z > 15
2.6.1
* Replace `BigInt` usage to support older Safari versions.