Releases: DannyBen/madness
Releases · DannyBen/madness
v1.2.2
What's Changed
- Add support for a lowercase
readme.md
as an index file by @zoumingzhe and @DannyBen in #186 - Drop support for Ruby 3.0 by @DannyBen in #187
- Modify code block style and remove copy button in favor of a code click by @zoumingzhe and @DannyBen in #188
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- Update breadcrumbs href with a trailing slash by @franzinc and @DannyBen in #175
- Fix inline Table of Contents invalid parsing of code blocks by @franzinc and @DannyBen in #176
- Refactor
InlineTableOfContents
by @xorguy and @DannyBen in #177 - Add pandoc as an alternative renderer by @DannyBen in #179
- Fix diacritics in header IDs (slugs) by @adambartyzal and @DannyBen in #159
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
Drop support for Ruby 3.0by @DannyBen in #165- Revert dropping of support for Ruby 3.0 by @DannyBen in #170
- Add support for named directory cover pages by @Alzarath and @DannyBen in #169
- Add support for mixed sort order by @carvalhoj3 and @DannyBen in #171
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Add
rackup
as a dependency by @xorguy and @DannyBen in #164 - Feature: add json schema by @EmilyGraceSeville7cf in #150
- Add runfile task and workflow test for JSON schema by @DannyBen in #152
- Fix: errors in schema by @EmilyGraceSeville7cf in #153
- Feature: better validation by @EmilyGraceSeville7cf in #154
- Add doc references by @EmilyGraceSeville7cf in #157
- Add test to ensure headings with diacritics get the correct href and ID by @DannyBen in #160
- Allow Sinatra 4 by @DannyBen in #162
Full Changelog: v1.1.2...v1.1.4
v1.1.2
v1.1.1
v1.1.0
v1.0.0
This is the first major release, with some minor breaking changes.
Breaking Changes
- Update in-page TOC: It now requires #-style headers to function, and allows setting a custom header
- Markdown inside
<div>
will no longer be rendered. - Remove some styling related command line flags by @DannyBen in #135
Other Changes
- Increase sidebar width by 50px
- Change icons
- Switch from Commonmarker to RedCarpet renderer
- Change landing page by @DannyBen in #134
- Remove support for line numbers in syntax highlighting by @DannyBen in #136
- Refactor CSS with color variables by @DannyBen in #137
- Refactor command line interface by @DannyBen in #138
- Add
madness config show
command by @DannyBen in #139 - Add
madness theme css
command to copy the public css by @DannyBen in #140 - Update
colsole
to>= 0.8.1
by @DannyBen in #141 - Add support for CSS partials and 'madness theme colors' command by @DannyBen in #142
Full Changelog: v0.9.9...v1.0.0