All Versions
90
Latest Version
Avg Release Cycle
34 days
Latest Release
548 days ago

Changelog History
Page 3

  • v0.24.2 Changes

    April 06, 2021
    • Enhancements

      • Support stepped range syntax
    • Bug fixes

      • Add spaces on paragraph endings for search results
      • Fix bug defining app name in config
      • Fix rendering void elements (<br> etc)
  • v0.24.1 Changes

    March 22, 2021
    • Bug fixes
      • Fix generating function landing pages
  • v0.24.0 Changes

    March 16, 2021
    • Enhancements

      • Drop jQuery and refactor JavaScript codebase
      • Remove highlight.js in favour of migration to Makeup
      • Change autolink to return both path and hash for the current module
      • Add next/previous at the end of extra pages
      • Improve search input blur handling
      • Update erlang.org/man URL
      • Add function landing page
    • Bug fixes

      • Ignore extensions when generating external links
      • Fix autolink to handle URIs with arbitrary scheme part without warning
      • Fix undefined reference warning for typespecs
      • Fix search click behavior when a suggestion refers the current page
      • Don't crash when we can't format spec
      • Fix HTML escaping
  • v0.23.0 Changes

    October 12, 2020

    Requires Elixir v1.10.

    • Enhancements

      • Improve warnings on broken references
      • Support Elixir v1.12-dev
    • Bug fixes:

      • Respect deps config in autolink
      • Fix html escaping in the sidebar entries
      • Fix retrieving specs for macros with when
      • Raise if none of :name or :app are found in mix.exs
      • Don't crash on code blocks like "A.b.C"
  • v0.22.6 Changes

    September 16, 2020
    • Bug fixes:
      • Properly fix CSS bug on headings
      • Add expansion arrow to sections on sidebar
  • v0.22.5 Changes

    September 13, 2020
    • Bug fixes:
      • Fix CSS bug on headings
  • v0.22.4 Changes

    September 12, 2020
    • Enhancements
      • Improve accessibility and add aria labels
      • Show different title and message for a empty search value
  • v0.22.3 Changes

    July 25, 2020
    • Bug fixes
      • [HTML+EPUB] Remove overlapping functions from defaults
      • [HTML] Don't show tooltip for module sections and non-html files
      • [HTML] Make sure tooltips work with escape ids.
  • v0.22.2 Changes

    July 20, 2020
    • Enhancements

      • [HTML+EPUB] Add support for path dependent markdown autolink (feeddc1)
      • [HTML+EPUB] Improve auto-linking to callbacks and types (12c0a01)
      • [HTML+EPUB] Replace <kbd> with <kbd><kbd> when it represents keys to be hit (bd2b8df)
      • [HTML] Hide sidebar-over-content on click/tap outside it (b050775)
      • [HTML] Redirect to correct file when changing version (0f6f24b)
      • [mix docs] Allow files with no extension in extra files (26b93b6)
      • [mix docs] Link to siblings in an umbrella (b0d6fdd)
      • [mix docs] Switch to earmark_parser. Run mix deps.unlock --unused to remove the now unused earmark dependency. (021c772)
    • Bug fixes

      • [HTML+EPUB] Bring back auto-linking to Kernel and Kernel.SpecialForms (fa174eb)
      • [HTML+EPUB] Escape HTML special characters in signature (5fed479)
      • [HTML+EPUB] Fix auto-linking ./2 and ../2 (2e40acb)
      • [HTML+EPUB] Fix list of basic types to auto-link (6df4a3b)
      • [HTML+EPUB] Make HTML valid (1187ace)
      • [HTML] Escape HTML special characters in sidebar (d26ca71)
      • [HTML] Fix keyboard shortcuts on non US keyboard layouts (829c4ee)
      • [HTML] Fix text overflow in sidebar (a4ff547)
      • [HTML] Handle snake case terms in search results (d511d55)
      • [mix docs] Don't crash on markdown that triggers warning (e7cb79c)
  • v0.22.1 Changes

    May 19, 2020
    • Bug fixes
      • [mix docs] Depend on earmark ~> 1.4.0
      • [mix docs] Don't crash on comments in markdown
      • [mix docs] Don't crash on HTML in markdown