File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 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 2828 "url" : " https://github.com/docd27/rollup-plugin-glsl-optimize/issues"
2929 },
3030 "license" : " MIT" ,
31+ "engines" : {
32+ "node" : " >=14"
33+ },
34+ "os" : [
35+ " win32" ,
36+ " linux" ,
37+ " darwin"
38+ ],
39+ "cpu" : [
40+ " x64"
41+ ],
3142 "main" : " dist/index.js" ,
3243 "types" : " dist/index.d.ts" ,
3344 "type" : " module" ,
7788 "rollup-plugin-dts" : " ^3.0.1" ,
7889 "typescript" : " ^4.2.3"
7990 }
80- }
91+ }
You can’t perform that action at this time.
0 commit comments