File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Revision history for ` rollup-plugin-glsl-optimize `
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
+
6
+ ## 0.0.11 2021-05-02
7
+ * Improved Khronos binaries distribution
8
+ * Better error handling for stage-less * .glsl files
9
+
10
+ ## 0.0.9 2021-04-30
11
+ * Support for glslify
12
+
13
+ ## 0.0.8 2021-03-22
14
+ * Support parallel rollup builds
15
+ * Emit sourcemaps that reflect optimized but un-minified source to aid debugging
16
+ * Switched to rollup load hook (was transform)
17
+
18
+ ## 0.0.7 2021-03-20
19
+ * Initial published version
Original file line number Diff line number Diff line change 28
28
"url" : " https://github.com/docd27/rollup-plugin-glsl-optimize/issues"
29
29
},
30
30
"license" : " MIT" ,
31
+ "engines" : {
32
+ "node" : " >=14"
33
+ },
34
+ "os" : [
35
+ " win32" ,
36
+ " linux" ,
37
+ " darwin"
38
+ ],
39
+ "cpu" : [
40
+ " x64"
41
+ ],
31
42
"main" : " dist/index.js" ,
32
43
"types" : " dist/index.d.ts" ,
33
44
"type" : " module" ,
77
88
"rollup-plugin-dts" : " ^3.0.1" ,
78
89
"typescript" : " ^4.2.3"
79
90
}
80
- }
91
+ }
You can’t perform that action at this time.
0 commit comments