Releases: devyhan/URLRouter
Releases · devyhan/URLRouter
0.1.5
![Relative date](https://camo.githubusercontent.com/c148c46f39a848a1c4ab22c349a31a1adf3e1ca8aa55754b2a152910a2bb7071/68747470733a2f2f696d672e736869656c64732e696f2f646174652f31363731373631363537)
Release |
0.1.5 |
Changed |
Changed the APIRouter name to URLRouter which is a universal meaning #33 by @devyhan |
Fixed |
Fixed the public scope of the static parameter and static function of Scheme components #32 by @devyhan Fixed explicitly disable codecov/patch coverage #35 by @devyhan |
0.1.4
![Relative date](https://camo.githubusercontent.com/0948019f5745b2d390d17d0e180e9efeae631402ca85161a32b46a41b60d94e7/68747470733a2f2f696d672e736869656c64732e696f2f646174652f31363731363036313431)
Release |
0.1.4 |
Added |
Supported to QueryBuilder for using multiple Query(_, value:) declaration #29 by @devyhan |
Fixed |
Modified a Param component of the BodyBuilder to a Field component #22 by @devyhan Modified the Github workflow to work when pushed to main branch #25 by @devyhan |
Removed |
Removed image files that use data capacity #23 by @devyhan |
0.1.3
![Relative date](https://camo.githubusercontent.com/367aec303adc616e61f9ea500edbd545c73a1d13d6f7bb268f831aba5daf9332/68747470733a2f2f696d672e736869656c64732e696f2f646174652f31363731343333313632)
Release |
0.1.3 |
Added |
Supported to the HttpRequest method as static parameter #16 by @devyhan Supported to the URL Scheme as static parameter and function #18 by @devyhan |
Fixed |
Fixed the phenomenon of a double CI test call #19 by @devyhan |
0.1.2
![Relative date](https://camo.githubusercontent.com/2cbb9741f894310ce7519527ea9978c1ddca0046823b4b1327adec09337e0629/68747470733a2f2f696d672e736869656c64732e696f2f646174652f31363731303937333337)
Release |
0.1.2 |
Fixed |
Fixed the public scope of the Field components of HeaderBuilder #9 by @devyhan Fixed the public scope of the buildEither(component:) components of RouterBuilder #12 by @devyhan Fixed the public scope of the buildEither(component:) components of URLBuilder #13 by @devyhan |
0.1.1
![Relative date](https://camo.githubusercontent.com/fbaf61fe6ddd187a0ab0f0cb44bb9dcd4191281fc64eefbb29d3638529d50448/68747470733a2f2f696d672e736869656c64732e696f2f646174652f31363731303638323039)
Release |
0.1.1 |
Fixed |
Fixed struct the Router parameter for get URLRequest #6 by @devyhan Fixed the public scope of the Param components of BodyBuilder #4 by @devyhan |
0.1.0
Provides an easy way to manage namespace of multiple URL in Swift.