Releases: SnowFireWolf/minecraft-motd-parser
Releases · SnowFireWolf/minecraft-motd-parser
V1.1.6 Released (hot fix)
What's Changed
fix(parser): validate text component hex color values by @AlexTMjugador in #21
Dev by @SnowFireWolf in #22
#22 Trying to modify some HTML security handling without affecting program execution. If any bugs appear, please let me know
Hot fix npm ignore
New Contributors
- @AlexTMjugador made their first contribution in #21
Full Changelog: v1.1.4...v1.1.6
v1.1.5 Released
What's Changed
- fix(parser): validate text component hex color values by @AlexTMjugador in #21
- Dev by @SnowFireWolf in #22
New Contributors
- @AlexTMjugador made their first contribution in #21
Full Changelog: v1.1.4...v1.1.5
v1.1.4 Released
What's Changed
- Fixes #19 / allows mixed components in MOTD by @Geometrically in #20
New Contributors
- @Geometrically made their first contribution in #20
Full Changelog: v1.1.3...v1.1.4
v1.1.3 Released
What's Changed
- add more clean utils: JSON to cleaned text, auto check motd data type to cleaned text
- test add auto cleaned text utils
- update packages
Full Changelog: v1.1.2...v1.1.3
v1.1.2 Released
What's New
- support MOTD reset codes
- rename function
cleanTagstocleanCodes - New function: cleanHtmlTags
What's Changed
- rename function clean tags to clean codes by @SnowFireWolf in #16
- fix motd reset codes doesn't work
- v.1.1.2 by @SnowFireWolf in #15
- feat: rename npm package name and update readme by @SnowFireWolf in #14
Full Changelog: v1.1.1...v1.1.2-1
v1.1.1 Released
v1.1.0 Released
What's new
- optimize
- support treeshake
- new build system for package
- npm ignore for not need folders
- new import method
import method example
// new and old, all support
// new
import motdParser from '@sfirew/mc-motd-parser';
// old
import { motdParser } from '@sfirew/mc-motd-parser';What's Changed
- fix underline bug and type number content by @SnowFireWolf in #6
- fix some types and build by @SnowFireWolf in #7
- Dev by @SnowFireWolf in #8
- Dev by @SnowFireWolf in #9
- pacakge optimize and support treeshake by @SnowFireWolf in #11
Full Changelog: v1.0.9...v1.1.0
v1.0.9 Released
v1.0.9-1 Released
What's Changed
- fix nuderline bug and type number content by @SnowFireWolf in #6
- fix some types and build by @SnowFireWolf in #7
Full Changelog: v1.0.9...v1.0.9-1
v1.0.9 released
What's Changed
- Dev fix styles bug by @SnowFireWolf in #3
- Update README.md by @SnowFireWolf in #4
Thanks OpenSource03 report style bug from #2 🎉
Full Changelog: v1.0.8...v1.0.9