Changelog
*Sourced from [ex_doc's changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md).*
> ## v0.20.0
>
> * Enhancements
> * Rework the search bar to provide autocompletion
> * Provide full-text search
> * Automatically generate documentation for `defdelegate` definitions (requires Elixir v1.8+)
> * Provide keyboard shortcuts (press shift+? to see all available outputs) or click the link at the bottom of the page
> * Add support for versions dropdown to the HTML sidebar. This requires adding a `docs_config.js` (also configurable) that sets a `versionNodes` JavaScript variable.
> * Improve mouseover titles on sidebar navigation
>
> * Bug fixes
> * Do not hide structs in type/callback summary signatures
> * No longer require double click to open up a sidebar on Mobile Safari
> * Keep trailing periods in summaries
> * Fix typespec `arg` number to start from 1 instead of 0
>
> ## v0.19.3
>
> * Enhancements
> * Include a "goto" link on mouseover for expandable menu items
>
> * Bug fixes
> * Always expand menu items, even if has a single child
> * Fix sidebar bottom margin on Firefox
> * Fix anchor links sometimes not working by moving js to html head
> * Unify code styling for makeup and hljs
> * Do not replace the content of custom links pointing to Elixir modules
> * Remove border-left on deprecated to not mistake it with a heading
>
> ## v0.19.2
>
> * Enhancements
> * Allow logo in SVG extension
> * Allow functions to be grouped based on metadata
> * Allow api-reference.html page to be disabled
> * Allow nesting of modules by prefix
> * Autolink `mix help TASK`
> * Warn on undefined remote functions from project's docs
>
> * Bug fixes
> * Sort function names alphabetically in the sidebar
> * Fix search input color
> * Disable earmark smartypants option
>
> ## v0.19.1
>
> * Enhancements
> * Update CSS styles
> * Remove sourcemaps from package
>
> ... (truncated)
Commits
- [`f2c0b07`](https://github.com/elixir-lang/ex_doc/commit/f2c0b07030ac732cf2a577c5fd910df2bdf822ab) Release v0.20.0
- [`a4e60db`](https://github.com/elixir-lang/ex_doc/commit/a4e60db597db72caa4684e515cb6c644940157f6) Use docs_config.js instead
- [`743b97b`](https://github.com/elixir-lang/ex_doc/commit/743b97bde2fdca8939843f58c582b2cb457893bb) Push Earmark to v1.3 ([#988](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/988))
- [`432308f`](https://github.com/elixir-lang/ex_doc/commit/432308ffe9581dc540aa5118aaeacf811c7f141f) Rename config.js to ex_doc_config.js
- [`13712e3`](https://github.com/elixir-lang/ex_doc/commit/13712e3629c82a3e6e02d0cfbe57bb8a84a6d0b4) Search autocomplete ([#985](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/985))
- [`7764e60`](https://github.com/elixir-lang/ex_doc/commit/7764e60752c2af82c1062f151f071b6a88643ef9) Update CHANGELOG
- [`ba7fe16`](https://github.com/elixir-lang/ex_doc/commit/ba7fe166f5522d130e94dc5f8e66c172cc1c12b9) Run the formatter in released Elixir version
- [`1ca9f02`](https://github.com/elixir-lang/ex_doc/commit/1ca9f028aee457b42ec2e0ae18e0cb7d8cb183ca) List delegation docs if delegate_to metadata is present
- [`783b5cd`](https://github.com/elixir-lang/ex_doc/commit/783b5cd73968b4230a6d63b72d430e2f6e0c2249) Keep structs in signature, closes [#973](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/973)
- [`f1ac1db`](https://github.com/elixir-lang/ex_doc/commit/f1ac1dbc09e61a0c2b330ed02ff5b121732e106a) Remove double var
- Additional commits viewable in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.18.3...v0.20.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps ex_doc from 0.18.3 to 0.20.0.
Changelog
*Sourced from [ex_doc's changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md).* > ## v0.20.0 > > * Enhancements > * Rework the search bar to provide autocompletion > * Provide full-text search > * Automatically generate documentation for `defdelegate` definitions (requires Elixir v1.8+) > * Provide keyboard shortcuts (press shift+? to see all available outputs) or click the link at the bottom of the page > * Add support for versions dropdown to the HTML sidebar. This requires adding a `docs_config.js` (also configurable) that sets a `versionNodes` JavaScript variable. > * Improve mouseover titles on sidebar navigation > > * Bug fixes > * Do not hide structs in type/callback summary signatures > * No longer require double click to open up a sidebar on Mobile Safari > * Keep trailing periods in summaries > * Fix typespec `arg` number to start from 1 instead of 0 > > ## v0.19.3 > > * Enhancements > * Include a "goto" link on mouseover for expandable menu items > > * Bug fixes > * Always expand menu items, even if has a single child > * Fix sidebar bottom margin on Firefox > * Fix anchor links sometimes not working by moving js to html head > * Unify code styling for makeup and hljs > * Do not replace the content of custom links pointing to Elixir modules > * Remove border-left on deprecated to not mistake it with a heading > > ## v0.19.2 > > * Enhancements > * Allow logo in SVG extension > * Allow functions to be grouped based on metadata > * Allow api-reference.html page to be disabled > * Allow nesting of modules by prefix > * Autolink `mix help TASK` > * Warn on undefined remote functions from project's docs > > * Bug fixes > * Sort function names alphabetically in the sidebar > * Fix search input color > * Disable earmark smartypants option > > ## v0.19.1 > > * Enhancements > * Update CSS styles > * Remove sourcemaps from package > > ... (truncated)Commits
- [`f2c0b07`](https://github.com/elixir-lang/ex_doc/commit/f2c0b07030ac732cf2a577c5fd910df2bdf822ab) Release v0.20.0 - [`a4e60db`](https://github.com/elixir-lang/ex_doc/commit/a4e60db597db72caa4684e515cb6c644940157f6) Use docs_config.js instead - [`743b97b`](https://github.com/elixir-lang/ex_doc/commit/743b97bde2fdca8939843f58c582b2cb457893bb) Push Earmark to v1.3 ([#988](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/988)) - [`432308f`](https://github.com/elixir-lang/ex_doc/commit/432308ffe9581dc540aa5118aaeacf811c7f141f) Rename config.js to ex_doc_config.js - [`13712e3`](https://github.com/elixir-lang/ex_doc/commit/13712e3629c82a3e6e02d0cfbe57bb8a84a6d0b4) Search autocomplete ([#985](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/985)) - [`7764e60`](https://github.com/elixir-lang/ex_doc/commit/7764e60752c2af82c1062f151f071b6a88643ef9) Update CHANGELOG - [`ba7fe16`](https://github.com/elixir-lang/ex_doc/commit/ba7fe166f5522d130e94dc5f8e66c172cc1c12b9) Run the formatter in released Elixir version - [`1ca9f02`](https://github.com/elixir-lang/ex_doc/commit/1ca9f028aee457b42ec2e0ae18e0cb7d8cb183ca) List delegation docs if delegate_to metadata is present - [`783b5cd`](https://github.com/elixir-lang/ex_doc/commit/783b5cd73968b4230a6d63b72d430e2f6e0c2249) Keep structs in signature, closes [#973](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/973) - [`f1ac1db`](https://github.com/elixir-lang/ex_doc/commit/f1ac1dbc09e61a0c2b330ed02ff5b121732e106a) Remove double var - Additional commits viewable in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.18.3...v0.20.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.