Skip to content

Tags: brave/adblock-rust

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.8.1 - don't panic with too many scriptlet arguments

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.8.0 - lots of API cleanup

Added:
- support for `:remove`, `:remove-attr`, `:remove-class` actions
- support for permissioned/trusted scriptlets
- lots of new documentation

Changed:
- `adblock::engine::Engine` is now `adblock::Engine`
- `EngineDebugInfo` and `BlockerDebugInfo` are now `RegexDebugInfo`
- "list of String" APIs can now take iterators of string-like types
- unified resource storage (memory savings)
- network blocking uses the `Request` type
- simplified `Request` constructors
- rename `debug-info` feature to `regex-debug-info`
- `:style` is now considered an action
- update to 2021 edition

Removed:
- removed support for legacy DAT format
- removed `metrics` feature
- lots of internal code removed from public API

v0.7.19

Toggle v0.7.19's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.19 - fix boolean arguments to Engine constructor in JS bindings

v0.7.18

Toggle v0.7.18's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.18 - remove neon-serde dependency for JS bindings

v0.7.17

Toggle v0.7.17's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.17 - accept scriptlet args with $$ characters

v0.7.16

Toggle v0.7.16's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.16 - forbid unsupported remove, remove-attr, remove-class filters

v0.7.15

Toggle v0.7.15's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.15 - correctly handle `$` characters in scriptlet arguments

v0.7.14

Toggle v0.7.14's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.14 - increase permissiveness when parsing `Expires` list metadata

v0.7.13

Toggle v0.7.13's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.13 - support CSS resource replacements

v0.7.12

Toggle v0.7.12's commit message

Verified

This commit was signed with the committer’s verified signature.
antonok-edm Anton Lazarev
v0.7.12 - support for trailing block comments in resource assembler