Skip to content

Tags: mitranim/rd

Tags

v0.3.0

Toggle v0.3.0's commit message
better logic for choosing between URL and body

We no longer care if the HTTP method is read-only or not.
The library can now decode the body of GET requests, when
the client provides the right content type.

v0.2.4

Toggle v0.2.4's commit message
format inner errors with stacktraces

v0.2.3

Toggle v0.2.3's commit message
minor tweaks

v0.2.2

Toggle v0.2.2's commit message
decoders can generate mutable `Set`

v0.2.1

Toggle v0.2.1's commit message
`Form.Decode` correctly invokes `SliceParser`

v0.2.0

Toggle v0.2.0's commit message
revise and optimize

v0.1.7

Toggle v0.1.7's commit message
better support for zeroing/unsetting fields

v0.1.6

Toggle v0.1.6's commit message
added `FromQuery` and `FromReqQuery`

v0.1.5

Toggle v0.1.5's commit message
added `SliceParser` for parsing non-slices from lists

v0.1.4

Toggle v0.1.4's commit message
changed to Unlicense, added license file