html_character_entities 0.1.0+1 copy "html_character_entities: ^0.1.0+1" to clipboard
html_character_entities: ^0.1.0+1 copied to clipboard

outdated

A utility class containing maps of key/value pairs for every HTML 4.01 character entity, including ASCII codes, and methods to encode and decode strings to and from those character entities.

[0.1.0] - August 1, 2019 #

  • Added the characterEntities statically typed map to [HtmlCharacterEntities].

  • Added the encode method to [HtmlCharacterEntities].

  • Deprecated the parse method in favor of decode. parse still exists as a wrapper for decode, but will be removed in a future release.

  • Wrote new tests.

[0.0.1 - 0.0.3] - July 7, 2019 #

  • Changed [RegExpMatch] type declarations to [Match].

  • Commented the [HtmlCharacterEntities] class.

  • Initial release.

21
likes
0
pub points
93%
popularity

Publisher

verified publisherjamesalex.dev

A utility class containing maps of key/value pairs for every HTML 4.01 character entity, including ASCII codes, and methods to encode and decode strings to and from those character entities.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on html_character_entities