@thi.ng/dcons
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.9"></a> | ||
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.8...@thi.ng/dcons@0.1.9) (2018-01-31) | ||
**Note:** Version bump only for package @thi.ng/dcons | ||
<a name="0.1.8"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.7...@thi.ng/dcons@0.1.8) (2018-01-30) |
@@ -27,3 +27,3 @@ import * as api from "@thi.ng/api/api"; | ||
find(value: T): ConsCell<T>; | ||
findWith(fn: (value: T) => boolean): ConsCell<T>; | ||
findWith(fn: api.Predicate<T>): ConsCell<T>; | ||
concat(...slices: Iterable<T>[]): DCons<T>; | ||
@@ -30,0 +30,0 @@ into(src: Iterable<T>): void; |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
@@ -29,3 +29,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^1.4.2" | ||
"@thi.ng/api": "^1.5.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "keywords": [ |
28046
Updated@thi.ng/api@^1.5.0