Skip to content

Releases: devyhan/URLRouter

0.1.5

23 Dec 02:16
Compare
Choose a tag to compare

Relative date

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

21 Dec 07:03
Compare
Choose a tag to compare

Relative date

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

19 Dec 07:08
Compare
Choose a tag to compare

Relative date

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

15 Dec 09:45
Compare
Choose a tag to compare

Relative date

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

15 Dec 01:34
Compare
Choose a tag to compare

Relative date

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

14 Dec 04:36
Compare
Choose a tag to compare

Provides an easy way to manage namespace of multiple URL in Swift.