Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/match-pattern-readme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/match-pattern-v2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ruleset-v2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serpinfo-v2.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/match-pattern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ublacklist/match-pattern

## 2.0.0

### Major Changes

- d7a672c: Declare the removal of `matchPatternTest` as a breaking change. It was removed in v1.2.0, which should have been a major release. v2.0.0 is identical to v1.2.0 in code; if you are upgrading from v1.1.x, replace `matchPatternTest(pattern, url)` with `new MatchPattern([pattern]).test(url)`.

### Patch Changes

- d7a672c: Add usage of the `MatchPattern` class to the README.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/match-pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ublacklist/match-pattern",
"version": "1.2.0",
"version": "2.0.0",
"description": "A parser and lookup map for WebExtensions match patterns.",
"keywords": [
"match-pattern",
Expand Down
12 changes: 12 additions & 0 deletions packages/ruleset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ublacklist/ruleset

## 2.0.0

### Major Changes

- d7a672c: Declare the serialization encoding change as a breaking change. v1.0.2 changed how block and highlight rules are encoded in serialized JSON (block as `1`, highlight as a negative value), which should have been a major release. v2.0.0 is identical to v1.0.3 in code.

### Patch Changes

- Updated dependencies [d7a672c]
- Updated dependencies [d7a672c]
- @ublacklist/match-pattern@2.0.0

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ruleset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ublacklist/ruleset",
"version": "1.0.3",
"version": "2.0.0",
"description": "The ruleset format definition and parser for uBlacklist.",
"keywords": [
"ruleset",
Expand Down
12 changes: 12 additions & 0 deletions packages/serpinfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ublacklist/serpinfo

## 2.0.0

### Major Changes

- d7a672c: Declare the removal of the internal zod schemas (`*CommandSchema`, `serpInfoSchema`, `serpInfoStrictSchema`) as a breaking change. They were removed in v1.0.1, which should have been a major release. v2.0.0 is identical to v1.1.1 in code; use the `parse` function and the exported types instead of the schemas.

### Patch Changes

- Updated dependencies [d7a672c]
- Updated dependencies [d7a672c]
- @ublacklist/match-pattern@2.0.0

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serpinfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ublacklist/serpinfo",
"version": "1.1.1",
"version": "2.0.0",
"description": "The SERPINFO format definition, parser, and schemas for uBlacklist.",
"keywords": [
"serpinfo",
Expand Down