@thi.ng/rstream-dot 3.0.110 → 3.0.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -128
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-04T21:07:38Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -40,130 +42,3 @@ and/or version bumps of transitive dependencies.
40
42
  #### 🩹 Bug fixes
41
43
 
42
44
  - update descendants collection ([fdd1ad2](https://github.com/thi-ng/umbrella/commit/fdd1ad2))
43
-
44
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@2.1.0) (2021-11-17)
45
-
46
- #### 🚀 Features
47
-
48
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
49
- Improving the overall build ergonomics
50
- - introduced a tools workspaces
51
- - imported it in all needed packages/examples
52
- - inclusive project root
53
-
54
- #### ♻️ Refactoring
55
-
56
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
57
- this commit reverts (partly) changes made in:
58
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
59
- overall purpose is better testament ergonomics:
60
- instead of having to pass NODE_OPTIONS with every invocation
61
- having a binary to handle this for us.
62
-
63
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@2.0.1) (2021-10-13)
64
-
65
- #### ♻️ Refactoring
66
-
67
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
68
- - add .js suffix for all relative imports
69
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
70
-
71
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@2.0.0) (2021-10-12)
72
-
73
- #### 🛑 Breaking changes
74
-
75
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
76
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
77
- - only ESM modules will be published from now on
78
- - CJS obsolete due to ESM support in recent versions of node:
79
- - i.e. launch NodeJS via:
80
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
81
- - in the node REPL use `await import(...)` instead of `require()`
82
- - UMD obsolete due to widespread browser support for ESM
83
- Also:
84
- - normalize/restructure/reorg all package.json files
85
- - cleanup all build scripts, remove obsolete
86
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
87
-
88
- #### ♻️ Refactoring
89
-
90
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
91
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
92
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
93
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
94
- - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
95
- - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
96
-
97
- ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@1.2.0) (2021-02-22)
98
-
99
- #### 🚀 Features
100
-
101
- - update opts, deps & value handling ([be0b146](https://github.com/thi-ng/umbrella/commit/be0b146))
102
- - truncate node values if > 64 chars
103
- - make color opts partial
104
- - update default opts (top-bottom ranks, sans-serif font)
105
- - various internal refactorings
106
- - update deps
107
-
108
- ### [1.1.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@1.1.52) (2020-12-07)
109
-
110
- #### ♻️ Refactoring
111
-
112
- - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
113
-
114
- ### [1.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@1.1.10) (2020-02-25)
115
-
116
- #### ♻️ Refactoring
117
-
118
- - update imports ([c900e63](https://github.com/thi-ng/umbrella/commit/c900e63))
119
-
120
- ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@1.1.0) (2019-07-07)
121
-
122
- #### 🚀 Features
123
-
124
- - enable TS strict compiler flags (refactor) ([acfe75e](https://github.com/thi-ng/umbrella/commit/acfe75e))
125
-
126
- #### ♻️ Refactoring
127
-
128
- - TS strictNullChecks ([efca49c](https://github.com/thi-ng/umbrella/commit/efca49c))
129
-
130
- # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@1.0.0) (2019-01-21)
131
-
132
- #### 🛑 Breaking changes
133
-
134
- - update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
135
- - BREAKING CHANGE: enable multi-outputs (ES6 modules, CJS, UMD)
136
- - build scripts now first build ES6 modules in package root, then call
137
- `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
138
- - all imports MUST be updated to only refer to package level
139
- (not individual files anymore). tree shaking in user land will get rid of
140
- all unused imported symbols
141
-
142
- ### [0.2.31](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@0.2.31) (2018-08-01)
143
-
144
- #### ♻️ Refactoring
145
-
146
- - cleanup imports ([c169017](https://github.com/thi-ng/umbrella/commit/c169017))
147
-
148
- ### [0.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@0.2.4) (2018-05-10)
149
-
150
- #### ♻️ Refactoring
151
-
152
- - update deps & imports in all packages due to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) split ([bc45636](https://github.com/thi-ng/umbrella/commit/bc45636))
153
-
154
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@0.2.0) (2018-04-26)
155
-
156
- #### 🚀 Features
157
-
158
- - add option to include stream values in diag ([d057d95](https://github.com/thi-ng/umbrella/commit/d057d95))
159
- - add DotOpts.values option
160
- - update walk() to accept optional DotOpts arg
161
- - update dotNode()
162
-
163
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@0.1.0) (2018-04-24)
164
-
165
- #### 🚀 Features
166
-
167
- - initial import [@thi.ng/rstream-dot](https://github.com/thi-ng/umbrella/tree/main/packages/rstream-dot) package ([e72478a](https://github.com/thi-ng/umbrella/commit/e72478a))
168
- - support multiple roots in walk() ([704025a](https://github.com/thi-ng/umbrella/commit/704025a))
169
- - add xform edge labels, extract types to api.ts ([7ffaa61](https://github.com/thi-ng/umbrella/commit/7ffaa61))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-dot",
3
- "version": "3.0.110",
3
+ "version": "3.0.112",
4
4
  "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,15 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/rstream": "^9.2.5",
44
- "@thi.ng/strings": "^3.9.1",
45
- "@thi.ng/transducers": "^9.2.14"
43
+ "@thi.ng/rstream": "^9.2.7",
44
+ "@thi.ng/strings": "^3.9.3",
45
+ "@thi.ng/transducers": "^9.2.16"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.48.1",
49
48
  "esbuild": "^0.24.2",
50
49
  "typedoc": "^0.27.6",
51
- "typescript": "^5.7.2"
50
+ "typescript": "^5.7.3"
52
51
  },
53
52
  "keywords": [
54
53
  "conversion",
@@ -90,5 +89,5 @@
90
89
  ],
91
90
  "year": 2018
92
91
  },
93
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
92
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
94
93
  }