Skip to content

Latest commit

 

History

History
117 lines (63 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

117 lines (63 loc) · 1.82 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

v2.9.0

  • 🚀 Utilize new a911 Cookies for CSV request

v2.8.0

  • 🚀 More error messages to attempt login on

v2.7.1

  • ✅ Update GH Actions

v2.7.0

  • 🚀 Smarter Login Tracking

v2.6.0

  • 🚀 Parse Error Response

v2.5.0

  • 🚀 Store internal token to minimize login calls

v2.4.2

  • 🐛 Squash a couple bugs related to agency filtering

v2.4.1

  • 🐛 Fix build bugs

v2.4.0

  • 🚀 Add preliminary support for Agency filtering on a single account

v2.3.3

  • ⬆️ Update Core Deps

v2.3.2

  • ⬆️ Update ETL Base

v2.3.1

  • 🚀 Schema is instnace method

v2.3.0

  • 🚀 Use Task Helper fns

v2.2.0

  • 🐛 Update to latest ETL Version

v2.1.1

  • 🐛 Fix initial whitespace for clients who don't trim()

v2.1.0

  • 🚀 Update deps & remove subject prefix for more generic usage

v2.0.0

  • 🚀 Update to latest token strategy

v1.7.0

  • 🚀 Parse Staging Coordinates from Place field

v1.6.0

  • 🚀 Use GPS location

v1.5.0

  • 🚀 The Active911 API is horrible and their support makes it almost impossible to get setup Just mock their own UI calls is far simpler and works with any account

v1.4.0

  • 🚀 Migrate to TypeScript
  • 🎉 Fully support Headers & Params

v1.3.0

  • 🎉 Pass HEADERS & PARAMS to ESRIDump

v1.2.0

  • 🚀 Write to CoT endpoint

v1.1.1

  • 🚀 Move to new environment location

v1.1.0

  • 🚀 Add ESRI-Dump@2

v1.0.0

  • 🎉 Initial Commit