| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.4.0 source code.tar.gz | 2022-11-07 | 33.8 kB | |
| 0.4.0 source code.zip | 2022-11-07 | 57.3 kB | |
| README.md | 2022-11-07 | 597 Bytes | |
| Totals: 3 Items | 91.7 kB | 1 | |
What's Changed
- Fixed: Fields (query, headers, form data, etc.) now preserve order when printed (thanks @fonkadelic, [#57]). To preserve this order, URL Routing now depends on Apple's Swift Collections package.
- Fixed: Updated calls to
withTaskCancellationto the non-deprecated version (thanks @kgrigsby59, [#56]).
New Contributors
- @kgrigsby59 made their first contribution in https://github.com/pointfreeco/swift-url-routing/pull/56
Full Changelog: https://github.com/pointfreeco/swift-url-routing/compare/0.3.1...0.4.0