1.2.1 (2024-09-04)
- implementing
__len__
made the bool-value not what one would expect. (08864d9)
1.2.0 (2024-09-04)
- use url like a dict to get/set/delete query values. (f47c00d)
- added example to readme. (40cedb0)
1.1.0 (2024-03-21)
- UUID already work as QueryValue; now formally declaring they work. (d4ddfce)
- update deps/lock-file. (0d5655c)
1.0.0 (2023-12-19)
- add deprecation warnings + code formatting fixes. (8f3e5d9)
- adjust tests to accommodate new Url class name. (18bdd92)
- deprecate the
Url.url
method, addedUrl.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
; removedURL
; 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)
- license (9986365)
- add doc links. (39aa99e)
0.2.0 (2023-04-06)
- add docs (18595a4)
0.1.1 (2023-04-05)
- fix docs, so workflows work. (f678315)
- initial starting code (a3012c6)
- publish for real. (73d94f3)
- remove unneeded refs, use xloop. (ee74341)
- project deps + toml file config. (40ad409)