@thi.ng/shader-ast-stdlib 0.10.7 → 0.10.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.
- package/CHANGELOG.md +58 -106
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,55 +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
|
-
## [0.10.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [0.10.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.5...@thi.ng/shader-ast-stdlib@0.10.6) (2021-10-28)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [0.10.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.4...@thi.ng/shader-ast-stdlib@0.10.5) (2021-10-28)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [0.10.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.3...@thi.ng/shader-ast-stdlib@0.10.4) (2021-10-25)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [0.10.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.2...@thi.ng/shader-ast-stdlib@0.10.3) (2021-10-15)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## [0.10.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.1...@thi.ng/shader-ast-stdlib@0.10.2) (2021-10-15)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## [0.10.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.0...@thi.ng/shader-ast-stdlib@0.10.1) (2021-10-13)
|
|
6
|
+
## [0.10.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.7...@thi.ng/shader-ast-stdlib@0.10.8) (2021-11-03)
|
|
55
7
|
|
|
56
8
|
**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
|
|
57
9
|
|
|
@@ -88,97 +40,97 @@ Also:
|
|
|
88
40
|
|
|
89
41
|
|
|
90
42
|
|
|
91
|
-
# [0.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.8.0...@thi.ng/shader-ast-stdlib@0.9.0) (2021-08-17)
|
|
43
|
+
# [0.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.8.0...@thi.ng/shader-ast-stdlib@0.9.0) (2021-08-17)
|
|
92
44
|
|
|
93
|
-
### Features
|
|
45
|
+
### Features
|
|
94
46
|
|
|
95
|
-
- **shader-ast-stdlib:** add level correction fns ([54963e7](https://github.com/thi-ng/umbrella/commit/54963e7b30f198def2d3b061f47b7dbaa53ae620))
|
|
47
|
+
- **shader-ast-stdlib:** add level correction fns ([54963e7](https://github.com/thi-ng/umbrella/commit/54963e7b30f198def2d3b061f47b7dbaa53ae620))
|
|
96
48
|
|
|
97
|
-
# [0.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.7.0...@thi.ng/shader-ast-stdlib@0.8.0) (2021-08-13)
|
|
49
|
+
# [0.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.7.0...@thi.ng/shader-ast-stdlib@0.8.0) (2021-08-13)
|
|
98
50
|
|
|
99
|
-
### Features
|
|
51
|
+
### Features
|
|
100
52
|
|
|
101
|
-
- **shader-ast-stdlib:** add oscillator fns ([f14e8cb](https://github.com/thi-ng/umbrella/commit/f14e8cb39b11ce99033b529ab46e7d103036b3e8))
|
|
102
|
-
- **shader-ast-stdlib:** add SDF domain ops ([c41b288](https://github.com/thi-ng/umbrella/commit/c41b288758b532a10ed625f8a1d8a4e899af53a8))
|
|
103
|
-
- **shader-ast-stdlib:** add SDF polyhedra fns ([2100e50](https://github.com/thi-ng/umbrella/commit/2100e508828501d3d7d7f7e398da2a8d4b600c6c))
|
|
104
|
-
- **shader-ast-stdlib:** add variadic SDF ops ([8d6390c](https://github.com/thi-ng/umbrella/commit/8d6390cc7df7d3ee41c8a415956253cdc2bd8e97))
|
|
53
|
+
- **shader-ast-stdlib:** add oscillator fns ([f14e8cb](https://github.com/thi-ng/umbrella/commit/f14e8cb39b11ce99033b529ab46e7d103036b3e8))
|
|
54
|
+
- **shader-ast-stdlib:** add SDF domain ops ([c41b288](https://github.com/thi-ng/umbrella/commit/c41b288758b532a10ed625f8a1d8a4e899af53a8))
|
|
55
|
+
- **shader-ast-stdlib:** add SDF polyhedra fns ([2100e50](https://github.com/thi-ng/umbrella/commit/2100e508828501d3d7d7f7e398da2a8d4b600c6c))
|
|
56
|
+
- **shader-ast-stdlib:** add variadic SDF ops ([8d6390c](https://github.com/thi-ng/umbrella/commit/8d6390cc7df7d3ee41c8a415956253cdc2bd8e97))
|
|
105
57
|
|
|
106
|
-
# [0.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.6.7...@thi.ng/shader-ast-stdlib@0.7.0) (2021-08-09)
|
|
58
|
+
# [0.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.6.7...@thi.ng/shader-ast-stdlib@0.7.0) (2021-08-09)
|
|
107
59
|
|
|
108
|
-
### Features
|
|
60
|
+
### Features
|
|
109
61
|
|
|
110
|
-
- **shader-ast-stdlib:** add sdfUnion2(), add missing exports ([9d52838](https://github.com/thi-ng/umbrella/commit/9d5283848a61d97cd57fab38d792479449a8068d))
|
|
111
|
-
- **shader-ast-stdlib:** variadic sdf isec/sub/union ([fbff935](https://github.com/thi-ng/umbrella/commit/fbff93515220ac9263e9ad74f9359a78bf2ab24c))
|
|
62
|
+
- **shader-ast-stdlib:** add sdfUnion2(), add missing exports ([9d52838](https://github.com/thi-ng/umbrella/commit/9d5283848a61d97cd57fab38d792479449a8068d))
|
|
63
|
+
- **shader-ast-stdlib:** variadic sdf isec/sub/union ([fbff935](https://github.com/thi-ng/umbrella/commit/fbff93515220ac9263e9ad74f9359a78bf2ab24c))
|
|
112
64
|
|
|
113
|
-
# [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.5.26...@thi.ng/shader-ast-stdlib@0.6.0) (2021-04-24)
|
|
65
|
+
# [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.5.26...@thi.ng/shader-ast-stdlib@0.6.0) (2021-04-24)
|
|
114
66
|
|
|
115
|
-
### Features
|
|
67
|
+
### Features
|
|
116
68
|
|
|
117
|
-
- **shader-ast-stdlib:** add decodeRGBE() ([f98c6a2](https://github.com/thi-ng/umbrella/commit/f98c6a26a072f63a2b14def005e81985379f0bff))
|
|
69
|
+
- **shader-ast-stdlib:** add decodeRGBE() ([f98c6a2](https://github.com/thi-ng/umbrella/commit/f98c6a26a072f63a2b14def005e81985379f0bff))
|
|
118
70
|
|
|
119
|
-
# [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.4.6...@thi.ng/shader-ast-stdlib@0.5.0) (2020-08-28)
|
|
71
|
+
# [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.4.6...@thi.ng/shader-ast-stdlib@0.5.0) (2020-08-28)
|
|
120
72
|
|
|
121
|
-
### Features
|
|
73
|
+
### Features
|
|
122
74
|
|
|
123
|
-
- **shader-ast-stdlib:** add ACES film tonemapping ([8a0b1a3](https://github.com/thi-ng/umbrella/commit/8a0b1a3ab37181c565acde1ce6399f8e8af7834d))
|
|
124
|
-
- **shader-ast-stdlib:** add fit()/fitClamped() ([64ba64c](https://github.com/thi-ng/umbrella/commit/64ba64ceef223efdfce85d35ed3053147107b63c))
|
|
125
|
-
- **shader-ast-stdlib:** add mixCubic()/mixQuadratic() ([4dfc020](https://github.com/thi-ng/umbrella/commit/4dfc020d63f01d376a5f9397b77f344c9f0e7a1e))
|
|
75
|
+
- **shader-ast-stdlib:** add ACES film tonemapping ([8a0b1a3](https://github.com/thi-ng/umbrella/commit/8a0b1a3ab37181c565acde1ce6399f8e8af7834d))
|
|
76
|
+
- **shader-ast-stdlib:** add fit()/fitClamped() ([64ba64c](https://github.com/thi-ng/umbrella/commit/64ba64ceef223efdfce85d35ed3053147107b63c))
|
|
77
|
+
- **shader-ast-stdlib:** add mixCubic()/mixQuadratic() ([4dfc020](https://github.com/thi-ng/umbrella/commit/4dfc020d63f01d376a5f9397b77f344c9f0e7a1e))
|
|
126
78
|
|
|
127
|
-
## [0.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.4.4...@thi.ng/shader-ast-stdlib@0.4.5) (2020-08-16)
|
|
79
|
+
## [0.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.4.4...@thi.ng/shader-ast-stdlib@0.4.5) (2020-08-16)
|
|
128
80
|
|
|
129
|
-
### Performance Improvements
|
|
81
|
+
### Performance Improvements
|
|
130
82
|
|
|
131
|
-
- **shader-ast-stdlib:** update blur9/13() ([de632c6](https://github.com/thi-ng/umbrella/commit/de632c642593d5514b6f74c3202b3a60be7f01cf))
|
|
83
|
+
- **shader-ast-stdlib:** update blur9/13() ([de632c6](https://github.com/thi-ng/umbrella/commit/de632c642593d5514b6f74c3202b3a60be7f01cf))
|
|
132
84
|
|
|
133
|
-
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.3.33...@thi.ng/shader-ast-stdlib@0.4.0) (2020-08-08)
|
|
85
|
+
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.3.33...@thi.ng/shader-ast-stdlib@0.4.0) (2020-08-08)
|
|
134
86
|
|
|
135
|
-
### Features
|
|
87
|
+
### Features
|
|
136
88
|
|
|
137
|
-
- **shader-ast-stdlib:** add borderMask() ([bea00bf](https://github.com/thi-ng/umbrella/commit/bea00bfc465b55f9fbafb35d2a1cc389766ab620))
|
|
89
|
+
- **shader-ast-stdlib:** add borderMask() ([bea00bf](https://github.com/thi-ng/umbrella/commit/bea00bfc465b55f9fbafb35d2a1cc389766ab620))
|
|
138
90
|
|
|
139
|
-
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.2.3...@thi.ng/shader-ast-stdlib@0.3.0) (2019-09-21)
|
|
91
|
+
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.2.3...@thi.ng/shader-ast-stdlib@0.3.0) (2019-09-21)
|
|
140
92
|
|
|
141
|
-
### Bug Fixes
|
|
93
|
+
### Bug Fixes
|
|
142
94
|
|
|
143
|
-
- **shader-ast-stdlib:** fix imports ([188309a](https://github.com/thi-ng/umbrella/commit/188309a))
|
|
144
|
-
- **shader-ast-stdlib:** fix imports ([16823b2](https://github.com/thi-ng/umbrella/commit/16823b2))
|
|
95
|
+
- **shader-ast-stdlib:** fix imports ([188309a](https://github.com/thi-ng/umbrella/commit/188309a))
|
|
96
|
+
- **shader-ast-stdlib:** fix imports ([16823b2](https://github.com/thi-ng/umbrella/commit/16823b2))
|
|
145
97
|
|
|
146
|
-
### Features
|
|
98
|
+
### Features
|
|
147
99
|
|
|
148
|
-
- **shader-ast-stdlib:** add fragUV() ([b85dc8b](https://github.com/thi-ng/umbrella/commit/b85dc8b))
|
|
149
|
-
- **shader-ast-stdlib:** add guassian blur fns ([759ace7](https://github.com/thi-ng/umbrella/commit/759ace7))
|
|
150
|
-
- **shader-ast-stdlib:** add rotationAroundAxis3/4, matrix conversions ([8a473c1](https://github.com/thi-ng/umbrella/commit/8a473c1))
|
|
151
|
-
- **shader-ast-stdlib:** add snoise3 & curlNoise3 ([a7dc75d](https://github.com/thi-ng/umbrella/commit/a7dc75d))
|
|
100
|
+
- **shader-ast-stdlib:** add fragUV() ([b85dc8b](https://github.com/thi-ng/umbrella/commit/b85dc8b))
|
|
101
|
+
- **shader-ast-stdlib:** add guassian blur fns ([759ace7](https://github.com/thi-ng/umbrella/commit/759ace7))
|
|
102
|
+
- **shader-ast-stdlib:** add rotationAroundAxis3/4, matrix conversions ([8a473c1](https://github.com/thi-ng/umbrella/commit/8a473c1))
|
|
103
|
+
- **shader-ast-stdlib:** add snoise3 & curlNoise3 ([a7dc75d](https://github.com/thi-ng/umbrella/commit/a7dc75d))
|
|
152
104
|
|
|
153
|
-
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.1.2...@thi.ng/shader-ast-stdlib@0.2.0) (2019-07-31)
|
|
105
|
+
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.1.2...@thi.ng/shader-ast-stdlib@0.2.0) (2019-07-31)
|
|
154
106
|
|
|
155
|
-
### Features
|
|
107
|
+
### Features
|
|
156
108
|
|
|
157
|
-
- **shader-ast-stdlib:** add porter-duff operators ([285197d](https://github.com/thi-ng/umbrella/commit/285197d))
|
|
109
|
+
- **shader-ast-stdlib:** add porter-duff operators ([285197d](https://github.com/thi-ng/umbrella/commit/285197d))
|
|
158
110
|
|
|
159
|
-
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.1.0...@thi.ng/shader-ast-stdlib@0.1.1) (2019-07-08)
|
|
111
|
+
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.1.0...@thi.ng/shader-ast-stdlib@0.1.1) (2019-07-08)
|
|
160
112
|
|
|
161
|
-
### Bug Fixes
|
|
113
|
+
### Bug Fixes
|
|
162
114
|
|
|
163
|
-
- **shader-ast-stdlib:** update incomplete cartesian3, refactor cartesian2 ([3299d59](https://github.com/thi-ng/umbrella/commit/3299d59))
|
|
115
|
+
- **shader-ast-stdlib:** update incomplete cartesian3, refactor cartesian2 ([3299d59](https://github.com/thi-ng/umbrella/commit/3299d59))
|
|
164
116
|
|
|
165
|
-
# 0.1.0 (2019-07-07)
|
|
117
|
+
# 0.1.0 (2019-07-07)
|
|
166
118
|
|
|
167
|
-
### Bug Fixes
|
|
119
|
+
### Bug Fixes
|
|
168
120
|
|
|
169
|
-
- **shader-ast-stdlib:** fix imports ([4d9e126](https://github.com/thi-ng/umbrella/commit/4d9e126))
|
|
170
|
-
- **shader-ast-stdlib:** fix rotationX4/Y4 return types ([c858dce](https://github.com/thi-ng/umbrella/commit/c858dce))
|
|
171
|
-
- **shader-ast-stdlib:** update additive() fn arg type ([5d66ff2](https://github.com/thi-ng/umbrella/commit/5d66ff2))
|
|
121
|
+
- **shader-ast-stdlib:** fix imports ([4d9e126](https://github.com/thi-ng/umbrella/commit/4d9e126))
|
|
122
|
+
- **shader-ast-stdlib:** fix rotationX4/Y4 return types ([c858dce](https://github.com/thi-ng/umbrella/commit/c858dce))
|
|
123
|
+
- **shader-ast-stdlib:** update additive() fn arg type ([5d66ff2](https://github.com/thi-ng/umbrella/commit/5d66ff2))
|
|
172
124
|
|
|
173
|
-
### Features
|
|
125
|
+
### Features
|
|
174
126
|
|
|
175
|
-
- **shader-ast-stdlib:** add 2d worley noise & permutations ([a645c71](https://github.com/thi-ng/umbrella/commit/a645c71))
|
|
176
|
-
- **shader-ast-stdlib:** add additive() HOF ([43b2223](https://github.com/thi-ng/umbrella/commit/43b2223))
|
|
177
|
-
- **shader-ast-stdlib:** add indexTo*() and readIndex*() fns ([a804c28](https://github.com/thi-ng/umbrella/commit/a804c28))
|
|
178
|
-
- **shader-ast-stdlib:** add more functions ([4b6e4fe](https://github.com/thi-ng/umbrella/commit/4b6e4fe))
|
|
179
|
-
- **shader-ast-stdlib:** add more hash fns, update voronoise2 ([65b2a15](https://github.com/thi-ng/umbrella/commit/65b2a15))
|
|
180
|
-
- **shader-ast-stdlib:** add new fns, various refactoring, add docs ([b215055](https://github.com/thi-ng/umbrella/commit/b215055))
|
|
181
|
-
- **shader-ast-stdlib:** add readIndex fns, hash2, minor refactorings ([34b20f0](https://github.com/thi-ng/umbrella/commit/34b20f0))
|
|
182
|
-
- **shader-ast-stdlib:** add snoise2, distance fns ([0849f8b](https://github.com/thi-ng/umbrella/commit/0849f8b))
|
|
183
|
-
- **shader-ast-stdlib:** add voronoise2() & hash3() ([4bafe19](https://github.com/thi-ng/umbrella/commit/4bafe19))
|
|
127
|
+
- **shader-ast-stdlib:** add 2d worley noise & permutations ([a645c71](https://github.com/thi-ng/umbrella/commit/a645c71))
|
|
128
|
+
- **shader-ast-stdlib:** add additive() HOF ([43b2223](https://github.com/thi-ng/umbrella/commit/43b2223))
|
|
129
|
+
- **shader-ast-stdlib:** add indexTo*() and readIndex*() fns ([a804c28](https://github.com/thi-ng/umbrella/commit/a804c28))
|
|
130
|
+
- **shader-ast-stdlib:** add more functions ([4b6e4fe](https://github.com/thi-ng/umbrella/commit/4b6e4fe))
|
|
131
|
+
- **shader-ast-stdlib:** add more hash fns, update voronoise2 ([65b2a15](https://github.com/thi-ng/umbrella/commit/65b2a15))
|
|
132
|
+
- **shader-ast-stdlib:** add new fns, various refactoring, add docs ([b215055](https://github.com/thi-ng/umbrella/commit/b215055))
|
|
133
|
+
- **shader-ast-stdlib:** add readIndex fns, hash2, minor refactorings ([34b20f0](https://github.com/thi-ng/umbrella/commit/34b20f0))
|
|
134
|
+
- **shader-ast-stdlib:** add snoise2, distance fns ([0849f8b](https://github.com/thi-ng/umbrella/commit/0849f8b))
|
|
135
|
+
- **shader-ast-stdlib:** add voronoise2() & hash3() ([4bafe19](https://github.com/thi-ng/umbrella/commit/4bafe19))
|
|
184
136
|
- **shader-ast-stdlib:** extract stdlib as separate pkg ([86461ed](https://github.com/thi-ng/umbrella/commit/86461ed))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-stdlib",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.8",
|
|
4
4
|
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.0
|
|
38
|
-
"@thi.ng/shader-ast": "^0.11.
|
|
37
|
+
"@thi.ng/api": "^8.1.0",
|
|
38
|
+
"@thi.ng/shader-ast": "^0.11.8"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@thi.ng/testament": "^0.1.6"
|
|
@@ -307,5 +307,5 @@
|
|
|
307
307
|
],
|
|
308
308
|
"year": 2019
|
|
309
309
|
},
|
|
310
|
-
"gitHead": "
|
|
310
|
+
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
|
|
311
311
|
}
|