All Versions
90
Latest Version
Avg Release Cycle
34 days
Latest Release
994 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.14.2 Changes
Enhancements
- Automatically generate documentations links to any of your dependencies (by default links to hexdocs.pm but allows the URL to be configured)
- Allow documentation to be generated to Erlang modules
Bug fixes
- Make sure "Top" is not included twice on pages
-
v0.14.1 Changes
- Bug fixes
- Include "Top" link in pages with no headings
- Include "Top" link in modules with no docs
- Bug fixes
-
v0.14.0 Changes
Enhancements
- Add support for the epub formatter
- Support extraction from
<h2>
headers out of the settext format
Layout changes
- Indent documentation inside the function/macro/type/callback header
- Style types the same way as function/macro/callback and include a link to the source
- Increase font-sizes in the sidebar and code snippets
- Move the specs definition inside the function/macro/type/callback header and make better use of vertical space
- Use a gradient on the sidebar to avoid sudden cut-off when scrolling the modules list
- Fix the use of the back-button in some browsers
- Allow the whole sidebar to be navigated without moving away from the current page. Expand (+) and collapse (-) buttons have been added to aid exploration
- Numerically order pages/guides headers
-
v0.13.2 Changes
- Bug fixes
- Avoid scrollbar from appearing on all code snippets
- Bug fixes
-
v0.13.1 Changes
Enhancements
- Autolink Elixir's stdlib modules and functions
- Show callbacks in search results
- Reduce size taken by font-sizes
- Increase size for headings in the moduledoc
Bug fixes
- Fix opened sidebar on small screens
- Allow horizontal scrolling for code snippets on small screens
-
v0.13.0 Changes
Bug fixes
- Fix issue where docs would fail when being built on Erlang 19
- Store templates in
priv
rather than inlib
Backwards incompatible changes
- Require Elixir ~> v1.2
-
v0.12.0 Changes
Enhancements
- Remove warnings when running on Elixir v1.3
- Support for
@optional_callbacks
- Improve styling for nested lists
- Include earmark as a default dependency
Bug fixes
- Fix many styling and performance front-end related bugs
-
v0.11.5 Changes
Enhancements
- Support canonical URLs
Bug fixes
- Autolink now allows digits in function names
- Sort specs by line to preserve ordering
- Focus on content element on document ready
- Remove ligature fix on Firefox and Safari as Google Fonts have been updated
-
v0.11.4 Changes
- Bug fixes
- Fix ligature issues in recent browsers
- HTML escape headers
- Avoid warning on Elixir master (v1.3)
- Bug fixes
-
v0.11.3 Changes
- Bug fixes
- Fix a regression where the sidebar wouldn't stick on small screens
- Bug fixes