- ✏️ doc updates
- 🐛 when fixing a bug
- 🚀 when making general improvements
- ✅ when adding tests
- ⬆️ when upgrading dependencies
- 🎉 when adding new features
- ⬆️ Core Dep Updates
- ⬆️ Core Dep Updates
- 🐛 Fix Version Numbering
- 🚀 Include an error handler if the
.json
call has already consumed the body and.text
cannot be called
- ⬆️ General Dep Update
- 🚀 Automate NPM Releases
- 🐛 Fix query payload
- 🐛 Fix body payload
- 🚀 Require node >= 18 & Use internal
fetch
- 🐛 await promise on text returns
- 🎉 Add the ability to explicityly request a
Response
- 🚀 Migrate library to ES Module
- 🚀 Add support for
GET /map/features
- 🚀 Add support for
GET /map/:mapid
- 🎉 Allow scripting params via the cli ie: --:job 123
- 🐛 Add support for binary output if an extension is present in URL
- 🚀 Add support for validated data downloads
- ⬆️ Update ESLint & remove Babel now that ECMA v13 is supported
- 🎉 Add API descriptions to help documentation
- 🎉 Add
oa
to bin of package.json
- ⬆️ General Dep Update
- 🚀 Add basic support for automatically generating CLI prompt flows for body contents
- 🐛 remove hashbang for web compat
- 🎉 Add support for query params
- 🚀 Add new API Endpoints (job#raw, export#download)
- 🐛 Fix error message formatting
- 🐛 Better response body error handling
- 🐛 Better async error handling
- 🐛 Fix authentication
- 🎉 Add exports API support
- 🚀 Add suppport for request params/body
- 🎉 Add support for query params
- 🎉 Automatically generate CLI from Schema API
- 🚀 Add support for all JSON apis
- 🎉 Add support for
POST /run
andPOST /run/:run/jobs
- 🎉 Add support for
GET /data
andGET /data/:data
- 🚀 move to
inquirer
for better async prompt support
- 🎉 Add support for
GET /api/dash/traffic
- 🎉 Add support for
GET /api/dash/collections
- 🚀 Add centralized request auth manager
- 🎉 Add support for
POST /api/schedule
- 🚀 Initial Frameworking