-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.pod6
387 lines (274 loc) · 7.14 KB
/
CHANGELOG.pod6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
=TITLE CHANGES
=head1 Upcoming
=head1 0.0.45
# @podlite/editor-react@0.0.31
- fix `=table` caption position
- syntax highlighting for source code
# @podlite/publisher@0.0.6
- implement resolvers for `=include` block
# @podlite/schema@0.0.25
- added initial support for `=include` block
# @podlite/to-jsx@0.0.29
- handle `=include` block
- Removed alignment for Markdown table headers
=head1 0.0.44
# @podlite/publisher@0.0.5
- initial support for `=Include` blocks and Selectors (https://podlite.org/specification#Selectors)
- add support for embeded data using `=data` block
- refactor existed and added new plugins:
- docs-injector-plugin
- dump-pages-plugin
- include-resolve-plugin.spec
- prev-next-plugin
=head1 0.0.43
# Added support for alignment in markdown tables
# @podlite/markdown@0.0.16
- added alignment for column contents ( #9 )
# @podlite/publisher@0.0.4
- add template configuration attribute for site: `:templateFile<file path>`
- fix publishRecord
# @podlite/schema@ 0.0.23
- added alignment for column contents
# @podlite/to-jsx@0.0.27
- render tables with align
=head1 0.0.42
# @podlite/publisher@0.0.3
- minor fixes
=head1 0.0.41
# @podlite/markdown@0.0.14
- avoid add `caption` element if title empty
# @podlite/publisher@0.0.1
- plugins :breadcrumb-plugin, links-plugin, terms-index-plugin
- support tempating for docs
- fix processing templates
- add helper `isExistsDocBlocks`
# @podlite/schema@0.0.21
- improve caption element
=head1 0.0.40
# @podlite@0.0.32
- fix api types
# @podlite/schema@0.0.19
- fix schema for `L<>`
=head1 0.0.39
# @podlite@0.0.32
- add `=formula`, `F<>` support
# @podlite/to-jsx@0.0.23
- add support for `:nested` attribute for `=para` (podlite/podlite-specs#9)
- add support for HTML named entities reference (podlite/podlite-specs#9)
# @podlite/diagram@0.0.23
- fix react component
# @podlite/formula@0.0.1
- implement formulas using MathJax library
# @podlite/schema@0.0.19
- add `=formula`, `F<>` support
- implement html named entities support
# @podlite/editor-react@0.0.25
- add formulas support
- fix scrolling
# @podlite/markdown@0.0.12
- implement inline `$...$` and block `$$...$$` formulas
# @podlite/toc@0.0.12
- implement `:caption`
=head1 0.0.38
# @podlite/toc@0.0.11
-fix linking toc items
# @podlite/to-jsx@0.0.11
- implement notification blocks
# @podlite/schema@0.0.18
- fix =toc links #6
- fix :allow context for nested blocks
- improved support for parentheses for markup codes
# @podlite/editor-react@0.0.24
- add default cursor position for `code` snippet
- add support for notification blocks
=head1 0.0.37
# @podlite/editor-react@0.0.23
- add default cursor position for `code` snippet
# @podlite/schema@0.0.17
- fix linking when publish
- fix types for L<> code
# @podlite/toc@0.0.10
-fix linking toc items
=head1 0.0.36
- going to use =Mermaid instad of =Diagaram
- add `=picture`
# @podlite/editor-react@0.0.22
- support for `=Mermaid` block
- add text search in document / cmd-F
- support for `=picture` block
- fix detect markdown context for suggestions
# @podlite/image@0.0.15
- support for `=picture` block
# @podlite/markdown@0.0.9
- implement `mermaid` support
# @podlite/schema@0.0.16
- support for `=picture` block
=head1 0.0.35
- fix packages build
=head1 0.0.34
# @podlite/toc@0.0.7
- `=toc` now is standard block
# @podlite/editor-react@0.0.16
- add Markdown block suggestion
- save virtual margin for suggestions
# @podlite/schema@0.0.14
- fix parse `=alias` and `=config` directives
- improve brackets support for C<> and L<> codes
- support for `=toc` block
- support for `=markdown` block
# @podlite/markdown@0.0.7
- `=markdown` now is standard block
# @podlite/editor-react@0.0.20
- support for `=toc` block
- support for `=markdown` block
=head1 0.0.33
- refactor tests
- update deps
- overal project updates
=head1 0.0.32
# @podlite/0.0.25
- improve blocks linking
# @podlite/schema@0.0.11
- add helpers,
- fix parser's grammars
- add tests
- update deps
=head1 0.0.31
# @podlite/0.0.24
- clean source
=head1 0.0.30
# @podlite/markdown@0.0.4
- fix export
=head1 0.0.29
# @podlite/diagram@0.0.15
- support toJSX schema
# @podlite/image@0.0.10
- refactor
# @podlite/schema@0.0.11
- extend API by context for react component wrap function
# @podlite/to-jsx@0.0.15
- refactor logic for plugins
=head1 0.0.28
# @podlite/0.0.22
- update build
=head1 0.0.27
# @podlite/markdown@0.0.2
- update build
=head1 0.0.26
# @podlite@0.0.21
- add =Markdown plugin
- update API for plugins
# @podlite/editor-react@0.0.16
- add Markdown block suggestion
- save virtual margin for suggestions
# @podlite/schema@0.0.10
- add Strikethrough inline element support
- add JSX handler for plugins
=head1 0.0.25
# @podlite@0.0.16
- update depends
# @podlite/diagram@0.0.12
- handle run under node
=head1 0.0.24
# @podlite/diagram@0.0.12
- error handling improved
=head1 0.0.23
- fix npm
=head1 0.0.22
-fix build time deps
=head1 0.0.21
@podlite/editor-react@0.0.15
- fix css for video
@podlite/schema@ 0.0.8
- fix null elements in AST
# @podlite/to-jsx@0.0.11
- use <video> tags for mov/mp4 media
=head1 0.0.20
# @podlite/editor-react@0.0.14
- fix Toc suggestion
=head1 0.0.19
# @podlite@0.0.16
- update depends
# @podlite/editor-react@0.0.13
- fix Toc suggestion
# @podlite/to-jsx@0.0.10
- fix id for =table
=head1 0.0.18
# @podlite@0.0.15
- update depends
# @podlite/diagram@0.0.10
- fix depends
=head1 0.0.17
# @podlite@0.0.14
- update depends
# @podlite/to-jsx@0.0.9
- fix npm
=head1 0.0.16
# @podlite/diagram@0.0.9
- fix npm
=head1 0.0.15
# @podlite@0.0.13
- fix npm
=head1 0.0.14
- update pod6 to v0.0.43
# @podlite@0.0.12
- add id prop to AST Schema
- add =Toc plugin
# @podlite/diagram@0.0.8
- add :caption, :id support
- upgrade mermaid to 8.12.1
# @podlite/editor-react@0.0.12
- add caption, toc styles support
- change search suggestions sorting
- add =Toc related suggestions
- add suggestions: code block with formatting
- fix snippets
- update build system
# @podlite/image@0.0.8
- add :link attribute support
- change =Image format ( use text after image link as caption)
- add :caption support
- udpdate package
# @podlite/schema@ 0.0.7
- add ast interator module (ast-inerator)
- add AST nodes for image and caption objects, add mkImage and mkCaption helpers
- add mkBlockItem, getTextContentFromNode and query blocks from AST helpers
- add id prop to Node type
- toc elements support
# @podlite/to-jsx@0.0.8
- add support for =Image
- add caption for =Diagram
- add support for id html attribute
# @podlite/diagram@0.0.1
- initial release
- implement Table of conents =Toc block
- add support :caption for =table
=head1 0.0.13
=item small bug fixes
=head1 0.0.12
=item update deps
=head1 0.0.11
=item update deps
=head1 0.0.10
=item update deps
=head1 0.0.9
=item parallel build
=head1 0.0.8
=item update deps
=head1 0.0.7
=item update deps
=head1 0.0.6
=item update deps
=head1 0.0.5
=item convert to monorepo
=head1 0.0.4
=item export utility functions
=item add locations to para and heading nodes
=item add type defs
=head1 0.0.3
=item enhance md to ast converter
=head1 0.0.2
=item add markdown to pod6 converters
=item add markdown to AST converter
=head1 0.0.1
=item Initial release