Releases: SnowFireWolf/minecraft-motd-parser
Releases · SnowFireWolf/minecraft-motd-parser
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
cleanTags
tocleanCodes
- 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
v1.0.8 released
v1.0.7 released
What's Changed
- Create LICENSE by @SnowFireWolf in #1
- modify MOTD json type
Full Changelog: v1.0.5...v1.0.7
v1.0.5 released
Add description in function, you can see that in VSCode or other IDE