Skip to content

Latest commit

 

History

History
92 lines (49 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

92 lines (49 loc) · 1.34 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.8.0

  • 🐛 Ensure headers haven't been sent before attempting to send error

v2.7.0

  • ⬆️ ES2022 => ESNext

v2.6.0

  • ⬆️ Update Core Deps

v2.5.0

  • ⬆️ Update Core Deps

v2.4.0

  • ⬆️ Update typescript and fix related build issues around status code parsing

v2.3.3

  • 🐛 Further extends fixes

v2.3.2

  • 🐛 Avoid instanceof dependance

v2.3.1

  • ⬆️ TS Error comparison fixes

v2.3.0

  • ⬆️ Latest TS version

v2.2.0

  • 🐛 Latest TS version uncovered some edge case behavior with types

v2.1.4

  • 🚀 Add automatic build to GH Action Releaser

v2.1.3

  • 🐛 Remove Debug Statement

v2.1.2

  • 🐛 Preserve safe field on conversion

v2.1.1

  • 🐛 Ensure error exists before returning as wrapped error

v2.1.0

  • 🐛 Migrate to ESLint & BugFixes on install

v2.0.1

  • 🐛 Include TypeScript

v2.0.0

  • 🎉 Add typescript support

v1.1.0

  • 🐛 Use res.send to avoid auto-validation

v1.0.1

  • 🚀 Bump Release

v1.0.0

  • 🚀 Intial Release