Skip to content

Latest commit

 

History

History
95 lines (57 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

95 lines (57 loc) · 1.95 KB

CHANGELOG

Emoji Cheatsheet

  • ✏️ doc updates
  • 🐛 when fixing a bug
  • 🚀 when making general improvements
  • ✅ when adding tests
  • ⬆️ when upgrading dependencies
  • 🎉 when adding new features

Version History

v4.0.0

  • 🚀 Update to use default node fetch
  • 🐛 Fix path bug in convert cli

v3.1.3

  • ⬆️ Update base deps

v3.1.2

  • ⬆️ Update base deps

v3.1.1

  • ⬆️ Update base deps

v3.1.0

  • 🐛 Fix bug where sources at or above mercator bounds would generate bad tile bounds

v3.0.1

  • ⬆️ Update base deps

v3.0.0

  • 🚀 Enforce format & name config properties

v2.0.0

  • 🚀 Switch to be an ES Module

v1.6.1

  • ⬆️ General Dep Maintenance - Update ESLint rules to ECMA v13

v1.6.0

  • 🎉 Add suggested status codes to thrown Errors

v1.5.0

  • 🎉 Add .tilejson() function for generating a minimal TileJSON Object
  • ⬆️ General Dep Update

v1.4.0

  • 🐛 Fix a major bug in tile generation
  • ⬆️ Update all deps
  • ✅ Add 1:1 (byte:byte) tests between GetTile in TileBase vs MBTiles

v1.3.2

  • 🐛 Fix a bug in index_count where bounds weren't treated as inclusive
  • ✅ Add tests to confirm index counts

v1.3.1

  • 🚀 Remove console log

v1.3.0

  • 🐛 Fix a bug in bbox creation during conversion
  • 🚀 Add stats printout at end of cli conversion

v1.2.0

  • 🎉 Add support for http://, https://, & s3://

v1.1.0

  • 🎉 Add Config class to clean up TileBase interface, most functions exposed via the config class are not things folks should use directly
  • 🎉 Add support for custom interfaces, currently support file://
  • ⬆️ Updated to latest deps
  • 🚀 Add CI test runner & linter
  • 🚀 Add Documentation.JS Linting
  • 🐛 Fix Docuemntation.JS class instances

v1.0.0

  • Initial Release