asciidocsy-jekyll-theme 0.3.0.pre.rc1 → 0.3.0.pre.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/release-hx.asciidoc +1 -1
- data/lib/asciidocsy/data/releases.yml +47 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a048c26ef6e7972914dbd250ebba3ee44114cdbc3113ec8f226dd143ef512b14
|
4
|
+
data.tar.gz: 58c734b77f29bcad84c5512b5079c01dd23c5cb956af0004ac5b4411e3d628ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 671e7d51dd668bc70d151b5438be764574180becfc1110324e97c92f3ccb0165a52e023ef2f033d794037eef32aec6fe44fa3aa2076597e175892771600ea523
|
7
|
+
data.tar.gz: dffab00b75a3308c3c0c4a25f508e55f7f039dda00871a84d641b291586103493719ea85fa95205e7e3c3e2df21d0ecb4fa43957443c8a03126ea59856ba1d56
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{%- assign config = site.data.theme.release-hx %}
|
2
|
-
{%- assign hx
|
2
|
+
{%- assign hx = include.history | default: site.data.subjects.asciidocsy.releases %}
|
3
3
|
{%- assign cats = include.categories | default: config.cats %}
|
4
4
|
{%- assign parts = include.parts | default: config.parts %}
|
5
5
|
{%- assign types = include.types | default: config.types %}
|
@@ -2,8 +2,53 @@
|
|
2
2
|
# LATEST TO OLDEST
|
3
3
|
revisions:
|
4
4
|
|
5
|
-
- code: 0.3.0-
|
6
|
-
date: 2021-09-
|
5
|
+
- code: 0.3.0-rc2
|
6
|
+
date: 2021-09-21
|
7
|
+
memo: |
|
8
|
+
The third minor release of AsciiDocsy refactors the engire theme as a proper Ruby gem!
|
9
|
+
Now you can modify and extend AsciiDocsy while staying in-sync with the upstream releases.
|
10
|
+
There is some disruption involved -- see <</docs/theme/setup/upgrade-0-3-0,Upgrading to 0.3.0>> for full details.
|
11
|
+
work:
|
12
|
+
-
|
13
|
+
tick:
|
14
|
+
hash:
|
15
|
+
type: improvement
|
16
|
+
part: backend
|
17
|
+
summ: Converted styles to Sass
|
18
|
+
tags: [breaking]
|
19
|
+
note: |
|
20
|
+
|
21
|
+
docs:
|
22
|
+
- xref: /docs/theme/extend
|
23
|
+
text: Extending the Theme
|
24
|
+
-
|
25
|
+
tick:
|
26
|
+
hash:
|
27
|
+
type: improvement
|
28
|
+
part: backend
|
29
|
+
summ: Repackaged theme as Ruby gem
|
30
|
+
tags: [breaking]
|
31
|
+
note: |
|
32
|
+
|
33
|
+
docs:
|
34
|
+
- xref: /docs/theme/setup/upgrade-0-3-0
|
35
|
+
text: Upgrading to AsciiDocsy 0.3.0
|
36
|
+
|
37
|
+
-
|
38
|
+
tick:
|
39
|
+
hash:
|
40
|
+
type: improvement
|
41
|
+
part: documentation
|
42
|
+
summ: Moved docs-site definitions to separate repo
|
43
|
+
note: |
|
44
|
+
While the source of AsciiDocsy technical documentation remains in the AsciiDocsy theme repo under `_docs/`, and the attributes-data source has moved to `lib/asciidocsy/data/`, the files that configure the AsciiDocsy documentation deployment have moved to a distinct repo.
|
45
|
+
|
46
|
+
This move was mainly to model a proper docs-as-code deployment chain for the AsciiDocsy docs themselves.
|
47
|
+
The AsciiDocsy theme repository is treated as a Git submodule of that documentation repo, so the docs repo always has ready access to the documentation and data directories of the subject repo.
|
48
|
+
docs:
|
49
|
+
- xref: /docs/theme/setup/upgrade-0-3-0
|
50
|
+
text: Upgrading to AsciiDocsy 0.3.0
|
51
|
+
|
7
52
|
|
8
53
|
- code: 0.2.0
|
9
54
|
date: 2021-07-21
|