expect-more
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.8.0](https://github.com/JamieMason/expect-more/compare/expect-more@0.7.1...expect-more@0.8.0) (2020-05-30) | ||
### Features | ||
* **expect:** add isVisibleString ([072e596](https://github.com/JamieMason/expect-more/commit/072e596a40ce6325ca717d78501a4a230f48da89)) | ||
## [0.7.1](https://github.com/JamieMason/expect-more/compare/expect-more@0.7.0...expect-more@0.7.1) (2020-04-28) | ||
@@ -8,0 +19,0 @@ |
@@ -44,2 +44,3 @@ export { endsWith } from './ends-with'; | ||
export { isValidDate } from './is-valid-date'; | ||
export { isVisibleString } from './is-visible-string'; | ||
export { isWalkable } from './is-walkable'; | ||
@@ -46,0 +47,0 @@ export { isWhitespace } from './is-whitespace'; |
@@ -89,2 +89,4 @@ "use strict"; | ||
exports.isValidDate = is_valid_date_1.isValidDate; | ||
var is_visible_string_1 = require("./is-visible-string"); | ||
exports.isVisibleString = is_visible_string_1.isVisibleString; | ||
var is_walkable_1 = require("./is-walkable"); | ||
@@ -91,0 +93,0 @@ exports.isWalkable = is_walkable_1.isWalkable; |
{ | ||
"name": "expect-more", | ||
"description": "Curried JavaScript Type Testing Library with Zero Dependencies", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)", | ||
@@ -18,3 +18,4 @@ "bugs": "https://github.com/JamieMason/expect-more/issues", | ||
}, | ||
"typings": "./dist/index.d.ts" | ||
"typings": "./dist/index.d.ts", | ||
"gitHead": "fa73b3477df2f0c4c75ffefa825b91af484aabee" | ||
} |
@@ -107,2 +107,3 @@ # expect-more | ||
- `isString: (value: any) => boolean` | ||
- `isVisibleString: (value: any) => boolean` | ||
- `isWhitespace: (value: any) => boolean` | ||
@@ -109,0 +110,0 @@ - `startsWith: (other: string, value: any) => boolean` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92532
138
2044
119