Skip to content

Latest commit

 

History

History
199 lines (93 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

199 lines (93 loc) · 8.26 KB

Changelog

2.3.1 (2024-04-24)

Bug Fixes

  • logger: Updates for stacktrace handling 6a14611 - Terry Moore

2.3.0 (2024-04-08)

Features

  • logger: Updates for better stacktrace handling d7ba2b7 - Terry Moore

2.2.0 (2024-03-27)

Features

  • logger: Additional internal logger options f79fd80 - Terry Moore

2.1.0 (2022-11-28)

Features

  • release: Release latest f3e90a4 - Terry Moore

2.0.11 (2022-11-28)

Bug Fixes

  • url: Update to use mezmo ingestion urls 967b8dc - Terry Moore

Miscellaneous

  • Update README.md f3ba0c6 - Darin Spivey
  • chore (docs): Update Readme 6c248bb - Terry Moore, closes: #43

2.0.10 (2022-06-28)

Bug Fixes

  • ssr: Fix the ability to use the logger with SSR frameworks 48cc673 - Terry Moore

2.0.9 (2022-05-25)

Bug Fixes

  • doc: Updated comment 988b705 - Terry Moore

Miscellaneous

  • fix (error): Unhandled promise rejection handler 3166872 - Terry Moore

2.0.8 (2022-05-02)

Bug Fixes

  • unhandledPromise: error.message is overwritten 72fc396 - Terry Moore, closes: #38

2.0.7 (2022-04-12)

Bug Fixes

  • error: Prefix the error type to the log message 7880a82 - Terry Moore

2.0.6 (2022-04-06)

Bug Fixes

  • exceptionhandler: Better logging of unhandledPromiseRejections 986b902 - Terry Moore

2.0.5 (2022-03-21)

Bug Fixes

  • hooks: Run hooks with captureError 295cd2b - Terry Moore

2.0.4 (2022-03-21)

Bug Fixes

  • types: Change type to lowercase boolean a957f44 - Terry Moore, closes: #33

2.0.3 (2022-03-18)

Bug Fixes

  • debug: Readd debug functionality 24bff12 - Terry Moore, closes: #28

2.0.2 (2022-03-17)

Bug Fixes

  • types: Add types to BeforeSendHook fc32444 - Terry Moore, closes: #29

2.0.1 (2022-03-08)

Bug Fixes

  • error-check: Check that error exist b8f5582 - Terry Moore

2.0.0 (2022-03-08)

Features

  • ssr: Updates to allow SSR (nextjs) support 7c69b91 - Terry Moore

BREAKING CHANGES

  • ssr: This is a large rewrite to abstract any call to window until after init has run. This allows for SSR support and better initialization.

1.1.4 (2021-08-25)

Bug Fixes

  • package: Add main to package json file 372bc55 - Terry Moore, closes: #17 #20

1.1.3 (2021-08-12)

Bug Fixes

  • offlinecache: Removal of offline cache 2b9f502 - Terry Moore

Miscellaneous

1.1.2 (2021-05-21)

Chores

  • add badges to readme 7088012 - Terry Moore

1.1.1 (2021-05-19)

Bug Fixes

  • update TS types files for better TS support 8e2a5aa - Terry Moore

1.1.0 (2021-05-12)

Features

  • Add disabled option 373bdb6 - Terry Moore

1.0.3 (2021-05-12)

Bug Fixes

  • Localstorage quota limit and less chatty when network error 82e67eb - Terry Moore

Miscellaneous

  • Added Beta shield icon d56f106 - Terry Moore
  • Minor README improvements baa23e4 - Michael Shi

1.0.2 (2021-04-26)

Bug Fixes

  • Swap app and hostname values back to original 32438e7 - Terry Moore

1.0.1 (2021-04-22)

Bug Fixes

  • add dist folder to list of packaged files 1515ce8 - Terry Moore

1.0.0 (2021-04-22)

Features

  • Initial public beta implementation 6ad3390 - Terry Moore
  • Initial public beta release 00bdcc8 - Terry Moore

Miscellaneous

  • Initial Commit 260944e - Terry Moore