OvermindDL1 / protocol_ex

Elixir Extended Protocol
https://hex.pm/packages/protocol_ex
48 stars 5 forks source link

Bump stream_data from 0.3.0 to 0.4.2 #19

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps stream_data from 0.3.0 to 0.4.2.

Changelog *Sourced from [stream_data's changelog](https://github.com/whatyouhide/stream_data/blob/master/CHANGELOG.md).* > ## v0.4.2 > > * Fix a bug when shrinking boolean values generated with `StreamData.boolean/0` > > ## v0.4.1 > > * Import all functions/macros from `ExUnitProperties` when `use`d > * Various optimizations > * Add the `:max_run_time` configuration option to go together with `:max_runs` > * Add support for `:do` syntax in `gen all`/`check all` > > ## v0.4.0 > > * Add a `StreamData.term/0` generator > * Bump the number of allowed consecutive failures in `StreamData.filter/3` and `StreamData.bind_filter/3` > * Improve error message for `StreamData.filter/3` > * Add `ExUnitProperties.pick/1` > * Add `Enumerable.slice/1` to `StreamData` structs > * Improve the performance of `StreamData.bitstring/1` > > #### Breaking changes > > * Remove `StreamData.unquoted_atom/0` in favour of `StreamData.atom(:unquoted | :alias)` > * Start behaving like filtering when patterns don't match in `check all` or `gen all` > * Remove special casing of `=` clauses in `check all` and `gen all` > * Introduce `StreamData.float/1` replacing `StreamData.uniform_float/0`
Commits - [`84da372`](https://github.com/whatyouhide/stream_data/commit/84da37254fa5610a22d3d98337dd4fe406b1ac6a) Release v0.4.2 - [`56e90a1`](https://github.com/whatyouhide/stream_data/commit/56e90a1e67c803c063e165236a156041d961bab4) Fix a bug with shrinking booleans - [`e3e63f3`](https://github.com/whatyouhide/stream_data/commit/e3e63f35164234c48b3f4680a8167314544ded86) Move keyword test to its own file - [`17d9c63`](https://github.com/whatyouhide/stream_data/commit/17d9c63a129692955109d887ba8deddecbcc3d72) Add Keyword.merge/2/3 property - [`f368d1d`](https://github.com/whatyouhide/stream_data/commit/f368d1d19eb3a0925a11a062284a17602ae94da6) Improve argument names for "gen all"/"check all" - [`0187fdb`](https://github.com/whatyouhide/stream_data/commit/0187fdb3ad5da50b18269de999d5f727c2841af0) Hide docs for check/1 and gen/1 - [`1298fd9`](https://github.com/whatyouhide/stream_data/commit/1298fd97809e73aa35ad2d350f3dbda87ed123ca) Add docs about using "check all" in doctests - [`9656820`](https://github.com/whatyouhide/stream_data/commit/96568202fab0744e0078565dc38e6b824d74a1fc) Force the first clause of "gen all"/"check all" to be a generator ([#89](https://github-redirect.dependabot.com/whatyouhide/stream_data/issues/89)) - [`9b9dda9`](https://github.com/whatyouhide/stream_data/commit/9b9dda93294b162b7b4529e836eb9b2a463e1815) Extract a function in ExUnitProperties - [`765cf0e`](https://github.com/whatyouhide/stream_data/commit/765cf0e3e733f78969ec14202fe8fb78d6ee296b) Create a test/stdlib directory and split stdlib tests by module - Additional commits viewable in [compare view](https://github.com/whatyouhide/stream_data/compare/v0.3.0...v0.4.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@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 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.

⚠️ Dependabot is rebasing this PR ⚠️

Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).