Releases: KusStar/react-native-fast-url
Releases · KusStar/react-native-fast-url
Release 0.4.0
0.4.0 (2024-01-30)
Features
- add support for optional base param in URL constructor (b4fd8b1) (#4) @zacharyfmarion
- allow URLSearchParams to accept Record<string, string> and Iterator<[string, string]> (35d65d7) (#3) @@zacharyfmarion
Release 0.3.0
0.3.0 (2024-01-29)
Features
- example: useColorTheme (601c9e7)
Refactors
- Add tests and refactor implementation to be more spec compliant (#2) by @zacharyfmarion, Thanks to Zachary for contributing the PR!