grapesjs
grapesjs copied to clipboard
Bump html-entities from 1.4.0 to 2.5.2
trafficstars
Bumps html-entities from 1.4.0 to 2.5.2.
Release notes
Sourced from html-entities's releases.
v2.3.3
package.json: specifysideEffects: falsev2.3.2
Minimize data files, remove unnecessary files.
v2.3.1
- Improve performance of
encode(),decode()anddecodeEntity()by using function inlining.- Fix decoding HEX HTML entities in some cases.
v2.3.0
Add flow types.
v2.2.0
A fast
decodeEntity()method to decode a single HTML entity.v2.1.1
- Speed up both
encode()anddecode()methods.v2.1.0
- Add
extensivemode toencode()method. This mode encodes all non-printable characters, non-ASCII characters and all characters with named references.v2.0.6
- Handle invalid numeric HTML entities: mimic browser behaviour.
v2.0.5
- Handling behaviour of ambiguous ampersands.
v2.0.4
- Fix webpack build warning.
v2.0.3
- Handle invalid numeric HTML entities.
v2.0.2
- Handle
nullandundefinedtext values.v2.0.1
- Fix decoding numeric HTML entities.
v2.0.0
Performance was greatly improved.
New API: simpler and more flexible.
htmlEntitiesInstance.encode(text)->encode(text)Before:
import {AllHtmlEntities} from 'html-entities';
... (truncated)
Changelog
Sourced from html-entities's changelog.
2.5.0
- Include source maps into the npm package.
2.4.0
- Introduce
nonAsciiPrintableOnlymode.2.3.5
- Reduce unnecessarily long RegExps.
2.3.4
- Fix the problem decoding HTML5 entities those names are part of HTML4 entities.
2.3.3
package.json: specifysideEffects: false2.3.2
- Minimize data files, remove unnecessary files.
2.3.1
- Improve performance of
encode(),decode()anddecodeEntity()by using function inlining.- Fix decoding HEX HTML entities in some cases.
2.3.0
- Add flow types.
2.2.0
- A fast
decodeEntity()method to decode a single HTML entity.2.1.1
- Speed up both
encode()anddecode()methods.
... (truncated)
Commits
33d4acf2.5.292d1653fix: exclude named-references.source.json from srcc1be4532.5.1f654ff2fix: include src directory into the npm packaged0dc420docs: add latest version to the changelog05131cc2.5.0ef98518feat: include source maps into the npm package8425dee2.4.0c99cacdMerge branch 'non-ascii-printable-only'099b546chore: test lib as well in CI- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.