Changelog
1.2.1 (2024-09-04)
Bug Fixes
- implementing
__len__
made the bool-value not what one would expect. (08864d9)
1.2.0 (2024-09-04)
Features
- use url like a dict to get/set/delete query values. (f47c00d)
Documentation
1.1.0 (2024-03-21)
Features
- UUID already work as QueryValue; now formally declaring they work. (d4ddfce)
Bug Fixes
1.0.0 (2023-12-19)
Features
- add deprecation warnings + code formatting fixes. (8f3e5d9)
- adjust tests to accommodate new Url class name. (18bdd92)
- deprecate the
Url.url
method, added Url.format
as a replacement. (9097016)
- Release version 1.0 (1f8f596)
- remove frozen_url, may add back in someday but for now keep things simple and only have a single url class. (1058df1)
- renamed URLMutable class to
Url
; removed URL
; may make a FrozenUrl someday, but for now keeping it simple. (6445bd8)
- update README with newer class names with slightly better examples. (4f9993f)
0.2.1 (2023-04-15)
Bug Fixes
Documentation
0.2.0 (2023-04-06)
Features
0.1.1 (2023-04-05)
Bug Fixes
- fix docs, so workflows work. (f678315)
0.1.0 (2023-04-05)
Features
Bug Fixes
- project deps + toml file config. (40ad409)