]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / http-signature / node_modules / sshpk / node_modules / assert-plus / CHANGES.md
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