@thi.ng/shader-ast-js 0.7.34 → 0.7.35

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 +21 -21
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
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.
@@ -50,9 +50,9 @@ and/or version bumps of transitive dependencies.
50
50
 
51
51
  #### ♻️ Refactoring
52
52
 
53
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
54
53
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
55
54
  - add .js suffix for all relative imports
55
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
56
56
 
57
57
  ## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.6.0) (2021-10-12)
58
58
 
@@ -77,18 +77,18 @@ and/or version bumps of transitive dependencies.
77
77
 
78
78
  #### ♻️ Refactoring
79
79
 
80
- - update imports ([402d5d3](https://github.com/thi-ng/umbrella/commit/402d5d3))
81
- - update imports ([70476b4](https://github.com/thi-ng/umbrella/commit/70476b4))
80
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
81
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
82
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
83
+ - update imports ([69414ec](https://github.com/thi-ng/umbrella/commit/69414ec))
82
84
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
83
85
  - largely related to recent updates/restructuring of these packages:
84
86
  - api
85
87
  - defmulti
86
88
  - errors
87
89
  - logger
88
- - update imports ([69414ec](https://github.com/thi-ng/umbrella/commit/69414ec))
89
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
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)
90
+ - update imports ([70476b4](https://github.com/thi-ng/umbrella/commit/70476b4))
91
+ - update imports ([402d5d3](https://github.com/thi-ng/umbrella/commit/402d5d3))
92
92
 
93
93
  ### [0.5.45](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.5.45) (2021-08-17)
94
94
 
@@ -108,8 +108,8 @@ and/or version bumps of transitive dependencies.
108
108
 
109
109
  #### ♻️ Refactoring
110
110
 
111
- - update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
112
111
  - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
112
+ - update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
113
113
 
114
114
  ### [0.5.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.5.6) (2020-09-13)
115
115
 
@@ -139,11 +139,11 @@ and/or version bumps of transitive dependencies.
139
139
 
140
140
  #### 🚀 Features
141
141
 
142
- - add div-by-zero guards ([233528d](https://github.com/thi-ng/umbrella/commit/233528d))
143
142
  - replace JS runtime fns, add doc strings ([0798a35](https://github.com/thi-ng/umbrella/commit/0798a35))
144
143
  - add renderPixels()
145
144
  - add renderToBuffer()
146
145
  - add canvasRenderer()
146
+ - add div-by-zero guards ([233528d](https://github.com/thi-ng/umbrella/commit/233528d))
147
147
 
148
148
  #### 🩹 Bug fixes
149
149
 
@@ -153,8 +153,8 @@ and/or version bumps of transitive dependencies.
153
153
 
154
154
  #### ♻️ Refactoring
155
155
 
156
- - split env.ts into separate files ([caa6301](https://github.com/thi-ng/umbrella/commit/caa6301))
157
156
  - move env to own file, update/simplify targetJS() ([f5ebec8](https://github.com/thi-ng/umbrella/commit/f5ebec8))
157
+ - split env.ts into separate files ([caa6301](https://github.com/thi-ng/umbrella/commit/caa6301))
158
158
 
159
159
  ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.3.0) (2019-08-17)
160
160
 
@@ -178,21 +178,21 @@ and/or version bumps of transitive dependencies.
178
178
 
179
179
  #### 🚀 Features
180
180
 
181
- - add uvec ops, update imports ([5dcd39f](https://github.com/thi-ng/umbrella/commit/5dcd39f))
182
- - add missing texture lookup stubs ([f0370b0](https://github.com/thi-ng/umbrella/commit/f0370b0))
183
- - add array init, more builtin stubs, minor refactor ([fb5141e](https://github.com/thi-ng/umbrella/commit/fb5141e))
184
- - add % operator support ([c1b25c6](https://github.com/thi-ng/umbrella/commit/c1b25c6))
185
- - add post-inc/dec support, update op1 handler ([8073edd](https://github.com/thi-ng/umbrella/commit/8073edd))
186
- - int/uint/ivec support, while loop, fix bool ([003069e](https://github.com/thi-ng/umbrella/commit/003069e))
187
181
  - extract JS codegen & runtime as own pkg ([8177469](https://github.com/thi-ng/umbrella/commit/8177469))
182
+ - int/uint/ivec support, while loop, fix bool ([003069e](https://github.com/thi-ng/umbrella/commit/003069e))
183
+ - add post-inc/dec support, update op1 handler ([8073edd](https://github.com/thi-ng/umbrella/commit/8073edd))
184
+ - add % operator support ([c1b25c6](https://github.com/thi-ng/umbrella/commit/c1b25c6))
185
+ - add array init, more builtin stubs, minor refactor ([fb5141e](https://github.com/thi-ng/umbrella/commit/fb5141e))
186
+ - add missing texture lookup stubs ([f0370b0](https://github.com/thi-ng/umbrella/commit/f0370b0))
187
+ - add uvec ops, update imports ([5dcd39f](https://github.com/thi-ng/umbrella/commit/5dcd39f))
188
188
 
189
189
  #### 🩹 Bug fixes
190
190
 
191
- - add missing faceForward, reflect, refract builtins ([c63058e](https://github.com/thi-ng/umbrella/commit/c63058e))
192
- - add/fix vec4 ops ([7f7f1f6](https://github.com/thi-ng/umbrella/commit/7f7f1f6))
193
- - op2 type hint interpretation ([fdaac1f](https://github.com/thi-ng/umbrella/commit/fdaac1f))
194
- - avoid extraneous semicolons ([2b56c91](https://github.com/thi-ng/umbrella/commit/2b56c91))
195
191
  - op2 int handling, update vectors/matrices imports, update pkg ([dc54ec2](https://github.com/thi-ng/umbrella/commit/dc54ec2))
192
+ - avoid extraneous semicolons ([2b56c91](https://github.com/thi-ng/umbrella/commit/2b56c91))
193
+ - op2 type hint interpretation ([fdaac1f](https://github.com/thi-ng/umbrella/commit/fdaac1f))
194
+ - add/fix vec4 ops ([7f7f1f6](https://github.com/thi-ng/umbrella/commit/7f7f1f6))
195
+ - add missing faceForward, reflect, refract builtins ([c63058e](https://github.com/thi-ng/umbrella/commit/c63058e))
196
196
 
197
197
  #### ♻️ Refactoring
198
198
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-js",
3
- "version": "0.7.34",
3
+ "version": "0.7.35",
4
4
  "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,21 +34,21 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/checks": "^3.3.2",
39
- "@thi.ng/errors": "^2.2.3",
40
- "@thi.ng/math": "^5.3.12",
41
- "@thi.ng/matrices": "^2.1.32",
42
- "@thi.ng/pixel": "^4.0.7",
43
- "@thi.ng/shader-ast": "^0.12.29",
44
- "@thi.ng/vectors": "^7.5.23"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/checks": "^3.3.3",
39
+ "@thi.ng/errors": "^2.2.4",
40
+ "@thi.ng/math": "^5.3.13",
41
+ "@thi.ng/matrices": "^2.1.33",
42
+ "@thi.ng/pixel": "^4.0.8",
43
+ "@thi.ng/shader-ast": "^0.12.30",
44
+ "@thi.ng/vectors": "^7.5.24"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.33.5",
48
- "@thi.ng/testament": "^0.3.4",
48
+ "@thi.ng/testament": "^0.3.5",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
- "typedoc": "^0.23.18",
51
+ "typedoc": "^0.23.20",
52
52
  "typescript": "^4.8.4"
53
53
  },
54
54
  "keywords": [
@@ -70,8 +70,8 @@
70
70
  "node": ">=12.7"
71
71
  },
72
72
  "files": [
73
- "*.js",
74
- "*.d.ts",
73
+ "./*.js",
74
+ "./*.d.ts",
75
75
  "env"
76
76
  ],
77
77
  "exports": {
@@ -147,5 +147,5 @@
147
147
  ],
148
148
  "year": 2019
149
149
  },
150
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
150
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
151
151
  }