Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 978 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 978 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • ...

[v0.1.2] - 1-11-2020

  • Bump dd-trace to ^0.16.3

[v0.1.1] - 1-11-2020

  • Remove extraneous console.log

[v0.1.0] - 1-11-2020

  • Add support for module options in standard Nuxt style, e.g.
    • ['nuxt-datadog-trace', { hostname: 'localhost' }]
  • Default dd-trace to localhost hostname if DATADOG_AGENT_HOST ENV is falsey
  • Fix service name defaulting to nuxt-datadog-trace. Now defaults to host app's [package.json].name property
  • Add .prettierrc file

[v0.0.4] - 5-26-2019

  • Updated readme format + edited for clarity

[v0.0.3] - 5-26-2019

  • Add web URLs to ./package.json

[v0.0.2] - 5-26-2019

  • Add readme and a changelog

[v0.0.1] - 5-17-2019

  • Initial bits! 🎉