Release notes
*Sourced from [oembed's releases](https://github.com/r8/elixir-oembed/releases).*
> ## 0.3.0
> ### Added
> - Add Vimeo provider (thanks to [@fatboypunk](https://github.com/fatboypunk))
>
> ## 0.2.2
> ### Fixed
> - Fix link selector for Discoverable provider (thanks to [@juanbono](https://github.com/juanbono))
Changelog
*Sourced from [oembed's changelog](https://github.com/r8/elixir-oembed/blob/master/CHANGELOG.md).*
> ## [0.3.0] -
> ### Added
> - Add Vimeo provider ([@fatboypunk](https://github.com/fatboypunk))
>
> ## [0.2.2] - 2018-09-11
> ### Fixed
> - Fix link selector for Discoverable provider
Commits
- [`4c216d7`](https://github.com/r8/elixir-oembed/commit/4c216d774dd06d31c8ac3899a10126016e994283) Upgrade dev dependencies
- [`7e8c59e`](https://github.com/r8/elixir-oembed/commit/7e8c59ed0012d129eb70a0ba99b75f5dbb72eeb3) Apply elixir format to all files
- [`7305633`](https://github.com/r8/elixir-oembed/commit/73056333d5bf4ba5908ccd7cbf0bfde3aa22eb25) Bump version
- [`d672d05`](https://github.com/r8/elixir-oembed/commit/d672d05ef62a119d932c10631235de75b533e3f3) Add Vimeo to the list of providers in README
- [`dc9b5a2`](https://github.com/r8/elixir-oembed/commit/dc9b5a2027badbc0cd92651ee071629b63e7baef) Remove discontinued hexfaktor badge from README
- [`458fa8b`](https://github.com/r8/elixir-oembed/commit/458fa8bd3c1ea4697f20a1df4040d5bded1b1f0e) Update changelog
- [`d9f5971`](https://github.com/r8/elixir-oembed/commit/d9f5971d87e3299908a4ce076c7052046973c9e0) Merge pull request [#23](https://github-redirect.dependabot.com/r8/elixir-oembed/issues/23) from fatboypunk/master
- [`a846c9e`](https://github.com/r8/elixir-oembed/commit/a846c9eabb7419341720e3fa9a578b68a28dd2a7) test that vimeo fetches the html with the oembed.json
- [`770b869`](https://github.com/r8/elixir-oembed/commit/770b8693f22c43df7416e49b054d679b94459368) add a vimeo provider so private video's can be played
- [`278be82`](https://github.com/r8/elixir-oembed/commit/278be82aaf01a0fcf0ec840af62d85e150dbffe9) Bump version
- Additional commits viewable in [compare view](https://github.com/r8/elixir-oembed/compare/v0.2.1...v0.3.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 oembed from 0.2.1 to 0.3.0.
Release notes
*Sourced from [oembed's releases](https://github.com/r8/elixir-oembed/releases).* > ## 0.3.0 > ### Added > - Add Vimeo provider (thanks to [@fatboypunk](https://github.com/fatboypunk)) > > ## 0.2.2 > ### Fixed > - Fix link selector for Discoverable provider (thanks to [@juanbono](https://github.com/juanbono))Changelog
*Sourced from [oembed's changelog](https://github.com/r8/elixir-oembed/blob/master/CHANGELOG.md).* > ## [0.3.0] - > ### Added > - Add Vimeo provider ([@fatboypunk](https://github.com/fatboypunk)) > > ## [0.2.2] - 2018-09-11 > ### Fixed > - Fix link selector for Discoverable providerCommits
- [`4c216d7`](https://github.com/r8/elixir-oembed/commit/4c216d774dd06d31c8ac3899a10126016e994283) Upgrade dev dependencies - [`7e8c59e`](https://github.com/r8/elixir-oembed/commit/7e8c59ed0012d129eb70a0ba99b75f5dbb72eeb3) Apply elixir format to all files - [`7305633`](https://github.com/r8/elixir-oembed/commit/73056333d5bf4ba5908ccd7cbf0bfde3aa22eb25) Bump version - [`d672d05`](https://github.com/r8/elixir-oembed/commit/d672d05ef62a119d932c10631235de75b533e3f3) Add Vimeo to the list of providers in README - [`dc9b5a2`](https://github.com/r8/elixir-oembed/commit/dc9b5a2027badbc0cd92651ee071629b63e7baef) Remove discontinued hexfaktor badge from README - [`458fa8b`](https://github.com/r8/elixir-oembed/commit/458fa8bd3c1ea4697f20a1df4040d5bded1b1f0e) Update changelog - [`d9f5971`](https://github.com/r8/elixir-oembed/commit/d9f5971d87e3299908a4ce076c7052046973c9e0) Merge pull request [#23](https://github-redirect.dependabot.com/r8/elixir-oembed/issues/23) from fatboypunk/master - [`a846c9e`](https://github.com/r8/elixir-oembed/commit/a846c9eabb7419341720e3fa9a578b68a28dd2a7) test that vimeo fetches the html with the oembed.json - [`770b869`](https://github.com/r8/elixir-oembed/commit/770b8693f22c43df7416e49b054d679b94459368) add a vimeo provider so private video's can be played - [`278be82`](https://github.com/r8/elixir-oembed/commit/278be82aaf01a0fcf0ec840af62d85e150dbffe9) Bump version - Additional commits viewable in [compare view](https://github.com/r8/elixir-oembed/compare/v0.2.1...v0.3.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.