Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGES.md « assert-plus « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d249d9b2ab1f218165cb6703fba686d7b9feb454 (plain)
1
2
3
4
5
6
7
8
# assert-plus Changelog

## 0.2.0

- Fix `assert.object(null)` so it throws
- Fix optional/arrayOf exports for non-type-of asserts
- Add optiona/arrayOf exports for Stream/Date/Regex/uuid
- Add basic unit test coverage