Skip to content

Latest commit

 

History

History
133 lines (86 loc) · 5.11 KB

CHANGELOG.md

File metadata and controls

133 lines (86 loc) · 5.11 KB

ECSSTree 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.

1.1.0 - 2024-09-10

Fixed

  • Export for Lexer-related tools: keyword, property, vendorPrefix, isCustomProperty. These functions are also exported by css-tree package.
  • Custom types.

Removed

  • Browser specific builds.

1.0.8 - 2022-02-27

Added

Fixed

  • README typos.

1.0.7 - 2022-02-22

Fixed

  • False positive parsing errors when using :upward pseudo class: #8.

1.0.6 - 2022-02-21

Added

  • Import types from @types/css-tree.
  • Small example project in TypeScript.
  • Integrate ESLint, some code style improvements.

Fixed

  • Remove Node warnings when running tests.

Changed

  • Exclude some unnecessary files from NPM release.
  • Move package under AdguardTeam organization.

1.0.4 - 2022-02-19

Changed

  • Browser builds now ends with .min.js.
  • README improvements.

1.0.3 - 2022-02-19

Fixed

  • Minor optimizations, README improvements.

1.0.2 - 2022-02-18

Fixed

  • Change :-abp-has to selector list instead of selector.

1.0.1 - 2022-02-18

Fixed

  • Improved :contains (and :-abp-contains & :has-text) pseudo class parsing, handle parenthesis / function calls in the parameter.

1.0.0 - 2022-02-18

Added