@thi.ng/fuzzy-viz 2.0.3 → 2.0.8

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 +12 -28
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,23 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.2...@thi.ng/fuzzy-viz@2.0.3) (2021-10-15)
7
-
8
- **Note:** Version bump only for package @thi.ng/fuzzy-viz
9
-
10
-
11
-
12
-
13
-
14
- ## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.1...@thi.ng/fuzzy-viz@2.0.2) (2021-10-15)
15
-
16
- **Note:** Version bump only for package @thi.ng/fuzzy-viz
17
-
18
-
19
-
20
-
21
-
22
- ## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.0...@thi.ng/fuzzy-viz@2.0.1) (2021-10-13)
6
+ ## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.7...@thi.ng/fuzzy-viz@2.0.8) (2021-11-03)
23
7
 
24
8
  **Note:** Version bump only for package @thi.ng/fuzzy-viz
25
9
 
@@ -56,24 +40,24 @@ Also:
56
40
 
57
41
 
58
42
 
59
- ## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@1.0.7...@thi.ng/fuzzy-viz@1.0.8) (2021-08-22)
43
+ ## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@1.0.7...@thi.ng/fuzzy-viz@1.0.8) (2021-08-22)
60
44
 
61
- **Note:** Version bump only for package @thi.ng/fuzzy-viz
45
+ **Note:** Version bump only for package @thi.ng/fuzzy-viz
62
46
 
63
- ## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@0.1.16...@thi.ng/fuzzy-viz@0.1.17) (2021-03-24)
47
+ ## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@0.1.16...@thi.ng/fuzzy-viz@0.1.17) (2021-03-24)
64
48
 
65
- ### Performance Improvements
49
+ ### Performance Improvements
66
50
 
67
- - **fuzzy-viz:** update fuzzySetToAscii() ([84c6a3f](https://github.com/thi-ng/umbrella/commit/84c6a3f077c16027c9dde79618992bbe3be9d5a6))
51
+ - **fuzzy-viz:** update fuzzySetToAscii() ([84c6a3f](https://github.com/thi-ng/umbrella/commit/84c6a3f077c16027c9dde79618992bbe3be9d5a6))
68
52
 
69
- # 0.1.0 (2020-12-22)
53
+ # 0.1.0 (2020-12-22)
70
54
 
71
- ### Bug Fixes
55
+ ### Bug Fixes
72
56
 
73
- - **fuzzy-viz:** update imports ([22f37a5](https://github.com/thi-ng/umbrella/commit/22f37a526acd6911720100e77ad41029d8799004))
57
+ - **fuzzy-viz:** update imports ([22f37a5](https://github.com/thi-ng/umbrella/commit/22f37a526acd6911720100e77ad41029d8799004))
74
58
 
75
- ### Features
59
+ ### Features
76
60
 
77
- - **fuzzy-viz:** add/update instrumentStrategy() & co ([131d137](https://github.com/thi-ng/umbrella/commit/131d13776735e3dd222090a6b514bfbe4878d9f2))
78
- - **fuzzy-viz:** add/update viz options, fix zero marker ([bee9cd0](https://github.com/thi-ng/umbrella/commit/bee9cd08b32ce43cc6661146dd87f35db9516559))
61
+ - **fuzzy-viz:** add/update instrumentStrategy() & co ([131d137](https://github.com/thi-ng/umbrella/commit/131d13776735e3dd222090a6b514bfbe4878d9f2))
62
+ - **fuzzy-viz:** add/update viz options, fix zero marker ([bee9cd0](https://github.com/thi-ng/umbrella/commit/bee9cd08b32ce43cc6661146dd87f35db9516559))
79
63
  - **fuzzy-viz:** import as new pkg ([8b23934](https://github.com/thi-ng/umbrella/commit/8b239347894bf8c7192890151868ecdb1ac3bf2b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fuzzy-viz",
3
- "version": "2.0.3",
3
+ "version": "2.0.8",
4
4
  "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.3",
38
- "@thi.ng/fuzzy": "^2.0.3",
39
- "@thi.ng/hiccup": "^4.0.3",
40
- "@thi.ng/hiccup-svg": "^4.0.3",
41
- "@thi.ng/math": "^5.0.3",
42
- "@thi.ng/strings": "^3.0.3",
43
- "@thi.ng/text-canvas": "^2.0.3"
37
+ "@thi.ng/api": "^8.1.0",
38
+ "@thi.ng/fuzzy": "^2.0.7",
39
+ "@thi.ng/hiccup": "^4.1.3",
40
+ "@thi.ng/hiccup-svg": "^4.1.4",
41
+ "@thi.ng/math": "^5.0.7",
42
+ "@thi.ng/strings": "^3.1.3",
43
+ "@thi.ng/text-canvas": "^2.1.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@thi.ng/testament": "^0.1.3"
46
+ "@thi.ng/testament": "^0.1.6"
47
47
  },
48
48
  "keywords": [
49
49
  "area plot",
@@ -86,5 +86,5 @@
86
86
  "parent": "@thi.ng/fuzzy",
87
87
  "year": 2020
88
88
  },
89
- "gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
89
+ "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
90
90
  }