Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/api@4.0.0
 - @thi.ng/associative@0.5.3
 - @thi.ng/atom@1.3.10
 - @thi.ng/cache@0.2.8
 - @thi.ng/csp@0.3.38
 - @thi.ng/dcons@1.0.0
 - @thi.ng/defmulti@0.3.1
 - @thi.ng/dgraph@0.2.3
 - @thi.ng/diff@1.0.14
 - @thi.ng/dot@0.1.3
 - @thi.ng/hdom-components@2.1.3
 - @thi.ng/hdom@3.0.18
 - @thi.ng/heaps@0.2.9
 - @thi.ng/hiccup-css@0.1.20
 - @thi.ng/hiccup-svg@0.2.13
 - @thi.ng/hiccup@1.3.16
 - @thi.ng/interceptors@1.7.3
 - @thi.ng/iterators@4.1.13
 - @thi.ng/pointfree-lang@0.2.10
 - @thi.ng/pointfree@0.7.10
 - @thi.ng/router@0.1.13
 - @thi.ng/rstream-csp@0.1.69
 - @thi.ng/rstream-dot@0.2.8
 - @thi.ng/rstream-gestures@0.3.5
 - @thi.ng/rstream-graph@1.0.12
 - @thi.ng/rstream-log@1.0.20
 - @thi.ng/rstream-query@0.3.7
 - @thi.ng/rstream@1.6.10
 - @thi.ng/transducers@1.9.3
  • Loading branch information
postspectacular committed May 12, 2018
1 parent 41ce19c commit 8b2e67c
Show file tree
Hide file tree
Showing 58 changed files with 345 additions and 88 deletions.
22 changes: 22 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.0"></a>
# [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@3.0.1...@thi.ng/api@4.0.0) (2018-05-12)


### Code Refactoring

* **api:** update interfaces, add docs ([9b38860](https://github.com/thi-ng/umbrella/commit/9b38860))


### BREAKING CHANGES

* **api:** IBind, IEnable now include generics,
update IIndexed, IMeta, ISet, IStack

- add IInto
- add IImmutableSet
- add IImmutableStack
- minor update IEnabled mixin




<a name="3.0.1"></a>
## [3.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@3.0.0...@thi.ng/api@3.0.1) (2018-05-10)

Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "3.0.1",
"version": "4.0.0",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
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.

<a name="0.5.3"></a>
## [0.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.2...@thi.ng/associative@0.5.3) (2018-05-12)




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

<a name="0.5.2"></a>
## [0.5.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.1...@thi.ng/associative@0.5.2) (2018-05-10)

Expand Down
8 changes: 4 additions & 4 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.5.2",
"version": "0.5.3",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,13 +24,13 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/compare": "^0.1.0",
"@thi.ng/dcons": "^0.3.6",
"@thi.ng/dcons": "^1.0.0",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.1",
"@thi.ng/iterators": "^4.1.12"
"@thi.ng/iterators": "^4.1.13"
},
"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.

<a name="1.3.10"></a>
## [1.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.9...@thi.ng/atom@1.3.10) (2018-05-12)




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

<a name="1.3.9"></a>
## [1.3.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.8...@thi.ng/atom@1.3.9) (2018-05-10)

Expand Down
4 changes: 2 additions & 2 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.3.9",
"version": "1.3.10",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.1",
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.

<a name="0.2.8"></a>
## [0.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.7...@thi.ng/cache@0.2.8) (2018-05-12)




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

<a name="0.2.7"></a>
## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.6...@thi.ng/cache@0.2.7) (2018-05-10)

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.7",
"version": "0.2.8",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,9 +24,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/dcons": "^0.3.6",
"@thi.ng/iterators": "^4.1.12"
"@thi.ng/api": "^4.0.0",
"@thi.ng/dcons": "^1.0.0",
"@thi.ng/iterators": "^4.1.13"
},
"keywords": [
"cache",
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.

<a name="0.3.38"></a>
## [0.3.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.37...@thi.ng/csp@0.3.38) (2018-05-12)




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

<a name="0.3.37"></a>
## [0.3.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.36...@thi.ng/csp@0.3.37) (2018-05-10)

Expand Down
8 changes: 4 additions & 4 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.37",
"version": "0.3.38",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/dcons": "^0.3.6",
"@thi.ng/dcons": "^1.0.0",
"@thi.ng/errors": "^0.1.1",
"@thi.ng/transducers": "^1.9.2"
"@thi.ng/transducers": "^1.9.3"
},
"keywords": [
"async",
Expand Down
19 changes: 19 additions & 0 deletions packages/dcons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.3.6...@thi.ng/dcons@1.0.0) (2018-05-12)


### Code Refactoring

* **dcons:** update pop() ([67f0e54](https://github.com/thi-ng/umbrella/commit/67f0e54))


### BREAKING CHANGES

* **dcons:** due to @thi.ng/api/IStack update, pop() now returns
popped value instead of the list itself

- minor other refactoring




<a name="0.3.6"></a>
## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.3.5...@thi.ng/dcons@0.3.6) (2018-05-10)

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": "0.3.6",
"version": "1.0.0",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/compare": "^0.1.0",
"@thi.ng/equiv": "^0.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/defmulti/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.

<a name="0.3.1"></a>
## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.0...@thi.ng/defmulti@0.3.1) (2018-05-12)




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

<a name="0.3.0"></a>
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.2.0...@thi.ng/defmulti@0.3.0) (2018-05-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/defmulti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/defmulti",
"version": "0.3.0",
"version": "0.3.1",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/errors": "^0.1.1"
},
"keywords": [
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.

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




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

<a name="0.2.2"></a>
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.1...@thi.ng/dgraph@0.2.2) (2018-05-10)

Expand Down
8 changes: 4 additions & 4 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "0.2.2",
"version": "0.2.3",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,11 +24,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/associative": "^0.5.2",
"@thi.ng/api": "^4.0.0",
"@thi.ng/associative": "^0.5.3",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.1",
"@thi.ng/iterators": "^4.1.12"
"@thi.ng/iterators": "^4.1.13"
},
"keywords": [
"data structure",
Expand Down
8 changes: 8 additions & 0 deletions packages/diff/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.

<a name="1.0.14"></a>
## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@1.0.13...@thi.ng/diff@1.0.14) (2018-05-12)




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

<a name="1.0.13"></a>
## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@1.0.12...@thi.ng/diff@1.0.13) (2018-05-10)

Expand Down
4 changes: 2 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/diff",
"version": "1.0.13",
"version": "1.0.14",
"description": "Array & object Diff",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -22,7 +22,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/equiv": "^0.1.0"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/dot/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.

<a name="0.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@0.1.2...@thi.ng/dot@0.1.3) (2018-05-12)




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

<a name="0.1.2"></a>
## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@0.1.1...@thi.ng/dot@0.1.2) (2018-05-10)

Expand Down
4 changes: 2 additions & 2 deletions packages/dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dot",
"version": "0.1.2",
"version": "0.1.3",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/hdom-components/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.

<a name="2.1.3"></a>
## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.1.2...@thi.ng/hdom-components@2.1.3) (2018-05-12)




**Note:** Version bump only for package @thi.ng/hdom-components

<a name="2.1.2"></a>
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.1.1...@thi.ng/hdom-components@2.1.2) (2018-05-10)

Expand Down
6 changes: 3 additions & 3 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "2.1.2",
"version": "2.1.3",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,9 +24,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^3.0.1",
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/iterators": "^4.1.12",
"@thi.ng/iterators": "^4.1.13",
"@types/webgl2": "^0.0.3"
},
"keywords": [
Expand Down
Loading

0 comments on commit 8b2e67c

Please sign in to comment.