-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
81 lines (37 loc) · 1.91 KB
/
CHANGELOG
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
docslab (0.3.12)
* Export base type of PreludeMap
* Version 0.3.11 was a no-op (no diff with v0.3.10)
-- Scott C. Livingston <[email protected]> Sat, 27 Jul 2024 16:51:14 -0700
docslab (0.3.10)
* Add classes for styling (https://github.com/rerobots/docslab/pull/1)
-- Scott C. Livingston <[email protected]> Sat, 27 Jul 2024 16:22:23 -0700
docslab (0.3.9)
* Support prelude when code is given in HTML
* First release of MkDocs extension
-- Scott C. Livingston <[email protected]> Wed, 24 Jul 2024 20:53:54 -0700
docslab (0.3.8)
* Optional link to repository, declared with `refurl`
* First release of Sphinx extension
* Create `index.all.js` that has dependencies bundled
-- Scott C. Livingston <[email protected]> Sun, 31 Mar 2024 10:13:12 -0700
docslab (0.3.6)
* Move CSS to separate files, instead of JS-embedded
* Add "powered by" link to docslab repository
-- Scott C. Livingston <[email protected]> Tue, 17 Oct 2023 12:15:44 -0700
docslab (0.3.4)
* New option: only show some lines in example code, specified by `lrange` in HTML data- attributes or `lineRange` in prelude blocks.
* More tests; TypeScript strict type checking
* Increase timeout of shell start.
-- Scott C. Livingston <[email protected]> Mon, 09 Oct 2023 22:15:17 -0700
docslab (0.3.1)
* If anonymous ID denied by rerobots, try to get new one.
* Support defining size from stylesheets.
-- Scott C. Livingston <[email protected]> Fri, 01 Sep 2023 12:01:12 -0700
docslab (0.3.0)
* Docusaurus theme to make code blocks with docslab interactive
* Syntax highlighting using a subset of ACE highlighters
* Various improvements to types, style
-- Scott C. Livingston <[email protected]> Tue, 29 Aug 2023 15:45:11 -0700
docslab (0.2.0)
* First release with support for HTML embedding with repository URLs.
-- Scott C. Livingston <[email protected]> Wed, 09 Aug 2023 16:53:24 -0700