@zbryikt/template 2.3.28 → 2.3.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +246 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,246 @@
1
+ # Change Log
2
+
3
+ ## v2.3.32
4
+
5
+ - bump @plotdb/srcbuild version for libLoader bug fixing
6
+
7
+
8
+ ## v2.3.31
9
+
10
+ - bump @plotdb/srcbuild version for bundler relative path feature
11
+
12
+
13
+ ## v2.3.30
14
+
15
+ - bump @plotdb/srcbuild version for stylus dependency and script option bug fixing
16
+
17
+
18
+ ## v2.3.29
19
+
20
+ - bump @plotdb/srcbuild version for script and css loading bug fixing
21
+
22
+
23
+ ## v2.3.28
24
+
25
+ - bump @plotdb/srcbuild version for natively supporting script and css loading
26
+
27
+
28
+ ## v2.3.27
29
+
30
+ - bump @plotdb/srcbuild version for bundler bug fixing
31
+
32
+
33
+ ## v2.3.26
34
+
35
+ - bump @plotdb/srcbuild version for disabling js compression in minification
36
+
37
+
38
+ ## v2.3.25
39
+
40
+ - bump @plotdb/srcbuild version for js minifying compression issue
41
+
42
+
43
+ ## v2.3.24
44
+
45
+ - bump @plotdb/srcbuild version for log removal
46
+
47
+
48
+ ## v2.3.23
49
+
50
+ - bump @plotdb/srcbuild version for builder update
51
+
52
+
53
+ ## v2.3.22
54
+
55
+ - bump @plotdb/srcbuild version for tweaking pug generation
56
+ - add legacy / deprecated notes for cfgfile
57
+ - add `lsp` option in config
58
+
59
+
60
+ ## v2.3.21
61
+
62
+ - bump @plotdb/srcbuild version for bug fixing
63
+
64
+
65
+ ## v2.3.20
66
+
67
+ - bump @plotdb/srcbuild version for bug fixing
68
+
69
+
70
+ ## v2.3.19
71
+
72
+ - bump @plotdb/srcbuild version for resolving module from basedir in ext/pug
73
+
74
+
75
+ ## v2.3.18
76
+
77
+ - bump stylus and @plotdb/srcbuild version for removing deprecated dependencies
78
+
79
+
80
+ ## v2.3.17
81
+
82
+ - bump `@plotdb/srcubild` version to 0.0.18 for livescript building failed issue
83
+
84
+
85
+ ## v2.3.16
86
+
87
+ - upgrade `@plotdb/srcbuild` for `json` reading feature
88
+
89
+
90
+ ## v2.3.15
91
+
92
+ - upgrade `@plotdb/srcbuild` for bug fixing
93
+
94
+
95
+ ## v2.3.14
96
+
97
+ - upgrade `path-parse` for resolving ReDoS vulnerability
98
+ - upgrade `@plotdb/srcbuild` for supporting glslify transformation of lsc files
99
+
100
+
101
+ ## v2.3.13
102
+
103
+ - upgrade `@plotdb/srcbuild` for new pug api
104
+
105
+
106
+ ## v2.3.12
107
+
108
+ - fix module interface issue by removing non-existed dependency
109
+
110
+
111
+ ## v2.3.11
112
+
113
+ - upgrade `@plotdb/srcbuild` to `0.0.13` for fixing view/pug -> ext/pug parameter passing issue
114
+
115
+
116
+ ## v2.3.10
117
+
118
+ - upgrade `@plotdb/srcbuild` to `0.0.12` for fixing base, desdir and bundling path log bug
119
+
120
+
121
+ ## v2.3.9
122
+
123
+ - add `debug` level in default logger.
124
+ - update `@plotdb/srcbuild` for view engine bug fixing
125
+ - remove builtin pug view engine
126
+ - remove useless `watch.ls`
127
+
128
+
129
+ ## v2.3.8
130
+
131
+ - skipped version due to typo
132
+
133
+
134
+ ## v2.3.7
135
+
136
+ - update `@plotdb/srcbuild`
137
+
138
+
139
+ ## v2.3.6
140
+
141
+ - update `@plotdb/srcbuild` for dependencies tracking bug fix
142
+
143
+
144
+ ## v2.3.5
145
+
146
+ - update `@plotdb/srcbuild` for bundling support
147
+
148
+
149
+ ## v2.3.4
150
+
151
+ - update `@plotdb/srcbuild` for bug fixing
152
+
153
+
154
+ ## v2.3.3
155
+
156
+ - enable i18n only if i18n in option is defined.
157
+
158
+
159
+ ## v2.3.2
160
+
161
+ - upgrade `@plotdb/srcbuild` for bug fixing
162
+ - add test case for special pug include path rule
163
+
164
+
165
+ ## v2.3.1
166
+
167
+ - update `@plotdb/srcbuild` for pug path bug fix
168
+ - add test case for pug inclusion and extend
169
+ - fix bug: lsp should use '.' instead of
170
+
171
+
172
+ ## v2.3.0
173
+
174
+ - use `@plotdb/srcbuild` for source code building
175
+ - remove local source code building codes
176
+
177
+
178
+ ## v2.2.4
179
+
180
+ - fix bug: incorrect path resolving in customized resolve plugin
181
+ - use local js instead of npx for running local script
182
+ - add test case for relative / absolute path inclusion
183
+
184
+
185
+ ## v2.2.3
186
+
187
+ - fix bug: pug dependency path resolving incorrect
188
+
189
+
190
+ ## v2.2.2
191
+
192
+ - fix bug: pug malformat crashes the whole server
193
+
194
+
195
+ ## v2.2.1
196
+
197
+ - fix bug: update of dependencies doesn't trigger pug file's rebuilding.
198
+ - calculate pug dependencies based on pug native function
199
+
200
+
201
+ ## v2.2.0
202
+
203
+ - add module / static path for including pug files
204
+
205
+
206
+ ## v2.1.10
207
+
208
+ - trim i18n key when use to prevent confusion
209
+
210
+
211
+ ## v2.1.9
212
+
213
+ - add `intlbase` pug function for wrapping url with i18n base.
214
+
215
+
216
+ ## v2.1.8
217
+
218
+ - tweak build script.
219
+ - add `-p` / `--port` option for assigning port to listen.
220
+
221
+
222
+ ## v2.1.7
223
+
224
+ - support auto-open functionality with option `-o` or config `open`. default false ( suppressed )
225
+
226
+
227
+ ## v2.1.6
228
+
229
+ - fix bug: we should require scoped packages with their full name.
230
+
231
+
232
+ ## v2.1.5
233
+
234
+ - use dependency debounce.js from npm instead of github.
235
+
236
+
237
+ ## v2.1.4
238
+
239
+ - remove LiveScript header comment.
240
+ - add lson format support.
241
+ - upgrade from `LiveScript 1.3` to `livescript 1.6` for json support.
242
+ - update build script to adopt livescript 1.3 -> 1.6 change.
243
+
244
+ ## v2.1.3
245
+
246
+ - make web root customizable and formalize server arguments.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "license": "MIT",
5
5
  "main": "bin/lib/index.js",
6
6
  "description": "simple, quick template for bootstrap a page",
7
- "version": "2.3.28",
7
+ "version": "2.3.32",
8
8
  "files": [
9
9
  "bin/**/*"
10
10
  ],
@@ -21,8 +21,8 @@
21
21
  "start": "./bin/cli.js -o true"
22
22
  },
23
23
  "dependencies": {
24
- "@loadingio/debounce.js": "0.0.1",
25
- "@plotdb/srcbuild": "^0.0.30",
24
+ "@loadingio/debounce.js": "^0.0.1",
25
+ "@plotdb/srcbuild": "^0.0.33",
26
26
  "chokidar": "^3.0.0",
27
27
  "colors": "^1.3.3",
28
28
  "express": "^4.16.4",
@@ -37,8 +37,8 @@
37
37
  "pug": "^3.0.2",
38
38
  "require-reload": "^0.2.2",
39
39
  "stylus": "^0.55.0",
40
- "uglify-js": "=3.2.0",
41
- "uglifycss": "0.0.29",
40
+ "uglify-js": "^3.2.0",
41
+ "uglifycss": "^0.0.29",
42
42
  "yargs": "^16.1.0"
43
43
  },
44
44
  "bin": {