Releases: Bestowinc/darkroom
Releases · Bestowinc/darkroom
v0.8.1: Validate on retries
v0.8.0: Sync from fork
What's Changed
- Adds an annotated sample request to the README. by @mtimkovich in #34
- Rebase Mikhail's repo by @jproffitt in #36
- mdcat build error for a positional argument that was not provided by @griggsca91 in #37
- Rebase mikhails repo 3 by @griggsca91 in #39
- Change the license to the correct Bestow appropriate one by @griggsca91 in #40
New Contributors
- @mtimkovich made their first contribution in #34
- @jproffitt made their first contribution in #36
- @griggsca91 made their first contribution in #37
Full Changelog: 0.7.0...v0.8.0
0.7.0
- added
dark man
command for additional documentation, can be excluded from build with the--no-default-features
flag - added
dark vreel
command to support virtual reels allowing mixing of arbitrary cuts and frames in a chosen order:
dark vrecord ./test_data/post.vr.json
- added partial and unordered response validations to filmreel
- implemented subset of
jql
for mutable selections of the resposne json
thejql
library can be included with the--features=filmreel/full_jql
flag - an empty body in the request is now appropriately represented as a missing
body
key rather than"body": {}
take
andrecord
can now accept a mixture of filepaths and json strings:
dark take ./test_data/post.01s.body.fr.json '{"new":"value"}' ./test_data/post.cut.json
dark take
command simplified, if--cut
not provided, will try to look for a cut file in the same directory as the given frame json
0.7.0-a
- implemented validations with
partial
comparison property - an empty body in the request is now appropriately represented as a missing
body
key rather than"body": {}
- introduced own selector engine to do in-place mutations for validations rather than using
jql