Releases: sake92/sharaf
Releases · sake92/sharaf
0.14.0
What's Changed
- SSE support in 0232827
- support for named tuples in query params cfb6521
- support for named tuples in form params 7b728fe
- support for union types in query params d01dd6b
- support for union types in form params 80f7a79
- Add http4s module to expose a http4s app by @lolgab in #56
- Support
cookiesin SNUnit by @lolgab in #53 - Fix snunit cookies and compile everything in CI by @lolgab in #54
- Add
FormDataRWforBooleanby @lolgab in #55
Full Changelog: 0.13.0...0.14.0
0.13.0
- removed scalatags dependency
- Extract sharaf-hepek-components
Full Changelog: 0.12.1...0.13.0
0.12.1
0.11.1
0.10.0
What's Changed
- Fix matching
Paths on values by @lolgab in #32 - Extract sharaf-core (cross JVM/native) by @sake92 in #38
- Add sharaf-helidon by @sake92 in #39
- Make validson+querson support jvm+js+native, make formson support jvm+native by @sake92 in #41
- Replace requests with sttp4 by @sake92 in #42
Full Changelog: 0.9.3...0.10.0
0.9.3
What's Changed
- Implement bimap in FormDataRW and QueryStringRW by @lolgab in #22
- Support stream resources via geny library by @sake92 in #23
- Use geny.Writable provided contentType when available by @lolgab in #27
- Add cookie utils by @sake92 in #28
- Add basic session utils by @sake92 in #29
Full Changelog: 0.9.0...0.9.3
0.9.0
What's Changed
- Add
given ResponseWritable[doctype]by @lolgab in #15 - Add ResponseWritable[InputStream] by @sake92 in #19
- Add HttpMethod enum by @sake92 in #20 (breaking change)
- You can use this regex to find:
case (GET|POST|PUT|DELETE|OPTIONS|PATCH)\(\)and replace:case $1
- You can use this regex to find:
Full Changelog: 0.8.2...0.9.0
0.8.2
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- Add polymorphic forms
- Fix typo by @lolgab in #11
New Contributors
Full Changelog: 0.7.0...0.8.1