- Add support for request defaults.
- Extract all the code that can be used both on the client and server into
hammock_core
.
- Add support for async deserializers.
- Add support for injectable serializers and deserializers.
- Add support for custom queries and commands.
- Add optional
params
toqueryList
.
- Rename
save
intoupdate
. - Separate commands and queries, so you can configure different deserialization strategies for them.
Initial version