php-api-clients / hydrator

:droplet:
MIT License
4 stars 1 forks source link

Bump zendframework/zend-hydrator from 2.3.1 to 2.4.1 #32

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps zendframework/zend-hydrator from 2.3.1 to 2.4.1.

Release notes *Sourced from [zendframework/zend-hydrator's releases](https://github.com/zendframework/zend-hydrator/releases).* > ## zend-hydrator 2.4.1 > Added > ----- > > - Nothing. > > Changed > ------- > > - [#69](https://github-redirect.dependabot.com/zendframework/zend-hydrator/pull/69) adds support for special pre/post characters in formats passed to the > `DateTimeFormatterStrategy`. When used, the `DateTime` instances created > during hydration will (generally) omit the time element, allowing for more > accurate comparisons. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - Nothing. > > Fixed > ----- > > - Nothing. > > ## zend-hydrator 2.4.0 > Added > ----- > > - [#70](https://github-redirect.dependabot.com/zendframework/zend-hydrator/pull/70) updates the `DateTimeFormatterStrategy` to work with any `DateTimeInterface`, > and not just `DateTime`. > > Changed > ------- > > - [#75](https://github-redirect.dependabot.com/zendframework/zend-hydrator/pull/75) ensures continuous integration _requires_ PHP 7.2 tests to pass; > they already were. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > ... (truncated)
Changelog *Sourced from [zendframework/zend-hydrator's changelog](https://github.com/zendframework/zend-hydrator/blob/master/CHANGELOG.md).* > ## 2.4.1 - 2018-11-19 > > ### Added > > - Nothing. > > ### Changed > > - [#69](https://github-redirect.dependabot.com/zendframework/zend-hydrator/pull/69) adds support for special pre/post characters in formats passed to the > `DateTimeFormatterStrategy`. When used, the `DateTime` instances created > during hydration will (generally) omit the time element, allowing for more > accurate comparisons. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - Nothing. > > ## 2.4.0 - 2018-04-30 > > ### Added > > - [#70](https://github-redirect.dependabot.com/zendframework/zend-hydrator/pull/70) updates the `DateTimeFormatterStrategy` to work with any `DateTimeInterface`, > and not just `DateTime`. > > ### Changed > > - [#75](https://github-redirect.dependabot.com/zendframework/zend-hydrator/pull/75) ensures continuous integration _requires_ PHP 7.2 tests to pass; > they already were. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - Nothing.
Commits - [`70b02f4`](https://github.com/zendframework/zend-hydrator/commit/70b02f4d8676e64af932625751750b5ca72fff3a) Adds release date for 2.4.1 to CHANGELOG - [`84660c7`](https://github.com/zendframework/zend-hydrator/commit/84660c7c8467e3d963485008567fe6f9d7e885bf) Merge branch 'hotfix/69' - [`0528640`](https://github.com/zendframework/zend-hydrator/commit/0528640a0e80489280bc296ede97d918ab0f999e) Adds CHANGELOG entry for [#69](https://github-redirect.dependabot.com/zendframework/zend-hydrator/issues/69) - [`627f5d6`](https://github.com/zendframework/zend-hydrator/commit/627f5d601a5750b9add160b93f4988e619801aad) Adds note to DateTimeFormatterStrategy regarding allowed format special chara... - [`bb8eb10`](https://github.com/zendframework/zend-hydrator/commit/bb8eb10b7eaa9bbf2044125bb19370123cd16478) Consistency improvements for DateTimeFormatterStrategyTest - [`8cf22ed`](https://github.com/zendframework/zend-hydrator/commit/8cf22ed9efc90a88420f54abe0e9613119a7f63c) Document properties and simplify assignments (for consistency) - [`bf3fd68`](https://github.com/zendframework/zend-hydrator/commit/bf3fd68788404123f7545c82ebd11791c6487374) Merge pull request [#69](https://github-redirect.dependabot.com/zendframework/zend-hydrator/issues/69) from boesing/php-from-format-special-chars - [`9f54278`](https://github.com/zendframework/zend-hydrator/commit/9f54278449d9babbfacf6a4043dc6c1eec0b34fe) Merge branch 'hotfix/77' - [`18f2054`](https://github.com/zendframework/zend-hydrator/commit/18f205455f468ad1d420385ce1afcd66f74b7967) Merge pull request [#77](https://github-redirect.dependabot.com/zendframework/zend-hydrator/issues/77) from bitwombat/fix_example - [`8304ec2`](https://github.com/zendframework/zend-hydrator/commit/8304ec2876fafa6a40cfc6f0a42b0af6880db6d2) Update quick-start.md - Additional commits viewable in [compare view](https://github.com/zendframework/zend-hydrator/compare/2.3.1...2.4.1)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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.