fp-ts-contrib
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -16,2 +16,9 @@ # Changelog | ||
# 0.1.8 | ||
- **New Feature** | ||
- add `collectUntil` module (@gcanti) | ||
- add `List` module (@DenisFrezzato) | ||
- add `Task/getLine` module (@gcanti) | ||
# 0.1.7 | ||
@@ -18,0 +25,0 @@ |
{ | ||
"name": "fp-ts-contrib", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A community driven utility package for fp-ts", | ||
@@ -15,3 +15,3 @@ "files": [ | ||
"tsc": "tsc", | ||
"lint": "tslint -p tsconfig.tslint.json src/**/*.ts test/**/*.ts", | ||
"lint": "tslint -p tsconfig.tslint.json", | ||
"jest": "jest", | ||
@@ -21,3 +21,3 @@ "prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test}/**/*.ts\"", | ||
"test": "npm run lint && npm run prettier && npm run dtslint && npm run jest && npm run docs", | ||
"clean": "rimraf rm -rf lib/*", | ||
"clean": "rimraf rm -rf lib/* es6/*", | ||
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json", | ||
@@ -50,2 +50,3 @@ "prepublish": "npm run build", | ||
"dtslint": "github:gcanti/dtslint", | ||
"fast-check": "^1.20.0", | ||
"fp-ts": "^2.1.2", | ||
@@ -52,0 +53,0 @@ "jest": "^24.8.0", |
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
216704
92
6942
18