- Fix missing required export section
- Drop cjs support
- Add
parentElement
toGtmSupportOptions
(#422) - Add support for new GTM IDs starting with
G-
(#427)
- Handle
nonce
as script-attribute (#414)
- Add option to use custom dataLayer variable (#401)
- Add
push
method to theGtmSupport
class (#352)
- Add configurable MIME type to script tag (#350)
- Now serving ESM and CJS
- Improve GTM-ID assertion error (34d4eda)
- No additional changes, just dev dependency updates and sync for vue-gtm
- Add option to override track view
event
property (#202)
- Make script accessible (#186)
- Make script source configurable for server-side GTM (#180)
- Log plugin is disabled on
trackView
andtrackEvent
call (#50) - Support where
script
element can be appended (#55) - Add
onReady
function to config object (#77)
- Initial release
- Restructured source code
- Added tests
- Export everything through
index
- Initial alpha release