Skip to content

Latest commit

 

History

History
159 lines (86 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

159 lines (86 loc) · 2.64 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.4.5

  • ⬆️ Core Dep Updates

v4.4.4

  • ⬆️ Core Dep Updates

v4.4.3

  • 🐛 Fix Version Numbering

v4.4.2

  • 🚀 Include an error handler if the .json call has already consumed the body and .text cannot be called

v4.4.1

  • ⬆️ General Dep Update

v4.4.0

  • 🚀 Automate NPM Releases

v4.2.0

  • 🐛 Fix query payload

v4.1.0

  • 🐛 Fix body payload

v4.0.0

  • 🚀 Require node >= 18 & Use internal fetch

v3.1.1

  • 🐛 await promise on text returns

v3.1.0

  • 🎉 Add the ability to explicityly request a Response

v3.0.0

  • 🚀 Migrate library to ES Module

v2.8.0

  • 🚀 Add support for GET /map/features

v2.7.0

  • 🚀 Add support for GET /map/:mapid

v2.6.0

  • 🎉 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

v2.5.4

  • ⬆️ Update ESLint & remove Babel now that ECMA v13 is supported

v2.5.3

  • 🎉 Add API descriptions to help documentation

v2.5.2

  • 🎉 Add oa to bin of package.json

v2.5.1

  • ⬆️ General Dep Update

v2.5.0

  • 🚀 Add basic support for automatically generating CLI prompt flows for body contents

v2.4.1

  • 🐛 remove hashbang for web compat

v2.4.0

  • 🎉 Add support for query params

v2.3.0

  • 🚀 Add new API Endpoints (job#raw, export#download)

v2.2.3

  • 🐛 Fix error message formatting

v2.2.2

  • 🐛 Better response body error handling

v2.2.1

  • 🐛 Better async error handling

v2.2.0

  • 🐛 Fix authentication
  • 🎉 Add exports API support
  • 🚀 Add suppport for request params/body

v2.1.0

  • 🎉 Add support for query params

v2.0.0

  • 🎉 Automatically generate CLI from Schema API
  • 🚀 Add support for all JSON apis

v1.3.0

  • 🎉 Add support for POST /run and POST /run/:run/jobs

v1.2.0

  • 🎉 Add support for GET /data and GET /data/:data

v1.1.1

  • 🚀 move to inquirer for better async prompt support

v1.1.0

  • 🎉 Add support for GET /api/dash/traffic
  • 🎉 Add support for GET /api/dash/collections
  • 🚀 Add centralized request auth manager

v1.0.1

  • 🎉 Add support for POST /api/schedule

v0.0.1

  • 🚀 Initial Frameworking