Releases: kuy/jsonbox-rs
Releases · kuy/jsonbox-rs
[0.2.0] 2019-09-28
[0.1.2] 2019-09-28
Added
- Add
QueryBuilder::and()
for better chaining [#6]
Refactoring
- Remove
to_string
andString
[#10] by @rchaser53
[0.1.1] 2019-09-26
Changed
- Add
updated_on
field toMeta
struct [#4]
[0.1.0] 2019-09-25
🎉 A version of nearly feature-complete 🎉
Added
- Support filter option (
q
param) forREAD
operation
[0.0.3] 2019-09-24
Added
- Support
sort
,skip
,limit
parameters in READ operation
Changed
- Update
snafu 0.5.0
(I donn't know why I'm using0.1.9
)
[0.0.2] 2019-09-23
Breading Changes
- Fix
Client::read_all()
to return result with meta data