AsciiDocsy Release History (Converse)
This is an alternate version of the AsciiDocsy Release History, generated by ReleaseHX, a component of AsciiDocsy. ReleaseHX is fully open source, and you are welcome to use it in your project. This page is to demonstrate the transformational power of ReleaseHX, but in our case it is not an optimal arrangement for reviewing the actual release history of AsciiDocsy. |
Version 0.3.0, 2021-09-21
The third minor release of AsciiDocsy refactors the entire theme as a proper Ruby gem! Now you can modify and extend AsciiDocsy while staying in-sync with the upstream releases. There is some disruption involved — see Upgrading to 0.3.0 for full details. |
The following flag appears in this release. Breaking |
Release Notes for v0.3.0
Addition changes in v0.3.0
No special notes for addition changes in this release.
Improvement changes in v0.3.0
Repackaged theme as Ruby gem
AsciiDocsy can now be installed as a gem.
Add it to your Gemfile under :jekyll_plugins
and indicate the theme in the site.theme
parameter.
See the docs for details.
docs | |
tags |
Breaking |
ticket | |
commit |
Converted styles to Sass
All Bootstrap and AsciiDocsy CSS is now sourced as Sass under the _sass/
path.
docs | |
tags |
Breaking |
ticket | |
commit |
Moved docs-site definitions to separate repo
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.
This move was mainly to model a proper docs-as-code deployment chain for the AsciiDocsy docs themselves. 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.
The new repo is at: https://github.com/DocOps/asciidocsy-docs-www
docs | |
ticket |
Deprecation changes in v0.3.0
No special notes for deprecation changes in this release.
Removal changes in v0.3.0
No special notes for removal changes in this release.
Bugfix changes in v0.3.0
No special notes for bugfix changes in this release.
Version 0.2.1, 2021-08-22
Front-end cleanup and dropping the |
The following flag appears in this release. Deprecation |
Release Notes for v0.2.1
Addition changes in v0.2.1
No special notes for addition changes in this release.
Improvement changes in v0.2.1
No special notes for improvement changes in this release.
Deprecation changes in v0.2.1
No special notes for deprecation changes in this release.
Removal changes in v0.2.1
No special notes for removal changes in this release.
Bugfix changes in v0.2.1
Removed Iconic from skins selection list
Because the Iconic skin imposed an ugly box under the page header that was not obviously fixable, Iconic will no longer be an option for users to select in the AsciiDocsy demo site skin changer.
The Iconic skin source itself may be removed as early as v0.3.0.
Mostly this note was just an excuse to use the deprecation
tag, also added in this release.
Fixed Docs link feature in Changelog entries
Changelog entries with one and only one doc link will now hyperlink directly to that doc URL.
Those with 2 or more doc entries still link to the Release Note entry for the same change, but now all changes with 2+ doc entries will always appear under Release Notes, even if they have no note
property, so their multiple docs links can appear.
commit |
Changelog
Frontend
wrench[] |
Added the obligitory Algolia logo to search forms |
|
wrench[] |
Stopped the top navbar from scrolling at mobile widths |
|
wrench[] |
Removed Iconic from skins selection list |
|
wrench[] |
Eliminated scrolling of right sidebar in shorter browsers |
|
wrench[] |
Added optional labels, icons to button-based handlers |
|
wrench[] |
Fixed ticket-link template rendering in ReleaseHx |
|
wrench[] |
Fixed Docs link feature in Changelog entries |
Version 0.2.0, 2021-07-21
This release introduces a suite of version-handling features as well as a new theme configuration system and experimental ReleaseHx templates. Several bugfixes are also included. |
The following flags appear in this release. Breaking Experimental |
Release Notes for v0.2.0
Addition changes in v0.2.0
Added version-handling features and config system
A full suite of versioning options now enables amending the DOM, swapping tokens, toggling classes, and tabbing panes. Also resolves Issue #9.
docs | |
tags |
Breaking |
ticket | |
commit |
Added ReleaseHx “release history” templates
AsciiDocsy provides a templates and a YAML format for generating release notes and/or a changelog. If you are reading this as HTML or PDF, you are most likely looking at one such generated release history, for AsciiDocsy itself. Documentation is forthcoming; this feature may change without notice prior to 1.0.
tags |
Experimental |
commit |
Started reporting Release History for AsciiDocsy
The flagship implementation of the ReleaseHx minimum-viable product is the AsciiDocsy Release Notes and Changelog itself.
docs | |
commit |
Improvement changes in v0.2.0
Refactored the theme config system, moving from site
scope to site.data
scope
A full suite of versioning options now enables amending the DOM, swapping tokens, toggling classes, and tabbing panes.
docs | |
tags |
Breaking |
ticket | |
commit |
Deprecation changes in v0.2.0
No special notes for deprecation changes in this release.
Removal changes in v0.2.0
No special notes for removal changes in this release.
Bugfix changes in v0.2.0
No special notes for bugfix changes in this release.
Changelog
Frontend
wrench[] |
Fixed “peel” (“print-friendly”) function/page-link |
|
wrench[] |
Widened footer, removed unwanted margins |
|
wrench[] |
Fix handling of |
Content
plus-circle[] |
Added version-handling features and config system |
|
plus-circle[] |
Added ReleaseHx “release history” templates |
Backend
magic[] |
Refactored the theme config system, moving from |
|
wrench[] |
Started tracking |
Version 0.1.1, 2021-05-26
A few promised fixes, nothing backward incompatible. |
Release Notes for v0.1.1
Addition changes in v0.1.1
No special notes for addition changes in this release.
Improvement changes in v0.1.1
No special notes for improvement changes in this release.
Deprecation changes in v0.1.1
No special notes for deprecation changes in this release.
Removal changes in v0.1.1
No special notes for removal changes in this release.
Bugfix changes in v0.1.1
Split search into 2 indices as was already indicated in UI
Both searches were drawing off the same index, so we switched them up into site search and subject search.
commit |
Changelog
Frontend
wrench[] |
Fixed Navgoco (subject) menu highlights |
|
wrench[] |
Fixed semantic term icon spin feature |
Docs
magic[] |
Improved the install instructions with basic Netlify deployment option |
Version 0.1.0, 2021-05-19
This first release of AsciiDocsy has a long way to go, but it is already more mature than many Jekyll docs themes. |
Release Notes for v0.1.0
Addition changes in v0.1.0
Added initial technical documentation.
Basic documentation site uses AsciiDocsy theme under _docs/ directory. Also introduces rudimentary Config API reference platform/DSL.
docs | |
commit |
Improvement changes in v0.1.0
No special notes for improvement changes in this release.
Deprecation changes in v0.1.0
No special notes for deprecation changes in this release.
Removal changes in v0.1.0
No special notes for removal changes in this release.
Bugfix changes in v0.1.0
No special notes for bugfix changes in this release.