shouldjs/should.js
### [`v13.2.3`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1323--2018-07-30)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.2.2...13.2.3)
- `.only.keys` throws when no `Object.prototype.should`
### [`v13.2.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1322--2018-07-26)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.2.1...13.2.2)
- Updates for TS definition
### [`v13.2.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1321--2018-01-12)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.2.0...13.2.1)
- Fix `.size` to work with should/as-function
### [`v13.2.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1320--2017-12-27)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.3...13.2.0)
- Update type adaptors to allow to use Set as iterable everywhere
### [`v13.1.3`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1313--2017-10-28)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.2...13.1.3)
- Fix weird bug in `.containDeep` when given object is string (see [#157](https://togithub.com/shouldjs/should.js/issues/157))
### [`v13.1.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1312--2017-10-10)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.1...13.1.2)
- Revert default export in TS definition (added in 13.1.0)
### [`v13.1.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1311--2017-10-07)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.0...13.1.1)
- Added missing return type for `.rejectedWith` in typescript definition
### [`v13.1.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1310--2017-09-20)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.0.1...13.1.0)
- Added `.resolved` as alias to `.fulfilled`
- Added `.resolvedWith` as alias to `.fulfilledWith`
- All zero argument assertion will throw `TypeError` if any arg passed
- Fix default export for TS definition
### [`v13.0.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1301--2017-09-06)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/13.0.0...13.0.1)
- Add missing UMD bundle for browser
### [`v13.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1300--2017-09-05)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/12.0.0...13.0.0)
- Removed `.enumerable` and `.enumerables`
- Fixed `.match`ing on `Date`s
- Added TypeScript definitions
### [`v12.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1200--2017-08-28)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/52b984f2c9212278091f9570cf2fe4d6bb79396f...12.0.0)
- Update `should-equal` to 2.x
- Update entry points to do the same thing (global should entry)
### [`v11.2.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1121--2017-03-09)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/11.2.0...52b984f2c9212278091f9570cf2fe4d6bb79396f)
- Fix `.match(regex)` for not supported cases
### [`v11.2.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1120--2017-01-27)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/11.1.2...11.2.0)
- Added `.only` modifier for `.keys` to check also size
- Soft deprecate `.enumerable(s)`
### [`v11.1.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1112--2016-12-10)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/11.1.1...11.1.2)
- Added workaround for runtimes where error's stack populated eagerly
### [`v11.1.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1111--2016-10-10)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/11.1.0...11.1.1)
- Update modules
### [`v11.1.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1110--2016-08-14)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/11.0.0...11.1.0)
- Update modules
### [`v11.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1100--2016-08-10)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/10.0.0...11.0.0)
- Extracted parts from code for traversing different data types in similar ways.
This allows for easily extending the library to almost any collection class.
Now should.js supports `Set`/`Map`/`WeakSet`/`WeakMap` everywhere.
- `.empty()` now uses new type adaptors
- Breaking change in `.keys()`/`.key()`: now only checks for passed keys (also uses type adaptors) - it can check for keys in `Map`/`Set` e.g
- Added `.value(key, value)` to assert if key-value object has such `value` with this `key`
- Added `.size()` to get size of collection; also works with type adaptors
- `.containEql` uses type adaptors and can check something contained within a collection or sub-part of a key-value object
### [`v10.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1000--2016-07-18)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/9.0.2...10.0.0)
- Possible breaking change/bugfix in should-format when in objects used keys that looks like a numbers
### [`v9.0.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#902--2016-06-10)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/9.0.1...9.0.2)
- Small test fixes for function expressions without names in Chrome
### [`v9.0.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#901--2016-06-09)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/9.0.0...9.0.1)
- Fix browser global export
### [`v9.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#900--2016-05-30)
[Compare Source](https://togithub.com/shouldjs/should.js/compare/8.4.0...9.0.0)
- Set should.config values to be more obvious. Pls check breaking changes page for exact values.
- Add support for SIMD data types.
- Fixed minor bugs in .eql
- Allow to show all equality check fails in .eql
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^8.3.1
->^13.0.0
Release Notes
shouldjs/should.js
### [`v13.2.3`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1323--2018-07-30) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.2.2...13.2.3) - `.only.keys` throws when no `Object.prototype.should` ### [`v13.2.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1322--2018-07-26) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.2.1...13.2.2) - Updates for TS definition ### [`v13.2.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1321--2018-01-12) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.2.0...13.2.1) - Fix `.size` to work with should/as-function ### [`v13.2.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1320--2017-12-27) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.3...13.2.0) - Update type adaptors to allow to use Set as iterable everywhere ### [`v13.1.3`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1313--2017-10-28) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.2...13.1.3) - Fix weird bug in `.containDeep` when given object is string (see [#157](https://togithub.com/shouldjs/should.js/issues/157)) ### [`v13.1.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1312--2017-10-10) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.1...13.1.2) - Revert default export in TS definition (added in 13.1.0) ### [`v13.1.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1311--2017-10-07) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.1.0...13.1.1) - Added missing return type for `.rejectedWith` in typescript definition ### [`v13.1.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1310--2017-09-20) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.0.1...13.1.0) - Added `.resolved` as alias to `.fulfilled` - Added `.resolvedWith` as alias to `.fulfilledWith` - All zero argument assertion will throw `TypeError` if any arg passed - Fix default export for TS definition ### [`v13.0.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1301--2017-09-06) [Compare Source](https://togithub.com/shouldjs/should.js/compare/13.0.0...13.0.1) - Add missing UMD bundle for browser ### [`v13.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1300--2017-09-05) [Compare Source](https://togithub.com/shouldjs/should.js/compare/12.0.0...13.0.0) - Removed `.enumerable` and `.enumerables` - Fixed `.match`ing on `Date`s - Added TypeScript definitions ### [`v12.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1200--2017-08-28) [Compare Source](https://togithub.com/shouldjs/should.js/compare/52b984f2c9212278091f9570cf2fe4d6bb79396f...12.0.0) - Update `should-equal` to 2.x - Update entry points to do the same thing (global should entry) ### [`v11.2.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1121--2017-03-09) [Compare Source](https://togithub.com/shouldjs/should.js/compare/11.2.0...52b984f2c9212278091f9570cf2fe4d6bb79396f) - Fix `.match(regex)` for not supported cases ### [`v11.2.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1120--2017-01-27) [Compare Source](https://togithub.com/shouldjs/should.js/compare/11.1.2...11.2.0) - Added `.only` modifier for `.keys` to check also size - Soft deprecate `.enumerable(s)` ### [`v11.1.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1112--2016-12-10) [Compare Source](https://togithub.com/shouldjs/should.js/compare/11.1.1...11.1.2) - Added workaround for runtimes where error's stack populated eagerly ### [`v11.1.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1111--2016-10-10) [Compare Source](https://togithub.com/shouldjs/should.js/compare/11.1.0...11.1.1) - Update modules ### [`v11.1.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1110--2016-08-14) [Compare Source](https://togithub.com/shouldjs/should.js/compare/11.0.0...11.1.0) - Update modules ### [`v11.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1100--2016-08-10) [Compare Source](https://togithub.com/shouldjs/should.js/compare/10.0.0...11.0.0) - Extracted parts from code for traversing different data types in similar ways. This allows for easily extending the library to almost any collection class. Now should.js supports `Set`/`Map`/`WeakSet`/`WeakMap` everywhere. - `.empty()` now uses new type adaptors - Breaking change in `.keys()`/`.key()`: now only checks for passed keys (also uses type adaptors) - it can check for keys in `Map`/`Set` e.g - Added `.value(key, value)` to assert if key-value object has such `value` with this `key` - Added `.size()` to get size of collection; also works with type adaptors - `.containEql` uses type adaptors and can check something contained within a collection or sub-part of a key-value object ### [`v10.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#1000--2016-07-18) [Compare Source](https://togithub.com/shouldjs/should.js/compare/9.0.2...10.0.0) - Possible breaking change/bugfix in should-format when in objects used keys that looks like a numbers ### [`v9.0.2`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#902--2016-06-10) [Compare Source](https://togithub.com/shouldjs/should.js/compare/9.0.1...9.0.2) - Small test fixes for function expressions without names in Chrome ### [`v9.0.1`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#901--2016-06-09) [Compare Source](https://togithub.com/shouldjs/should.js/compare/9.0.0...9.0.1) - Fix browser global export ### [`v9.0.0`](https://togithub.com/shouldjs/should.js/blob/HEAD/History.md#900--2016-05-30) [Compare Source](https://togithub.com/shouldjs/should.js/compare/8.4.0...9.0.0) - Set should.config values to be more obvious. Pls check breaking changes page for exact values. - Add support for SIMD data types. - Fixed minor bugs in .eql - Allow to show all equality check fails in .eqlConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.