Skip to content

Releases: SnowFireWolf/minecraft-motd-parser

v1.1.3 Released

13 Jul 15:01
Compare
Choose a tag to compare

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

01 Aug 18:57
386868e
Compare
Choose a tag to compare

What's New

  • support MOTD reset codes
  • rename function cleanTags to cleanCodes
  • New function: cleanHtmlTags

What's Changed

Full Changelog: v1.1.1...v1.1.2-1

v1.1.1 Released

05 Mar 14:56
6037f2b
Compare
Choose a tag to compare

What's new

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Released

28 Oct 03:08
Compare
Choose a tag to compare

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

Full Changelog: v1.0.9...v1.1.0

v1.0.9 Released

04 Aug 10:04
a795a79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9-3...v1.0.9-10

v1.0.9-1 Released

30 Jul 17:07
ed6f23e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.9-1

v1.0.9 released

29 Jul 15:26
d4ee178
Compare
Choose a tag to compare

What's Changed

Thanks OpenSource03 report style bug from #2 🎉

Full Changelog: v1.0.8...v1.0.9

v1.0.8 released

03 Feb 16:02
Compare
Choose a tag to compare

What's Changed

  • readme wrong example
  • html xss formatting

Full Changelog: v1.0.7...v1.0.8

v1.0.7 released

12 Jan 18:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.7

v1.0.5 released

17 Nov 05:37
17ae58e
Compare
Choose a tag to compare

Add description in function, you can see that in VSCode or other IDE