Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
428 bytes
|
Line | |
---|
1 | # assert-plus Changelog
|
---|
2 |
|
---|
3 | ## 1.0.0
|
---|
4 |
|
---|
5 | - *BREAKING* assert.number (and derivatives) now accept Infinity as valid input
|
---|
6 | - Add assert.finite check. Previous assert.number callers should use this if
|
---|
7 | they expect Infinity inputs to throw.
|
---|
8 |
|
---|
9 | ## 0.2.0
|
---|
10 |
|
---|
11 | - Fix `assert.object(null)` so it throws
|
---|
12 | - Fix optional/arrayOf exports for non-type-of asserts
|
---|
13 | - Add optiona/arrayOf exports for Stream/Date/Regex/uuid
|
---|
14 | - Add basic unit test coverage
|
---|
Note:
See
TracBrowser
for help on using the repository browser.