Release notes
*Sourced from [Bogus's releases](https://github.com/bchavez/Bogus/releases).*
> ## Release v28.4.2 build 894
> [**CHANGE LOG**](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)
>
> ## Release v28.4.1 build 886
> [**CHANGE LOG**](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)
Changelog
*Sourced from [Bogus's changelog](https://github.com/bchavez/Bogus/blob/master/HISTORY.md).*
> ## v28.4.2
> Release Date: 2019-11-30
>
> * PR 269: Adds `includeFormatSymbols` parameter to include or exclude formatting characters for Brazil `Person.Cpf()` and `Company.Cnpj()` extension methods.
>
> ## v28.4.1
> Release Date: 2019-10-14
>
> * Issue 260: Improved social security number (SSN) generation that should pass basic validation by avoiding invalid SSN ranges. Note: Deterministic SSNs generated with `Person.Ssn()` will change.
> * Issue 252: `Internet.Ip()` now avoids generating IP addresses with a leading zero. For example, Bogus will not generate an IP address with a leading zero like 0.1.2.3. Note: Deterministic IPs generated with `Internet.Ip()` will change.
> * PR 261: Added `Internet.IpAddress()`, `Internet.Ipv6Address()`, `Internet.IpEndPoint()`, and `Internet.Ipv6EndPoint()`.
> * Issue 258: Add `Internet.UrlRootedPath()` to generate random `/foo/bar` paths.
> * Added `Internet.UrlWithPath(fileExt:".txt")` fileExt extension parameter to generate URLs with a specific file extension.
Commits
- [`c563f8e`](https://github.com/bchavez/Bogus/commit/c563f8e70dfcb12fe2d06beac7af1ce770976457) prep release.
- [`ecdb311`](https://github.com/bchavez/Bogus/commit/ecdb311416ddbe9cb99b37401f881c07e8b68dd8) Add includeFormatSymbols for cnpj & cpf in brazil extensions ([#269](https://github-redirect.dependabot.com/bchavez/Bogus/issues/269))
- [`d9ca4c6`](https://github.com/bchavez/Bogus/commit/d9ca4c6eb8a915d5666b1437859f25f5ef7f7e8b) Removed typo from README.md ([#267](https://github-redirect.dependabot.com/bchavez/Bogus/issues/267))
- [`71b26ea`](https://github.com/bchavez/Bogus/commit/71b26eac70d46745807a8f58660813c500dc254b) Refactor reorder. Refresh doc page. Prep release.
- [`15453a7`](https://github.com/bchavez/Bogus/commit/15453a7073719d183e19291dd9da6e974db73314) Fixes [#258](https://github-redirect.dependabot.com/bchavez/Bogus/issues/258) - Supersedes [#258](https://github-redirect.dependabot.com/bchavez/Bogus/issues/258). Adds Internet.UrlRootedPath(fileExt) method to ...
- [`9c611f4`](https://github.com/bchavez/Bogus/commit/9c611f4a71641ea6ed41909a662e7b2e775d538f) Fixes [#252](https://github-redirect.dependabot.com/bchavez/Bogus/issues/252), related [#261](https://github-redirect.dependabot.com/bchavez/Bogus/issues/261) - Internet.Ip() no longer generates IP addresses wit...
- [`d679bdd`](https://github.com/bchavez/Bogus/commit/d679bdd53e6096b6cec1f35755ed23fab29046b8) Release notes for PR [#261](https://github-redirect.dependabot.com/bchavez/Bogus/issues/261).
- [`55946e5`](https://github.com/bchavez/Bogus/commit/55946e54b34dd1c65bf759a85fc3081e8bead4a0) Added ability to generate random IPv4 and IPv6 System.Net.IPEndPoints ([#261](https://github-redirect.dependabot.com/bchavez/Bogus/issues/261))
- [`cde902c`](https://github.com/bchavez/Bogus/commit/cde902c91e48e0078bd00ac21834a81777ea8eeb) Release notes.
- [`6d60797`](https://github.com/bchavez/Bogus/commit/6d607977213bd995460a706cbc1749e54dd90ef3) Fixes [#260](https://github-redirect.dependabot.com/bchavez/Bogus/issues/260) - SSNs generated by Bogus should now pass basic validation ([#262](https://github-redirect.dependabot.com/bchavez/Bogus/issues/262))
- See full diff in [compare view](https://github.com/bchavez/Bogus/compare/v28.3.2...v28.4.2)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps Bogus from 28.3.2 to 28.4.2.
Release notes
*Sourced from [Bogus's releases](https://github.com/bchavez/Bogus/releases).* > ## Release v28.4.2 build 894 > [**CHANGE LOG**](https://github.com/bchavez/Bogus/blob/master/HISTORY.md) > > ## Release v28.4.1 build 886 > [**CHANGE LOG**](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)Changelog
*Sourced from [Bogus's changelog](https://github.com/bchavez/Bogus/blob/master/HISTORY.md).* > ## v28.4.2 > Release Date: 2019-11-30 > > * PR 269: Adds `includeFormatSymbols` parameter to include or exclude formatting characters for Brazil `Person.Cpf()` and `Company.Cnpj()` extension methods. > > ## v28.4.1 > Release Date: 2019-10-14 > > * Issue 260: Improved social security number (SSN) generation that should pass basic validation by avoiding invalid SSN ranges. Note: Deterministic SSNs generated with `Person.Ssn()` will change. > * Issue 252: `Internet.Ip()` now avoids generating IP addresses with a leading zero. For example, Bogus will not generate an IP address with a leading zero like 0.1.2.3. Note: Deterministic IPs generated with `Internet.Ip()` will change. > * PR 261: Added `Internet.IpAddress()`, `Internet.Ipv6Address()`, `Internet.IpEndPoint()`, and `Internet.Ipv6EndPoint()`. > * Issue 258: Add `Internet.UrlRootedPath()` to generate random `/foo/bar` paths. > * Added `Internet.UrlWithPath(fileExt:".txt")` fileExt extension parameter to generate URLs with a specific file extension.Commits
- [`c563f8e`](https://github.com/bchavez/Bogus/commit/c563f8e70dfcb12fe2d06beac7af1ce770976457) prep release. - [`ecdb311`](https://github.com/bchavez/Bogus/commit/ecdb311416ddbe9cb99b37401f881c07e8b68dd8) Add includeFormatSymbols for cnpj & cpf in brazil extensions ([#269](https://github-redirect.dependabot.com/bchavez/Bogus/issues/269)) - [`d9ca4c6`](https://github.com/bchavez/Bogus/commit/d9ca4c6eb8a915d5666b1437859f25f5ef7f7e8b) Removed typo from README.md ([#267](https://github-redirect.dependabot.com/bchavez/Bogus/issues/267)) - [`71b26ea`](https://github.com/bchavez/Bogus/commit/71b26eac70d46745807a8f58660813c500dc254b) Refactor reorder. Refresh doc page. Prep release. - [`15453a7`](https://github.com/bchavez/Bogus/commit/15453a7073719d183e19291dd9da6e974db73314) Fixes [#258](https://github-redirect.dependabot.com/bchavez/Bogus/issues/258) - Supersedes [#258](https://github-redirect.dependabot.com/bchavez/Bogus/issues/258). Adds Internet.UrlRootedPath(fileExt) method to ... - [`9c611f4`](https://github.com/bchavez/Bogus/commit/9c611f4a71641ea6ed41909a662e7b2e775d538f) Fixes [#252](https://github-redirect.dependabot.com/bchavez/Bogus/issues/252), related [#261](https://github-redirect.dependabot.com/bchavez/Bogus/issues/261) - Internet.Ip() no longer generates IP addresses wit... - [`d679bdd`](https://github.com/bchavez/Bogus/commit/d679bdd53e6096b6cec1f35755ed23fab29046b8) Release notes for PR [#261](https://github-redirect.dependabot.com/bchavez/Bogus/issues/261). - [`55946e5`](https://github.com/bchavez/Bogus/commit/55946e54b34dd1c65bf759a85fc3081e8bead4a0) Added ability to generate random IPv4 and IPv6 System.Net.IPEndPoints ([#261](https://github-redirect.dependabot.com/bchavez/Bogus/issues/261)) - [`cde902c`](https://github.com/bchavez/Bogus/commit/cde902c91e48e0078bd00ac21834a81777ea8eeb) Release notes. - [`6d60797`](https://github.com/bchavez/Bogus/commit/6d607977213bd995460a706cbc1749e54dd90ef3) Fixes [#260](https://github-redirect.dependabot.com/bchavez/Bogus/issues/260) - SSNs generated by Bogus should now pass basic validation ([#262](https://github-redirect.dependabot.com/bchavez/Bogus/issues/262)) - See full diff in [compare view](https://github.com/bchavez/Bogus/compare/v28.3.2...v28.4.2)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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)