Skip to content

Commit

Permalink
Release v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 21, 2022
1 parent e4ae7ce commit 1439375
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.29.1 (2022-11-21)

* Enhancements
* Add optional function annotations
* Support media print on stylesheets
* Add download ePub link to footer
* Support extras for Erlang
* Add tooltip to functions on sidebar
* Disable spellcheck and autocorrect on search input

* Bug fix
* Special handle functions called `record/*` in Erlang

* Deprecations
* Rename `:groups_for_functions` to `:groups_for_docs`

## v0.29.0 (2022-10-19)

* Enhancements
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions lib/mix/tasks/docs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ defmodule Mix.Tasks.Docs do
be a keyword list or a function returning a keyword list that will
be lazily executed.
* `:annotations_for_docs` - a function that receives metadata and returns a list
of annotations to be added to the signature.
* `:api_reference` - Whether to generate `api-reference.html`; default: `true`.
If this is set to false, `:main` must also be set.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.29.0"
@version "0.29.1"

def project do
[
Expand Down

0 comments on commit 1439375

Please sign in to comment.