Skip to content

Commit 9fb3bf0

Browse files
committed
v0.13.0 changelog
1 parent 88ac605 commit 9fb3bf0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,14 @@
121121
### Fixed
122122

123123
- Custom boolean path converters are recognized and validated alongside the built-ins.
124+
125+
## [0.13.0] - 2025-12-19
126+
127+
### Added
128+
129+
- Parameterized generics validation: lists, tuples (fixed/variadic), dicts, sets, and optional containers are now type-checked against URL converters and default kwargs.
130+
- Pyproject configuration: `[tool.urlconfchecks]` supports defaults for `quiet`, `format`, and `silenced_views`, with `URLCONFCHECKS_PYPROJECT` override; custom silencers merge with built-ins.
131+
132+
### Fixed
133+
134+
- Container type checking now reports mismatches instead of silently passing parameterized generics.

0 commit comments

Comments
 (0)