Skip to content

Choose a tag to compare

@unicornware unicornware released this 16 Oct 06:00
· 196 commits to main since this release
b5230e1

⚠ BREAKING CHANGES

  • guards: move type guards to separate directory
  • typescript: drop all axios type definitions

✨ Features

  • exceptions: ValidationException (4365d52)
  • guards: isExceptionClassName (0b31123)
  • guards: isExceptionCode (c7fac42)
  • guards: isExceptionId (866bc88)

🐛 Fixes

  • cjs: directory index specifiers (6816b97)

♻️ Code Improvements

  • guards: move type guards to separate directory (611d70f)
  • typescript: FirebaseError (c602e7d)
  • typescript: drop all axios type definitions (c774c01)

🔨 Build

  • deps-peer: add @firebase/util and firebase-admin as optional deps (916918f)
  • deps-peer: re-add axios as optional dep (d6e733c)

✏️ Housekeeping