Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sake92/sharaf

0.14.0

01 Nov 08:17

Choose a tag to compare

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 cookies in SNUnit by @lolgab in #53
  • Fix snunit cookies and compile everything in CI by @lolgab in #54
  • Add FormDataRW for Boolean by @lolgab in #55

Full Changelog: 0.13.0...0.14.0

0.13.0

09 Jul 11:16

Choose a tag to compare

Full Changelog: 0.12.1...0.13.0

0.12.1

08 Jul 14:32

Choose a tag to compare

What's Changed

  • Introduce SharafHandler to support middleware logic by @sake92 in #50
  • Add twirl support with html and xml interpolators by @sake92 in #51

Full Changelog: 0.11.1...0.12.1

0.11.1

05 Jul 19:26

Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.1

0.10.0

14 May 10:40

Choose a tag to compare

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

03 Apr 17:53

Choose a tag to compare

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

29 Mar 02:22

Choose a tag to compare

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

Full Changelog: 0.8.2...0.9.0

0.8.2

24 Mar 00:34

Choose a tag to compare

0.8.1

25 Dec 21:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.1

0.7.0

29 May 13:09

Choose a tag to compare

What's Changed

First proper Github release.

Full Changelog: 0.0.1...0.7.0