Changelog
*Sourced from [ox's changelog](https://github.com/ohler55/ox/blob/develop/CHANGELOG.md).*
> ## [2.13.2] - 2020-02-05
>
> Skip and missed sequence
>
> ### Fixed
>
> - Add ' sequence.
>
> - `:skip_off` no longer misses spaces between elements.
>
> ## [2.13.1] - 2020-01-30
>
> HTML Sequences
>
> ### Added
>
> - All HTML 4 sequence are now supported.
>
> ## [2.13.0] - 2020-01-25
>
> HTML Escape Sequences
>
> ### Added
>
> - All HTML 4 escape sequences are now parsed.
>
> ## [2.12.1] - 2020-01-05
>
> Ruby 2.7.0
>
> ### Fixed
>
> - Updated for Ruby 2.7.0. More strict type checking. Function signature changes, and `Object#taint` deprecated.
>
> ## [2.12.0] - 2019-12-18
>
> ### Added
>
> - Add `no_empty` option to not allow and use instead.
>
> ## [2.11.0] - 2019-06-14
>
> ### Changed
> - Ox::SyntaxError replaces SyntaxError where such an exception would have previously been raised.
>
> ### Fixed
> - File offsets when using the SAX parser now use `off_t`. Setting
> `-D_FILE_OFFSET_BITS=64` in the Makefile may allow 32 bit systems to access
> files larger than 2^32 in size. This has not been tested.
>
> ... (truncated)
Commits
- [`f3bf919`](https://github.com/ohler55/ox/commit/f3bf919d5f218e83bb00120bc8dc3f4133d72b26) Merge branch 'master' of github.com:ohler55/ox
- [`0db3f9c`](https://github.com/ohler55/ox/commit/0db3f9c947e390cee2400f7b965dc4113d4ac97a) Release prep
- [`fa8488f`](https://github.com/ohler55/ox/commit/fa8488f6a107855f4b20d1599c3db2831221315c) Skip_off fix as well as apos HTML sequence
- [`58a6329`](https://github.com/ohler55/ox/commit/58a6329e34e23d6079f063f70325ec2af1181a24) fix issue with name/value alias ([#242](https://github-redirect.dependabot.com/ohler55/ox/issues/242))
- [`1868f70`](https://github.com/ohler55/ox/commit/1868f7044da95e60a9188a5a0732dbf88713214e) Release prep
- [`96d90e2`](https://github.com/ohler55/ox/commit/96d90e2d4ebcdabcfc7053351d6a3ebf9e4f5e7e) Handle special text
- [`d7142b7`](https://github.com/ohler55/ox/commit/d7142b768f0c4e7302bae516d3f0b857bad3b4d6) Release prep
- [`74fe66e`](https://github.com/ohler55/ox/commit/74fe66e76d9cec13e1a32e60ba1fa51ee0b2792a) Use hash for lookup of HTML entities
- [`c0e6b80`](https://github.com/ohler55/ox/commit/c0e6b80eae9df4c5f58dbcac348529aef96df15b) Expand handling of HTML entities
- [`30dbb22`](https://github.com/ohler55/ox/commit/30dbb22346f7ecfabdf089602be11ad7d90e1696) turn on travis ruby 2.7.0
- Additional commits viewable in [compare view](https://github.com/ohler55/ox/compare/v2.3.0...v2.13.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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/piesync/billbo/network/alerts).
Bumps ox from 2.3.0 to 2.13.2.
Changelog
*Sourced from [ox's changelog](https://github.com/ohler55/ox/blob/develop/CHANGELOG.md).* > ## [2.13.2] - 2020-02-05 > > Skip and missed sequence > > ### Fixed > > - Add ' sequence. > > - `:skip_off` no longer misses spaces between elements. > > ## [2.13.1] - 2020-01-30 > > HTML Sequences > > ### Added > > - All HTML 4 sequence are now supported. > > ## [2.13.0] - 2020-01-25 > > HTML Escape Sequences > > ### Added > > - All HTML 4 escape sequences are now parsed. > > ## [2.12.1] - 2020-01-05 > > Ruby 2.7.0 > > ### Fixed > > - Updated for Ruby 2.7.0. More strict type checking. Function signature changes, and `Object#taint` deprecated. > > ## [2.12.0] - 2019-12-18 > > ### Added > > - Add `no_empty` option to not allowCommits
- [`f3bf919`](https://github.com/ohler55/ox/commit/f3bf919d5f218e83bb00120bc8dc3f4133d72b26) Merge branch 'master' of github.com:ohler55/ox - [`0db3f9c`](https://github.com/ohler55/ox/commit/0db3f9c947e390cee2400f7b965dc4113d4ac97a) Release prep - [`fa8488f`](https://github.com/ohler55/ox/commit/fa8488f6a107855f4b20d1599c3db2831221315c) Skip_off fix as well as apos HTML sequence - [`58a6329`](https://github.com/ohler55/ox/commit/58a6329e34e23d6079f063f70325ec2af1181a24) fix issue with name/value alias ([#242](https://github-redirect.dependabot.com/ohler55/ox/issues/242)) - [`1868f70`](https://github.com/ohler55/ox/commit/1868f7044da95e60a9188a5a0732dbf88713214e) Release prep - [`96d90e2`](https://github.com/ohler55/ox/commit/96d90e2d4ebcdabcfc7053351d6a3ebf9e4f5e7e) Handle special text - [`d7142b7`](https://github.com/ohler55/ox/commit/d7142b768f0c4e7302bae516d3f0b857bad3b4d6) Release prep - [`74fe66e`](https://github.com/ohler55/ox/commit/74fe66e76d9cec13e1a32e60ba1fa51ee0b2792a) Use hash for lookup of HTML entities - [`c0e6b80`](https://github.com/ohler55/ox/commit/c0e6b80eae9df4c5f58dbcac348529aef96df15b) Expand handling of HTML entities - [`30dbb22`](https://github.com/ohler55/ox/commit/30dbb22346f7ecfabdf089602be11ad7d90e1696) turn on travis ruby 2.7.0 - Additional commits viewable in [compare view](https://github.com/ohler55/ox/compare/v2.3.0...v2.13.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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/piesync/billbo/network/alerts).