Skip to content

Releases: axiomhq/next-axiom

v1.2.0

06 May 11:42
676ffcb
Compare
Choose a tag to compare
Merge pull request #188 from axiomhq/prepare-v-1.2

prepare v1.2.0

v1.1.1

17 Nov 11:24
1b39eac
Compare
Choose a tag to compare

What's changed

v0.18.1

13 Nov 18:26
dd06ed5
Compare
Choose a tag to compare

What's changed

please note: v0.x is only for projects that are using the Pages Router. If you are using the App Router, please use v1.x

v1.1.0

25 Oct 13:36
b85adae
Compare
Choose a tag to compare
Merge pull request #161 from axiomhq/support-web-workers

Support webworkers

v1.0.0

14 Sep 11:32
934596f
Compare
Choose a tag to compare

What's Changed

  • Support Next.js 13 by @schehata in #134
  • issue #137; align AxiomRequest with Next.js APIs by @schehata in #140
  • fix: Support for route segment withAxiom by @Bensigo in #148
  • fix(withAxiom): Change order, add return type by @bahlo in #152

New Contributors

Full Changelog: v0.18.0...v1.0.0

v1.0.0-rc.1

24 Jul 11:47
fa3a2c8
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Support Next.js 13 by @schehata in #134

Full Changelog: v0.18.0...v1.0.0-rc.1

v0.18.0

27 Jun 14:37
e6648d2
Compare
Choose a tag to compare

What's Changed

  • Add FAQ to README.md by @bahlo in #116
  • Remove instability notices from README.md by @bahlo in #118
  • Allow route override in reportWebVitals by @bahlo in #127

Full Changelog: v0.17.0...v0.18.0

v0.17.0

10 Feb 09:07
5b533bf
Compare
Choose a tag to compare

What's Changed

  • Improve wording on Log Levels section in README.md by @bahlo in #86
  • send user-agent in logs and webVitals by @schehata in #94
  • fix url for build badge by @schehata in #95
  • Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #98
  • handle error objects by @schehata in #100
  • fall back to fetch if sendBeacon fails by @schehata in #101
  • Improving next-axiom README by @Nikita-tech-writer in #102
  • Bump json5 from 1.0.1 to 1.0.2 in /examples/logger by @dependabot in #99
  • add notes about nextjs 13.x unsupported features by @schehata in #105
  • catch and swallow exceptions on fetch by @schehata in #103
  • Add a HOF for wrapping getServerSideProps handlers by @haydn in #90
  • bump minor version to 0.17.0 by @schehata in #111

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

01 Dec 14:38
4d6f3a0
Compare
Choose a tag to compare

This version adds experimental functionality for running generic next-axiom (on non-Vercel platforms), exports the Typescript types.

What's Changed

  • handle non-object arguments by @schehata in #78
  • convert examples to typescript by @schehata in #80
  • keep track of children & flush them by @schehata in #81
  • add type imports to README by @schehata in #82
  • DX-196; use axiom ingest endpoints by @schehata in #67
  • configurable log levels per logger instance by @schehata in #83
  • introduce a way to disable logging completely by @schehata in #84
  • debug netlify site and deploy env vars by @schehata in #85

Full Changelog: v0.15.1...v0.16.0

v0.15.1

07 Nov 17:06
v0.15.1
686f164
Compare
Choose a tag to compare
Fix the peer dep specification