PubNub JavaScript SDK docs https://www.pubnub.com/docs/sdks/javascript
🧾 `multipart/form-data` builder for Dart aiming to be compatible with RFC 7578
feat: require value to not be null or undefined in some assertions (#11)
feat: require value to not be null or undefined in some assertions
chore: bump version
chore: bump version
fix: uses lodash.isequal for strict deep equality (#10)
feat: adds asRecord to StringMatcher (#9)
fix: ensures .not/.doesnt create a copy of the Matcher (#8)
Adds .has (with
.have` variant) to RecordMatcher.
Usage:
assert.request.$query.has('name')
assert.request.$query.doesnt.have('surname')
Note:
assert.request.$query
is a typed alternative toassert.request.query
Feat/v1.8.0 (#7)
feat: adds has/have method to RecordMatcher
chore: removes test loc
chore: removes test loc
feat: add HTTPS support (#6)