User visible changes
- when functions that have signatures like
fun(x, ..., .__body__ = list(y))
,
wherex
is a argument for the 'URL' of the RESTful interface, andy
is an
argument for the 'BODY' of POST and similar requests. The...
provide backward
compatibility, and is used to populate elements of.__body__
; the full
interface is required when URL and BODY have identically named arguments
(@mtmorgan)
Bug fixes and minor improvements
- allow positional matching for
.body
arguments (@mtmorgan) - when
.body
consists of 1 argument, it is represented as an unnamed set
(@mtmorgan) - support argument names duplicated in
.body
(@mtmorgan)
Full Changelog: v0.1.5...v0.1.6