Skip to content

Releases: Tellus/cmp-b-gone

v0.2.1

22 Jan 22:26
67af4b6

Choose a tag to compare

Patch Changes

  • 41136ed: Add some more exported types. No changes to functionality.

v0.2.0

22 Jan 21:53
93fa2dc

Choose a tag to compare

Minor Changes

  • 2c31d63: Add CMPManager.removeDescriptor()

v0.1.0

19 Jan 11:32
f4816aa

Choose a tag to compare

Minor Changes

  • b81d7a1: # Rename to @inqludeit/cmp-b-gone

    This change detaches the plugin code (thin, QualWeb-specific wrapper) from the
    actual CMP handling code (which is meatier and only requires Puppeteer).

    It's part of a refactor to allow QualWeb to integrate CMP handling in its core
    module without cyclic dependencies in the dependency graph.

Patch Changes

  • dcca760: Silence consola by default

  • dcca760: Add more detailed debug tag to SimpleDescriptor.acceptAll()

  • 0958030: # Various minor hotfixes

    • Update all dependencies.
    • Updated an example to only import types from puppeteer (cleaner code).
    • Shifted @qualweb/core to be a peer dependency instead of a direct dependency. This better reflects the plugin/host relationship.
    • Removed @tsconfig/recommended and rolled its contents directly into tsconfig.json. Referencing the tsconfig.json file from the package doesn't play nice with how test/tsconfig.json imports the root file.

v1.1.0

18 Dec 10:24
fbf8760

Choose a tag to compare

Minor Changes

  • 1570506: Switch to consola from winston

Patch Changes

  • 8ecd7ae: Moved tsconfig.test.json to test/tsconfig.json (improves IDE support)

v1.0.4

21 Sep 12:08
81dc2a6

Choose a tag to compare

Patch Changes

  • 1b09404: Moving away from semantic-release (documentation)