Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/api@4.2.2
 - @thi.ng/associative@0.6.12
 - @thi.ng/atom@1.5.5
 - @thi.ng/bench@0.2.4
 - @thi.ng/binary@0.1.0
 - @thi.ng/bitstream@0.4.19
 - @thi.ng/cache@0.2.29
 - @thi.ng/checks@1.5.12
 - @thi.ng/compare@0.1.10
 - @thi.ng/compose@0.2.0
 - @thi.ng/csp@0.3.68
 - @thi.ng/dcons@1.1.12
 - @thi.ng/defmulti@0.4.0
 - @thi.ng/dgraph@0.2.24
 - @thi.ng/diff@1.1.3
 - @thi.ng/dlogic@0.1.0
 - @thi.ng/dot@0.1.16
 - @thi.ng/dsp@0.1.0
 - @thi.ng/equiv@0.1.12
 - @thi.ng/errors@0.1.10
 - @thi.ng/geom@0.1.0
 - @thi.ng/hdom-canvas@0.1.6
 - @thi.ng/hdom-components@2.2.11
 - @thi.ng/hdom@5.0.6
 - @thi.ng/heaps@0.2.20
 - @thi.ng/hiccup-css@0.2.27
 - @thi.ng/hiccup-svg@2.0.3
 - @thi.ng/hiccup@2.4.2
 - @thi.ng/iges@0.2.17
 - @thi.ng/interceptors@1.8.16
 - @thi.ng/iterators@4.1.33
 - @thi.ng/math@0.1.0
 - @thi.ng/memoize@0.2.4
 - @thi.ng/morton@0.1.0
 - @thi.ng/paths@1.6.4
 - @thi.ng/pointfree-lang@0.2.23
 - @thi.ng/pointfree@0.8.11
 - @thi.ng/range-coder@0.1.17
 - @thi.ng/resolve-map@3.0.14
 - @thi.ng/rle-pack@1.0.6
 - @thi.ng/router@0.1.26
 - @thi.ng/rstream-csp@0.1.113
 - @thi.ng/rstream-dot@0.2.52
 - @thi.ng/rstream-gestures@0.5.14
 - @thi.ng/rstream-graph@2.1.38
 - @thi.ng/rstream-log@1.0.64
 - @thi.ng/rstream-query@0.3.51
 - @thi.ng/rstream@1.13.6
 - @thi.ng/sax@0.5.2
 - @thi.ng/strings@0.5.1
 - @thi.ng/transducers-fsm@0.2.25
 - @thi.ng/transducers-hdom@1.1.8
 - @thi.ng/transducers-stats@0.4.12
 - @thi.ng/transducers@2.2.0
 - @thi.ng/unionstruct@0.1.17
 - @thi.ng/vectors@1.4.0
  • Loading branch information
postspectacular committed Oct 17, 2018
1 parent 39d414f commit 6e56337
Show file tree
Hide file tree
Showing 112 changed files with 725 additions and 229 deletions.
8 changes: 8 additions & 0 deletions packages/api/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.

## [4.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.2.1...@thi.ng/api@4.2.2) (2018-10-17)

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





<a name="4.2.1"></a>
## [4.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.2.0...@thi.ng/api@4.2.1) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "4.2.1",
"version": "4.2.2",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/errors": "^0.1.9"
"@thi.ng/errors": "^0.1.10"
},
"keywords": [
"compare",
Expand Down
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.

## [0.6.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.11...@thi.ng/associative@0.6.12) (2018-10-17)

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





<a name="0.6.11"></a>
## [0.6.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.10...@thi.ng/associative@0.6.11) (2018-09-26)

Expand Down
16 changes: 8 additions & 8 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "0.6.11",
"version": "0.6.12",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,13 +28,13 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/compare": "^0.1.9",
"@thi.ng/dcons": "^1.1.11",
"@thi.ng/equiv": "^0.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.6"
"@thi.ng/api": "^4.2.2",
"@thi.ng/checks": "^1.5.12",
"@thi.ng/compare": "^0.1.10",
"@thi.ng/dcons": "^1.1.12",
"@thi.ng/equiv": "^0.1.12",
"@thi.ng/errors": "^0.1.10",
"@thi.ng/transducers": "^2.2.0"
},
"keywords": [
"data structures",
Expand Down
8 changes: 8 additions & 0 deletions packages/atom/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.5.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.5.4...@thi.ng/atom@1.5.5) (2018-10-17)

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





<a name="1.5.4"></a>
## [1.5.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.5.3...@thi.ng/atom@1.5.4) (2018-09-24)

Expand Down
12 changes: 6 additions & 6 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "1.5.4",
"version": "1.5.5",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/equiv": "^0.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/paths": "^1.6.3"
"@thi.ng/api": "^4.2.2",
"@thi.ng/checks": "^1.5.12",
"@thi.ng/equiv": "^0.1.12",
"@thi.ng/errors": "^0.1.10",
"@thi.ng/paths": "^1.6.4"
},
"keywords": [
"cursor",
Expand Down
8 changes: 8 additions & 0 deletions packages/bench/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.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.2.3...@thi.ng/bench@0.2.4) (2018-10-17)

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





<a name="0.2.3"></a>
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.2.2...@thi.ng/bench@0.2.3) (2018-09-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "0.2.3",
"version": "0.2.4",
"description": "Basic benchmarking helpers",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 (2018-10-17)


### Features

* **binary:** add [@thi](https://github.com/thi).ng/binary package ([458d4a0](https://github.com/thi-ng/umbrella/commit/458d4a0))
5 changes: 2 additions & 3 deletions packages/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/binary",
"version": "0.0.1",
"version": "0.1.0",
"description": "Assorted binary / bitwise operations, conversions, utilities.",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,6 @@
"typedoc": "^0.11.1",
"typescript": "^3.0.1"
},
"dependencies": {},
"keywords": [
"alignment",
"binary",
Expand All @@ -44,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 8 additions & 0 deletions packages/bitstream/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.4.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.18...@thi.ng/bitstream@0.4.19) (2018-10-17)

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





<a name="0.4.18"></a>
## [0.4.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.17...@thi.ng/bitstream@0.4.18) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "0.4.18",
"version": "0.4.19",
"description": "ES6 iterator based read/write bit streams & support for variable word widths",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -20,7 +20,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"dependencies": {
"@thi.ng/errors": "^0.1.9"
"@thi.ng/errors": "^0.1.10"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
Expand Down
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.

## [0.2.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.28...@thi.ng/cache@0.2.29) (2018-10-17)

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





<a name="0.2.28"></a>
## [0.2.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.27...@thi.ng/cache@0.2.28) (2018-09-26)

Expand Down
8 changes: 4 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "0.2.28",
"version": "0.2.29",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,9 +28,9 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/dcons": "^1.1.11",
"@thi.ng/transducers": "^2.1.6"
"@thi.ng/api": "^4.2.2",
"@thi.ng/dcons": "^1.1.12",
"@thi.ng/transducers": "^2.2.0"
},
"keywords": [
"cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/checks/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.5.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.11...@thi.ng/checks@1.5.12) (2018-10-17)

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





<a name="1.5.11"></a>
## [1.5.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.10...@thi.ng/checks@1.5.11) (2018-09-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
"version": "1.5.11",
"version": "1.5.12",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/compare/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.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.9...@thi.ng/compare@0.1.10) (2018-10-17)

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





<a name="0.1.9"></a>
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.8...@thi.ng/compare@0.1.9) (2018-09-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compare",
"version": "0.1.9",
"version": "0.1.10",
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/compose/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/compose@0.1.4...@thi.ng/compose@0.2.0) (2018-10-17)


### Features

* **compose:** add partial(), update readme ([6851f2c](https://github.com/thi-ng/umbrella/commit/6851f2c))





<a name="0.1.4"></a>
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@0.1.3...@thi.ng/compose@0.1.4) (2018-09-24)

Expand Down
6 changes: 3 additions & 3 deletions packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compose",
"version": "0.1.4",
"version": "0.2.0",
"description": "Functional composition helpers",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/errors": "^0.1.9"
"@thi.ng/api": "^4.2.2",
"@thi.ng/errors": "^0.1.10"
},
"keywords": [
"composition",
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.

## [0.3.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.67...@thi.ng/csp@0.3.68) (2018-10-17)

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





<a name="0.3.67"></a>
## [0.3.67](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.66...@thi.ng/csp@0.3.67) (2018-09-26)

Expand Down
12 changes: 6 additions & 6 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "0.3.67",
"version": "0.3.68",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/dcons": "^1.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.6"
"@thi.ng/api": "^4.2.2",
"@thi.ng/checks": "^1.5.12",
"@thi.ng/dcons": "^1.1.12",
"@thi.ng/errors": "^0.1.10",
"@thi.ng/transducers": "^2.2.0"
},
"keywords": [
"async",
Expand Down
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.

## [1.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.1.11...@thi.ng/dcons@1.1.12) (2018-10-17)

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





<a name="1.1.11"></a>
## [1.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.1.10...@thi.ng/dcons@1.1.11) (2018-09-26)

Expand Down
Loading

0 comments on commit 6e56337

Please sign in to comment.