Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
  • Loading branch information
postspectacular committed Feb 15, 2019
1 parent e7bc075 commit 418f7af
Show file tree
Hide file tree
Showing 112 changed files with 722 additions and 192 deletions.
12 changes: 12 additions & 0 deletions packages/arrays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2019-02-15)


### Features

* **arrays:** add find/findIndex() ([0007152](https://github.com/thi-ng/umbrella/commit/0007152))
* **arrays:** extract as new package ([361ba37](https://github.com/thi-ng/umbrella/commit/361ba37))
6 changes: 3 additions & 3 deletions packages/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "0.0.1",
"version": "0.1.0",
"description": "Array / Arraylike utilities",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/compare": "^1.0.2",
"@thi.ng/equiv": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/random": "^1.0.2"
"@thi.ng/random": "^1.1.0"
},
"keywords": [
"arrays",
Expand All @@ -52,4 +52,4 @@
"access": "public"
},
"sideEffects": false
}
}
8 changes: 8 additions & 0 deletions packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)

**Note:** Version bump only for package @thi.ng/associative





## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/associative
Expand Down
6 changes: 3 additions & 3 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "1.0.4",
"version": "1.0.5",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"@thi.ng/api": "^5.0.2",
"@thi.ng/checks": "^2.1.0",
"@thi.ng/compare": "^1.0.2",
"@thi.ng/dcons": "^2.0.4",
"@thi.ng/dcons": "^2.0.5",
"@thi.ng/equiv": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.1"
"@thi.ng/transducers": "^5.0.0"
},
"keywords": [
"data structures",
Expand Down
11 changes: 11 additions & 0 deletions packages/bencode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)


### Features

* **bencode:** add decode(), fix string length handling ([c1bbc6f](https://github.com/thi-ng/umbrella/commit/c1bbc6f))





## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/bencode
Expand Down
10 changes: 5 additions & 5 deletions packages/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "0.1.1",
"version": "0.2.0",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/arrays": "^0.0.1",
"@thi.ng/arrays": "^0.1.0",
"@thi.ng/checks": "^2.1.0",
"@thi.ng/defmulti": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.1",
"@thi.ng/transducers-binary": "^0.1.1"
"@thi.ng/transducers": "^5.0.0",
"@thi.ng/transducers-binary": "^0.2.0"
},
"keywords": [
"bencode",
Expand All @@ -54,4 +54,4 @@
"access": "public"
},
"sideEffects": false
}
}
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)

**Note:** Version bump only for package @thi.ng/cache





## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/cache
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "1.0.4",
"version": "1.0.5",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/dcons": "^2.0.4",
"@thi.ng/transducers": "^4.0.1"
"@thi.ng/dcons": "^2.0.5",
"@thi.ng/transducers": "^5.0.0"
},
"keywords": [
"cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)

**Note:** Version bump only for package @thi.ng/color





## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/color
Expand Down
10 changes: 5 additions & 5 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "0.1.4",
"version": "0.1.5",
"description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/compose": "^1.0.2",
"@thi.ng/compose": "^1.1.0",
"@thi.ng/defmulti": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/math": "^1.1.0",
"@thi.ng/strings": "^1.0.3",
"@thi.ng/transducers": "^4.0.1",
"@thi.ng/vectors": "^2.2.1"
"@thi.ng/transducers": "^5.0.0",
"@thi.ng/vectors": "^2.3.0"
},
"keywords": [
"alpha",
Expand Down Expand Up @@ -75,4 +75,4 @@
"setTimeout": false
},
"sideEffects": false
}
}
16 changes: 16 additions & 0 deletions packages/compose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)


### Bug Fixes

* **compose:** add varargs override for jux(), add tests ([e9d57fc](https://github.com/thi-ng/umbrella/commit/e9d57fc))


### Features

* **compose:** add new functions ([dd13fa9](https://github.com/thi-ng/umbrella/commit/dd13fa9))





## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-05)

**Note:** Version bump only for package @thi.ng/compose
Expand Down
2 changes: 1 addition & 1 deletion packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compose",
"version": "1.0.2",
"version": "1.1.0",
"description": "Arity-optimized functional composition helpers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/csp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)

**Note:** Version bump only for package @thi.ng/csp





## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/csp
Expand Down
10 changes: 5 additions & 5 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "1.0.4",
"version": "1.0.5",
"description": "ES6 promise based CSP implementation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/arrays": "^0.0.1",
"@thi.ng/arrays": "^0.1.0",
"@thi.ng/checks": "^2.1.0",
"@thi.ng/dcons": "^2.0.4",
"@thi.ng/dcons": "^2.0.5",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.1"
"@thi.ng/transducers": "^5.0.0"
},
"keywords": [
"async",
Expand All @@ -60,4 +60,4 @@
"access": "public"
},
"sideEffects": false
}
}
8 changes: 8 additions & 0 deletions packages/dcons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)

**Note:** Version bump only for package @thi.ng/dcons





## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/dcons
Expand Down
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "2.0.4",
"version": "2.0.5",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/compare": "^1.0.2",
"@thi.ng/equiv": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.1"
"@thi.ng/transducers": "^5.0.0"
},
"keywords": [
"datastructure",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)

**Note:** Version bump only for package @thi.ng/dgraph





## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/dgraph
Expand Down
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "1.0.4",
"version": "1.0.5",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/associative": "^1.0.4",
"@thi.ng/associative": "^1.0.5",
"@thi.ng/equiv": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.1"
"@thi.ng/transducers": "^5.0.0"
},
"keywords": [
"data structure",
Expand Down
18 changes: 18 additions & 0 deletions packages/fsm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-15)


### Features

* **fsm:** update / split until() ([aeb05f8](https://github.com/thi-ng/umbrella/commit/aeb05f8))


### BREAKING CHANGES

* **fsm:** make until() array based, add untilStr()

- rename existing `until()` => `untilStr()`





## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-02-10)

**Note:** Version bump only for package @thi.ng/fsm
Expand Down
8 changes: 4 additions & 4 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fsm",
"version": "1.0.4",
"version": "2.0.0",
"description": "Composable primitives for building declarative, transducer based Finite-State machines & parsers for arbitrary data streams",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/arrays": "^0.0.1",
"@thi.ng/arrays": "^0.1.0",
"@thi.ng/equiv": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.1"
"@thi.ng/transducers": "^5.0.0"
},
"keywords": [
"ES6",
Expand All @@ -56,4 +56,4 @@
"access": "public"
},
"sideEffects": false
}
}
Loading

0 comments on commit 418f7af

Please sign in to comment.