Releases: alvarosdev/staticmap-osm-generator
Releases · alvarosdev/staticmap-osm-generator
v0.1.3 - Osm compliance.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
🐳 build(docker): add Biome lint stage to Docker build
- Add multi-stage 'linter' step to Dockerfile to run `biome lint` and fail build on lint errors
- Keep final image production-only with `bun install --production`
🔧 chore(biome): fix invalid config and schema usage
- Clean up biome.json keys and formatting to satisfy schema
♻️ refactor(server,core,types,config): address Biome lint issues
- server/index.ts: fix CORS preflight, add /cache/stats endpoint, remove non-null assertions
- server/security.ts: replace isNaN with Number.isNaN
- core/tile.ts: replace any with Image, organize imports, remove unused catch var
- core/tileFetcher.ts: organize imports
- types/types.ts: type TileInfo.image as canvas Image
- config/config.ts: remove any and non-null assertions, strongly type deepFreeze/deepMerge
🧹 chore(editor): set format/lint on save for Biome
- .vscode/settings.json: add codeActionsOnSave for organizeImports and fixAll
📝 docs: update README for lint/format scripts
🔧 chore(pkg): adjust package.json scripts (format, lint)
🗂 assets(markers): add/refresh marker icons (flag.png, pin.png, pointer.png, *.svg)
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: v0.0.4...v0.1.0
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2