All Versions
90
Latest Version
Avg Release Cycle
34 days
Latest Release
689 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.27.1 Changes
January 11, 2022- Bug fixes
- Several usability fixes on the new layout
- Keep page ordering
- Bug fixes
-
v0.27.0 Changes
January 11, 2022- Enhancements
- Introduce new sidebar design
- Add
--quiet
option to CLI - Support multiple formatters in the CLI
- Show structs as
%Struct{}
instead of__struct__
in the sidebar - Point Erlang links to
www.erlang.org
instead oferlang.org
- Improvements to the night mode and styling
- Enhancements
-
v0.26.0 Changes
November 21, 2021Backwards incompatible changes
:filter_prefix
has been renamed to:filter_modules
and supports anonymous functions:source_ref
now defaults to"main"
- Dropped support for smartypants in Markdown
Bug fixes
- Do not warn on links to sections
Enhancements
- Add copy button to code snippets
- Add
translate="no"
to the relevant attributes to improve interoperability with automatic translation tools - Support optional module annotations
- Introduce a settings modal to group most of configuration
- Allow customizing the Livebook expansion URL
- Provide documentation on how to render plugins such as Katex, VegaLite, and Mermaid
-
v0.26.0-dev Changes
Backwards incompatible changes
:filter_prefix
has been renamed to:filter_modules
and supports anonymous functions:source_ref
now defaults to"main"
- Dropped support for smartypants in Markdown
Bug fixes
- Do not warn on links to sections
Enhancements
- Add copy button to code snippets
-
v0.25.5 Changes
October 20, 2021- Bug fixes
- Do not duplicate API Reference title
- Update assets for Livebook badge functionality
- Bug fixes
-
v0.25.4 Changes
October 20, 2021Enhancements
- Add source link to pages in
:extras
- Add "Run in Livebook" badge to
.livemd
pages in:extras
- Add source link to pages in
Bug fixes
- Do not generate entries for private Erlang functions
- Do not trim
?
and!
from Elixir tokens on search
Incompatible changes
- Remove unused
:source_root
option
- Remove unused
-
v0.25.3 Changes
September 21, 2021Enhancements
- Track user preference for sidebar state
Bug fixes
- Do not double escape page titles on the sidebar
- Do not fail when documenting cover compiled modules
- Don't crash upon doc chunks for unknown beam languages
-
v0.25.2 Changes
September 02, 2021- Enhancements
- Add support for Livebook's
.livemd
Markdown files - Preload all applications starting with
makeup_
before doc generation - Add Hex package config and display "Find on Hex" footer links
- Add support for Livebook's
- Enhancements
-
v0.25.1 Changes
August 02, 2021Enhancements
- Supporting grouping of callbacks
- Use shell lexer for code blocks with no language and starting with
$
Bug fixes
- Fix generating type signatures with maps
- Skip Erlang modules that have empty docs
- Skip Erlang functions that have empty docs
- Fix accidentally showing shape of opaque types
-
v0.25.0 Changes
July 20, 2021Enhancements
- Handle remote types when generating signatures, e.g.
@callback callback1(GenServer.options())
becomescallback1(options)
- Support Markdown processor options
- Add
--paths
command line argument to prepend directories to the code path when generating docs - Make shell prompt,
$
, not selectable forshell
,sh
,bash
andzsh
code blocks
- Handle remote types when generating signatures, e.g.
Bug fixes
- Fix custom links to undefined/hidden references
- Fix generating external links with
:deps
configuration - Add ellipsis to more sections
Backwards incompatible changes
- Remove function landing pages