Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

82 lines (45 loc) · 2.23 KB

Next

diff

2.0.0

diff

BREAKING CHANGE

  • Minimum required Vue version is now ^2.7.0
  • Minimum required Vue Router version is now ^3.6.0
  • Minimum required EcmaScript is now ES2018

Features

  • Now serving ESM and CJS
  • Set lib from ES2020 to ES2018

1.3.0

diff

  • Align with @gtm-support/vue-gtm v1.5.0
    • Upgrade core to 1.3.0
    • New option vueRouterAdditionalEventData

1.2.1

diff

  • Detect if running in browser context (#97)

1.2.0

diff

1.1.0

diff

  • Ability to ignore views by callback (#37)

BREAKING CHANGE

  • Ignore views is not case insensitive anymore

1.0.0

diff

  • Initial release

1.0.0-alpha.3

diff

1.0.0-alpha.2

diff

BREAKING CHANGE

The id parameter is now part of the options, therefor if you used the constructor you need to move the first argument into the second option argument.
Also some names changed here and there.

1.0.0-alpha.1

diff