Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

54 lines (46 loc) · 2.86 KB

0.0.4

  • chore(deps-dev): bump eslint from 9.13.0 to 9.17.0 (#78) (2025-01-06)
  • chore(deps-dev): bump @types/node from 22.8.6 to 22.10.3 (#77) (2025-01-06)
  • chore(deps): bump raygun from 2.0.0 to 2.1.0 (#76) (2025-01-06)
  • chore(deps-dev): bump @eslint/js from 9.16.0 to 9.17.0 (#75) (2025-01-06)
  • chore(deps-dev): bump typescript-eslint from 8.16.0 to 8.19.0 (#74) (2025-01-06)
  • chore(deps-dev): bump typescript-eslint from 8.12.2 to 8.16.0 (#72) (2024-12-02)
  • chore(deps-dev): bump @eslint/js from 9.13.0 to 9.16.0 (#73) (2024-12-02)
  • chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 (#71) (2024-12-02)
  • chore(deps-dev): bump eslint-plugin-tsdoc from 0.3.0 to 0.4.0 (#70) (2024-12-02)
  • chore(deps-dev): bump express from 4.21.0 to 4.21.1 (#69) (2024-12-02)
  • chore(deps-dev): bump @types/node from 22.7.4 to 22.8.6 (#64) (2024-11-04)
  • chore(deps-dev): bump typescript-eslint from 8.8.0 to 8.12.2 (#65) (2024-11-04)
  • chore(deps-dev): bump @stylistic/eslint-plugin from 2.8.0 to 2.10.1 (#66) (2024-11-04)
  • chore(deps-dev): bump @eslint/js from 9.11.1 to 9.13.0 (#67) (2024-11-04)
  • chore(deps-dev): bump eslint from 9.11.1 to 9.13.0 (#68) (2024-11-04)
  • chore(deps-dev): bump @types/node from 22.6.1 to 22.7.4 (#63) (2024-10-24)
  • chore(deps-dev): bump typescript-eslint from 8.7.0 to 8.8.0 (#62) (2024-10-24)
  • chore(deps-dev): bump eslint from 8.57.1 to 9.11.1 (#61) (2024-10-24)
  • chore(deps-dev): bump typescript-eslint from 7.16.0 to 8.5.0 (#60) (2024-09-24)

0.0.3

  • docs: Update README.md (#38) (2024-07-16
  • ci: Set dependabot interval to "monthly" (#44) (2024-07-22)
  • chore(deps-dev): bump @eslint/js from 9.6.0 to 9.10.0 (#58) (2024-09-12)
  • chore(deps-dev): bump @types/node from 20.14.10 to 22.5.1 (#57) (2024-09-12)
  • chore(deps): bump @types/aws-lambda from 8.10.141 to 8.10.145 (#56) (2024-09-12)
  • chore(deps): bump raygun from 1.2.0 to 2.0.0 (#47) (2024-09-12)
  • chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 (#43) (2024-07-18)
  • chore(deps): bump raygun from 1.1.0 to 1.2.0 (#42) (2024-07-18)
  • chore(deps): bump @types/aws-lambda from 8.10.140 to 8.10.141 (#41) (2024-07-18)
  • chore(deps-dev): bump tap from 19.2.5 to 21.0.0 (#40) (2024-07-18)
  • chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#39) (2024-07-18)

0.0.2

  • feat: Attach context in breadcrumb custom data automatically (#21)
  • chore(deps-dev): bump @types/node from 20.14.2 to 20.14.8 (#26)
  • chore(deps-dev): bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2 (#25)
  • chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 (#24)
  • chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.1 to 2.2.2 (#23)
  • chore(deps): bump @types/aws-lambda from 8.10.138 to 8.10.140 (#22)

0.0.1

  • Initial release
  • Provides awsHandler() function with:
    • Support to capture errors and report them to Raygun Crash Reporting.
    • Support for scoped Breadcrumbs.
  • Created example project.
  • Created documentation.