- ✏️ doc updates
- 🐛 when fixing a bug
- 🚀 when making general improvements
- ✅ when adding tests
- ⬆️ when upgrading dependencies
- 🎉 when adding new features
- 🚀 Update to use default node fetch
- 🐛 Fix path bug in convert cli
- ⬆️ Update base deps
- ⬆️ Update base deps
- ⬆️ Update base deps
- 🐛 Fix bug where sources at or above mercator bounds would generate bad tile bounds
- ⬆️ Update base deps
- 🚀 Enforce
format
&name
config properties
- 🚀 Switch to be an ES Module
- ⬆️ General Dep Maintenance - Update ESLint rules to ECMA v13
- 🎉 Add suggested status codes to thrown Errors
- 🎉 Add
.tilejson()
function for generating a minimal TileJSON Object - ⬆️ General Dep Update
- 🐛 Fix a major bug in tile generation
- ⬆️ Update all deps
- ✅ Add 1:1 (byte:byte) tests between GetTile in TileBase vs MBTiles
- 🐛 Fix a bug in index_count where bounds weren't treated as inclusive
- ✅ Add tests to confirm index counts
- 🚀 Remove console log
- 🐛 Fix a bug in bbox creation during conversion
- 🚀 Add stats printout at end of cli conversion
- 🎉 Add support for
http://
,https://
, &s3://
- 🎉 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
- Initial Release