Skip to content

Latest commit

 

History

History
110 lines (55 loc) · 2.36 KB

File metadata and controls

110 lines (55 loc) · 2.36 KB

AdGuard Editor 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.3.3 - 2026-06-08

  • Fix @adguard/scriplets dependency

1.3.2 - 2026-06-03

  • Export normalizeTokens from the package

1.3.1 - 2026-02-05

  • Fix bug with moving lines up and down

1.3.0 - 2025-12-01

  • Refactor initEditor, add modes for work with gutter markers and hotkey for macOS

1.2.10 - 2024-09-03

  • Add multiplatform support for comment and save hotkey

1.2.9 - 2024-09-02

  • Add hotkeys support for editor

1.2.8 - 2024-04-01

  • Add a check to ensure that the tokenizer correctly returns a null token and the original string in cases where the cosmetic rules' marker logic would not be applicable.

1.2.7 - 2024-03-26

  • Changed the isBlockingRule property in the DNSRule class to public.

  • Fixed a bug in the buildRule for BlockRequestRule and UnblockRequestRule function where using the important modifier resulted in an empty string. The function now properly considers and integrates the important modifier, ensuring accurate rule construction.

  • Fixed a bug in the buildRule method for NoFilteringRule, where it previously added an unnecessary $ at the end of the rule. The method has been updated to omit the $, aligning the output with the correct rule syntax and expected behavior.

1.2.6 - 2024-02-26

Changed

  • Split RequestRule to two separate classes for block and unblock rules
  • Refactor some strings to consts

1.2.5 - 2024-02-16

Changed

  • fix noFiltering parsing

1.2.4 - 2023-06-12

Changed

  • fix comment parsing

1.2.3 - 2023-06-12

Changed

  • add validation support for dns rules

1.2.2 - 2023-06-12

Changed

  • refactor getDnsRule -> getDnsRuleByType for dns rules.

1.2.1 - 2023-01-12

Changed

  • export DNSRule builder.
  • fix getRuleFromRuleString for dns rules.

1.2.0 - 2023-27-11

Changed

  • RulesBuilder add getDnsRule().
  • RulesBuilder add support for DNS rules.

1.1.1 - 2023-11-10

Changed

  • RulesBuilder bug fixes.

1.1.0 - 2023-10-24

Changed

  • RulesBuilder class.

1.0.0 - 2023-10-12

Changed

  • initEditor(), simpleTokenizer() and getTokenizer() methods.