Skip to content

Releases: huang-julien/nuxt-applicationinsights

v0.7.0

06 Nov 21:38
a0a0ee9
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Set route name--path--fullpath into request and pageView name (#101)

🩹 Fixes

  • Force pnpm 9.10.0 (466a501)
  • docs: Set prerender concurrency to 1 (ec4529b)
  • deps: Update all non-major dependencies (#96)
  • deps: Update all non-major dependencies (#98)
  • deps: Update dependency nitro-applicationinsights to ^0.12.0 (#99)
  • deps: Update all non-major dependencies (#100)
  • deps: Update all non-major dependencies (#103)
  • deps: Update all non-major dependencies (#104)

📖 Documentation

🏡 Chore

  • app: Initial commit by Nuxt Studio (57eace0)
  • Use workspaces (5c4dbbe)
  • Exclude docs from TS (04c4833)
  • Remove postinstall from docs (e11d46f)
  • deployment: Add workflow file (63cc63b)
  • deployment: Update workflow file (1ad1efe)
  • Remove packageManager field (00d7ce2)
  • deployment: Update workflow file (ad3bd92)
  • Use nuxt.config.ts instead of .nuxtrc (#97)
  • deployment: Update workflow file (b5d9ad7)
  • docs: Update deps (69217ad)
  • Move nitropack to devdeps (0d4a83c)
  • Update eslint to v9 (#102)
  • Update nitro-applicationinsights to 0.14.1 (a49c51c)
  • 0.7.0 (81f67b5)

🤖 CI

❤️ Contributors

v0.6.1

15 Sep 09:52
b6c229e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Jul 19:14
ed8b512
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

17 Jun 22:10
2dabcd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

07 Jun 22:05
08a9c36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Jun 20:32
a3ce4b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 Jun 20:07
868618c
Compare
Choose a tag to compare

breaking changes

Behavior change

nuxt-applicationinsights will now stop grouping all request and client-side page view in a single operation id. It now use the default behavior of application insights. Incoming request are still correctly correlated server-side by nitro-applicationinsights.

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

23 May 21:21
Compare
Choose a tag to compare

What's Changed

  • fix: move dependencies to peerDependencies, fix augment and stop extends tsconfig from playground by @huang-julien in #56

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Apr 20:01
850b89b
Compare
Choose a tag to compare

Refactors and dependency update - breaking changes

  • The build time configuration has now been moved to runtimeConfig
  • The build time configuration for nitro-applicationinsights has now been moved to runtimeConfig

What's Changed

Full Changelog: v0.3.4...v0.4.0

v0.3.4

04 Mar 14:29
6621599
Compare
Choose a tag to compare

What's Changed

  • fix: delete operation parentId field instead of setting undefined by @huang-julien in #38

Full Changelog: v0.3.3...v0.3.4