Changelog
*Sourced from [yajra/laravel-datatables-oracle's changelog](https://github.com/yajra/laravel-datatables/blob/8.0/CHANGELOG.md).*
> ### [v8.13.1] - 2018-11-23
>
> - Revert v8.12.0 changes.
>
> ### [v8.13.0] - 2018-11-23
>
> - Only escape callable output of add and edit column. [#1852], credits to [[**sharifzadesina**](https://github.com/sharifzadesina)]
> - Fix adding of index column bug introduced by [#1852]. [#1915]
> - Add tests for [#1852].
>
> ### [v8.12.0] - 2018-11-23
>
> - Skipped, bad tagging!
>
> ### [v8.11.0] - 2018-11-20
>
> - Use skipTotalRecords as it better describe what the function does. [#1912]
> - Remove method `simplePagination` and use `skipTotalRecords` instead.
>
> ### [v8.10.0] - 2018-11-20
>
> - Add simple pagination api. [#1911]
> - Use `toJson()` on all tests api. [#1911]
> - Use dedicated assertCount assertion. [#1903], credits to [[**carusogabriel**](https://github.com/carusogabriel)]
Commits
- [`3d7f056`](https://github.com/yajra/laravel-datatables/commit/3d7f05687069d90ca5dc3e75bf269e13eecccc76) BAD TAG!!! v8.13.1 :rocket:
- [`df736a5`](https://github.com/yajra/laravel-datatables/commit/df736a54e42b689beae376e8e1b18343d8cbb6e0) Fix tag v8.12.1 :rocket:
- [`253df52`](https://github.com/yajra/laravel-datatables/commit/253df5261b91578b80ada55bec643a01c2a11acc) Bump v8.12.1 :rocket:
- [`e0c5ca7`](https://github.com/yajra/laravel-datatables/commit/e0c5ca7fe3e7f1cfd10e2e701ac0bc4c1b87e9af) Fix test name.
- [`ed9448f`](https://github.com/yajra/laravel-datatables/commit/ed9448f38ac62f54ebc4b39a61897cd730c34d60) Fix tests.
- [`27411c9`](https://github.com/yajra/laravel-datatables/commit/27411c9c9988c5d6956174a51164b5a6c2bb7dc2) Merge pull request [#1918](https://github-redirect.dependabot.com/yajra/laravel-datatables/issues/1918) from yajra/revert-1852-8.0
- [`a5157a3`](https://github.com/yajra/laravel-datatables/commit/a5157a3f19cb527f6da5aeeb8334eb0d6a8adbac) Revert "[8.0] Only escape callable output of add and edit column."
- [`0c7dda6`](https://github.com/yajra/laravel-datatables/commit/0c7dda6cb70b059868a3788b140f065855bc8939) Merge pull request [#1917](https://github-redirect.dependabot.com/yajra/laravel-datatables/issues/1917) from yajra/revert-1915-fix-index
- [`741306b`](https://github.com/yajra/laravel-datatables/commit/741306b351e69567e254f674071c8e87df42365f) Revert "Fix adding of index column."
- [`920cd0f`](https://github.com/yajra/laravel-datatables/commit/920cd0f18d70c10bb2baf48ae520086696e8db72) Bump v8.13.0 :rocket:
- Additional commits viewable in [compare view](https://github.com/yajra/laravel-datatables/compare/v8.9.2...v8.13.1)
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 cancel merge` will cancel a previously requested merge
- `@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 yajra/laravel-datatables-oracle from 8.9.2 to 8.13.1.
Changelog
*Sourced from [yajra/laravel-datatables-oracle's changelog](https://github.com/yajra/laravel-datatables/blob/8.0/CHANGELOG.md).* > ### [v8.13.1] - 2018-11-23 > > - Revert v8.12.0 changes. > > ### [v8.13.0] - 2018-11-23 > > - Only escape callable output of add and edit column. [#1852], credits to [[**sharifzadesina**](https://github.com/sharifzadesina)] > - Fix adding of index column bug introduced by [#1852]. [#1915] > - Add tests for [#1852]. > > ### [v8.12.0] - 2018-11-23 > > - Skipped, bad tagging! > > ### [v8.11.0] - 2018-11-20 > > - Use skipTotalRecords as it better describe what the function does. [#1912] > - Remove method `simplePagination` and use `skipTotalRecords` instead. > > ### [v8.10.0] - 2018-11-20 > > - Add simple pagination api. [#1911] > - Use `toJson()` on all tests api. [#1911] > - Use dedicated assertCount assertion. [#1903], credits to [[**carusogabriel**](https://github.com/carusogabriel)]Commits
- [`3d7f056`](https://github.com/yajra/laravel-datatables/commit/3d7f05687069d90ca5dc3e75bf269e13eecccc76) BAD TAG!!! v8.13.1 :rocket: - [`df736a5`](https://github.com/yajra/laravel-datatables/commit/df736a54e42b689beae376e8e1b18343d8cbb6e0) Fix tag v8.12.1 :rocket: - [`253df52`](https://github.com/yajra/laravel-datatables/commit/253df5261b91578b80ada55bec643a01c2a11acc) Bump v8.12.1 :rocket: - [`e0c5ca7`](https://github.com/yajra/laravel-datatables/commit/e0c5ca7fe3e7f1cfd10e2e701ac0bc4c1b87e9af) Fix test name. - [`ed9448f`](https://github.com/yajra/laravel-datatables/commit/ed9448f38ac62f54ebc4b39a61897cd730c34d60) Fix tests. - [`27411c9`](https://github.com/yajra/laravel-datatables/commit/27411c9c9988c5d6956174a51164b5a6c2bb7dc2) Merge pull request [#1918](https://github-redirect.dependabot.com/yajra/laravel-datatables/issues/1918) from yajra/revert-1852-8.0 - [`a5157a3`](https://github.com/yajra/laravel-datatables/commit/a5157a3f19cb527f6da5aeeb8334eb0d6a8adbac) Revert "[8.0] Only escape callable output of add and edit column." - [`0c7dda6`](https://github.com/yajra/laravel-datatables/commit/0c7dda6cb70b059868a3788b140f065855bc8939) Merge pull request [#1917](https://github-redirect.dependabot.com/yajra/laravel-datatables/issues/1917) from yajra/revert-1915-fix-index - [`741306b`](https://github.com/yajra/laravel-datatables/commit/741306b351e69567e254f674071c8e87df42365f) Revert "Fix adding of index column." - [`920cd0f`](https://github.com/yajra/laravel-datatables/commit/920cd0f18d70c10bb2baf48ae520086696e8db72) Bump v8.13.0 :rocket: - Additional commits viewable in [compare view](https://github.com/yajra/laravel-datatables/compare/v8.9.2...v8.13.1)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 cancel merge` will cancel a previously requested merge - `@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.