UNPKG

6.96 kBMarkdownView Raw
1##### May 05 2019 v2.0.0
2- and we're back!
3- tested with Node versions 8.x, 10.x, and 11.x.
4- Windows file paths and directory separator support
5- Windows fragment parser support for source files with Windows end-of-line (CRLF) characters
6- major version upgrade to lodash 4.x in pub-util, added aliases for better backward compatibility
7- major version upgrade to marked 0.6.x for commonmark compliance, see new workaround for spaces in field names in marked-forms v2.0.0
8- fixed directory sorting bug in pub-src-fs and pub-src-redis
9- run CI on many modules with tests
10- introduced eslint for major modules
11- don't use package-lock.json per https://github.com/sindresorhus/ama/issues/479#issuecomment-310661514
12- reduced scanning for statics, and default to single level of statics when no pub-config exists.
13- bump dependencies across libraries mostly to address deprecations and security warnings
14- removed support for pub-pkg-spa
15- use HTTPS instead of HTTP for links in readme, docs etc.
16
17##### May 10 2016 v1.10.2
18- output.match filter for filtering on output
19- opts.staticDepth default
20
21##### Feb 02 2016 v1.10.1
22- move pub-ux.js from /server/ to /pub/ (fixes issue introduced in v1.10.0)
23- proper local @data frame for #eachFragment and #eachPage helpers
24- #eachFragment supports /page#fragment prefix pattern
25
26##### Dec 15 2015 v1.10.0
27- add support for pub-pkg-spa in preparation for new editor
28- don't output `pub/*.js` unless opts.editor
29- move socket.io client from pub-ux.js into separate pub-sockets.js
30- remove built-in pub-pager package
31- remove htmlOnly option
32
33##### Dec 03 2015 v1.9.21
34- update pub-src-github, pub-src-fs to handle binaries
35- (pub-src-redis doesn't handle binaries yet)
36
37##### Nov 22 2015 v1.9.20
38- update pager
39- expose generator.debug
40
41##### Nov 22 2015 v1.9.19
42- fix marked-forms dependency (broken in 1.9.17)
43
44##### Nov 22 2015 v1.9.18
45- add pub-pager plugin to package.json
46- NOTE: pub-pager is not compatible with pub-pkg-editor (yet)
47- correct staticRoot computation in initOpts
48- emit log events when watcher detects static or source changes
49- debug pub:server:watch now called debug pub:watch
50
51##### Nov 17 2015 v1.9.17
52- remove generator dependency on marked-images
53- fix relPath bug with generated {{{image}}} links
54
55##### Nov 8 2015 v1.9.16
56- fix ./node_modules/... paths in pub-config with npm3
57
58##### Nov 8 2015 v1.9.15
59- update all dependencies
60- start testing with npm v3.x and node v5.x
61- small fixes for font smoothing, text size adjust, prefer `_.assign`
62
63##### Oct 24 2015 v1.9.14
64- compose CHANGELOG.md
65
66##### Oct 23 2015 v1.9.13
67- change `pub -m` to minify scripts
68- add bablify package
69- jsx auto-convert
70
71##### Oct 19 2015 v1.9.12
72- fix bug in #eachFragment helper
73
74##### Oct 18 2015 v1.9.10
75- fix renderHtml - previous release was bad
76
77##### Oct 16 2015 v1.9.9
78- yet another relPath fix on static-hosted editor
79
80##### Oct 16 2015 v1.9.8
81- yet another relPath fix on static-hosted editor
82
83##### Oct 15 2015 v1.9.7
84- don't output nopublish pages
85
86##### Oct 14 2015 v1.9.6
87- make defaultRenderOpts dynamic, fix fqImages in static editor
88
89##### Oct 14 2015 v1.9.5
90- bump deps, fqImages with route match
91
92##### Oct 5 2015 v1.9.4
93- new pagetree helper
94- add hook for marked highlighting
95- bump font-awesome, generator
96
97##### Sep 27 2015 v1.9.2
98- generator.contentPages
99
100##### Sep 27 2015 v1.9.1
101- renderDocState to support recursive renderPage
102
103##### Sep 26 2015 v1.9
104- migrate from underscore to lodash
105- htmlName support, fix escaping in renderLink
106
107##### Sep 23 2015 v1.8.7
108- proper 404 for .html with params
109- page.category for pageTree
110
111##### Sep 21 2015 v1.8.6
112- latest socket.io for node v4, bump generator
113- pluggable file parser
114- generalize html helper to take markdown text in parameter
115
116##### Sep 9 2015 v1.8.5
117- temporary fix for node.js v4.x
118
119##### Sep 5 2015 v1.8.4
120- include roadmap in readme
121
122##### Aug 26 2015 v1.8.3
123- disable watch in pkgs, add helpers: json, mod, number
124
125##### Aug 14 2015 v1.8.2
126- readme, bump generator
127
128##### Aug 12 2015 v1.8.1
129- readme, filter binaries out of sources
130- don't auto-templatize non-markdown files
131
132##### Aug 10 2015 v1.8
133- run from /subdir on static host, test w/ tape
134- more reliable staticRoot
135
136##### Aug 5 2015 v1.7.23
137- in-editor presentation navigation
138
139##### Aug 4 2015 v1.7.22
140- editor relpath fix, doc print cleanup
141
142##### Aug 4 2015 v1.7.21
143- new helpers for lang, comments, github
144
145##### Aug 4 2015 v1.7.20
146- /pub/?page=url editor url supports static editor with relpaths
147
148##### Jul 30 2015 v1.7.19
149- fix for multi-source shower
150
151##### Jul 30 2015 v1.7.18
152- add -r relPaths option
153
154##### Jul 28 2015 v1.7.17
155- don't force fsEvents - fix Linux watcher, update deps
156- nopublish on fragments - legacy
157
158##### Jul 21 2015 v1.7.16
159- error handling in static client
160
161##### Jul 21 2015 v1.7.15
162- extract serve-sessions, enable static save, output scripts
163
164##### Jul 10 2015 v1.7.14
165- fix debug message in watcher
166
167##### Jul 10 2015 v1.7.13
168- fix pub -O
169
170##### Jul 10 2015 v1.7.12
171- bump deps - esp browserify
172
173##### Jul 6 2015 v1.7.10
174- bump editor
175
176##### Jul 6 2015 v1.7.10
177- bigger edit button
178
179##### Jul 6 2015 v1.7.9
180- fix sessions to get redis opts from env
181
182##### Jul 6 2015 v1.7.8
183- bump deps, add pkg-font-open-sans
184
185##### Jun 18 2015 v1.7.7
186- bump doc theme
187
188##### Jun 11 2015 v1.7.6
189- "save" message
190
191##### Jun 11 2015 v1.7.5
192- fix bug with collision detection
193
194##### Jun 10 2015 v.1.7.4
195- fix opts.pkgName for doc theme
196
197##### Jun 9 2015 v1.7.3
198- update doc theme
199
200##### Jun 8 2015 v1.7.2
201- bump pub-theme-doc
202
203##### Jun 8 2015 v1.7.1
204- bump pub-theme-doc version
205
206##### Jun 7 2015 v1.7
207- default theme = pub-theme-doc, auto-configure statics using output
208- relPaths:true only for outputs, auto-detect fragmentDelim
209
210##### Jun 2 2015 v1.6
211- rename: themes -> pkgs
212
213##### May 30 2015 v1.5.1
214- oops fix highlight dependency version
215
216##### May 29 2015 v1.5
217- inject css & js (deprecate {{pub-ux}})
218- simplified logic for parsing labels
219
220##### May 23 2015 v1.4.3
221- pub cli editor fix
222
223##### May 23 2015 v1.4.2
224- staticOnly takes dir, send content-type text/html for extensionless statics
225
226##### May 22 2015 v1.4.1
227- readme
228
229##### May 22 2015 v1.4
230- `pub -S` staticOnly, indexFile auto-name, src-fs sort
231
232##### May 12 2015 v1.3.2
233- remove pub-ux editor scripts from output
234
235##### May 12 2015 v1.3.1
236- ignoreConfig option
237
238##### May 11 2015 v1.3
239- latest generator and editor
240
241##### May 8 2015 v1.2.1
242- default static file, -O production
243
244##### May 7 2015 v1.2
245- move wrapper divs into generator - affects all layouts
246
247##### May 6 2015 v1.1
248- output with default .html extension
249- improved static server, relPaths
250
251##### May 1 2015 v1.0.6
252- use fs-extra.copy to output static files
253
254##### May 1 2015 v1.0.5
255- more readme
256
257##### May 1 2015 v1.0.4
258- readme for output
259
260##### Apr 30 2015 v1.0.3
261- upgrade generator
262
263##### Apr 28 2015 v1.0.2
264- move files into /server and /images
265- readme addition
266
267##### Apr 28 2015 v1.0
268- first commit