Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.12.0 #214

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Release v0.12.0 #214

merged 1 commit into from
Jul 24, 2019

Conversation

remusao
Copy link
Collaborator

@remusao remusao commented Jul 24, 2019

  • speed-up building and unify configurations #212
    • switch typescript config into composite mode to allow faster re-builds and references between projects
    • store all build artifacts in dist instead of splitting them into dist + build
    • only emit es6 modules with TypeScript and produce everything else with rollup (cjs + minimized UMD)
    • only provide one minimized bundle: UMD
    • remove browser key from package.json (not needed as code is cross-platform)
    • add command to watch for changes
  • add ElectronBlocker abstraction to perform adblocking in Electron #180
  • allow the 'not' pseudoclass in cosmetic filters #184
  • switch from tldts to tldts-experimental package #183
    • add bootstrap to root package.json
    • switch from tldts to tldts-experimental (faster, smaller bundles)
    • switch internal commands from npm to yarn
    • remove redundant lint during CI
  • change structure of the cliqz/adblocker project into a monorepo #181
    • embrace lerna and yarn workspaces as a way to manage multiple packages
    • adopt conventional commits as a way to structure contributions
    • create few single-purpose packages:
      • @cliqz/adblocker (contains most building blocks)
      • @cliqz/adblocker-circumvention (standalone counter measures for IL)
      • @cliqz/adblocker-webextension (WebExtension wrapper)
      • @cliqz/adblocker-webextension-cosmetics (WebExtension cosmetics support)
      • @cliqz/adblocker-puppeteer (Puppeteer wrapper)
      • @cliqz/adblocker-electron (Electron wrapper)
    • create a few demonstration projects for documentation purposes:
      • @cliqz/adblocker-webextension-example
      • @cliqz/adblocker-puppeteer-example
      • @cliqz/adblocker-electron-example
    • migrate content blockers benchmark into @cliqz/adblocker-benchmarks
    • add licenser.js linter to enforce consistency in licenses and copyright notices
    • add lerna-lint.js linter to enforce consistency between all sub-packages

@remusao remusao force-pushed the release-0.12.0 branch 3 times, most recently from 7ea3478 to e442600 Compare July 24, 2019 17:23
@remusao remusao merged commit 635037d into ghostery:master Jul 24, 2019
@remusao remusao deleted the release-0.12.0 branch September 5, 2019 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant