Skip to content

Commit 41df85d

Browse files
committed
Release v0.37.0-rc.0
1 parent 02cdab9 commit 41df85d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## v0.37.0-rc.0
3+
## v0.37.0-rc.0 (2025-01-25)
4+
5+
Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
46

57
* Enhancements
68
* Considerably improve page loading times in the browser

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ExDoc is a tool to generate documentation for Erlang and Elixir projects. To see
88

99
ExDoc ships with many features:
1010

11-
* Automatically generates online- and offline-accessible HTML and EPUB documents from your API documentation.
11+
* Automatically generates offline-accessible HTML and EPUB documents from your API documentation.
12+
* When hosted, ExDoc relies on browser's page transitions for better UX, caching, and enhanced accessibility.
1213
* Responsive design, covering phones and tablets.
1314
* Support for custom pages, guides, livebooks and cheatsheets.
1415
* Support for custom grouping of modules, functions, and pages in the sidebar.
@@ -20,7 +21,7 @@ ExDoc ships with many features:
2021
* Go-to shortcut with auto-complete to take the reader to any HexDocs package documentation. (`g` keyboard shortcut.)
2122
* Support for night mode, activated according to the browser preference.
2223
* Tooltips for links to modules and functions, both for the current project and other projects.
23-
* Version dropdown, automatically configured when hosted on HexDocs.
24+
* Version dropdown and "Go to latest" notifications, automatically configured when hosted on HexDocs.
2425

2526
## Usage
2627

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-lang/ex_doc"
5-
@version "0.36.2"
5+
@version "0.37.0-rc.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)