Skip to content

getBodyJson() and `with*` deprecations

Latest
Compare
Choose a tag to compare
@g105b g105b released this 13 Feb 14:55
f5096b5

This release deprecates all with* functions, because typically functions beginning with with are reserved for immutable object usage. Input has been using with functions to call callback functions with different input parameters selected - instead, we are now naming these functions select.

There's a 1:1 mapping between the deprecated functions - see @deprecated notices in code.

What's Changed

Full Changelog: v1.2.5...v1.3.0