Skip to content

Releases: SnowFireWolf/minecraft-motd-parser

V1.1.6 Released (hot fix)

30 Sep 15:25
014ecaf

Choose a tag to compare

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

#23

New Contributors

Full Changelog: v1.1.4...v1.1.6

v1.1.5 Released

31 May 14:46
a32c222

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4 Released

03 Apr 11:17
81192d7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3 Released

13 Jul 15:01

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

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

Choose a tag to compare

What's new

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

v1.1.0 Released

28 Oct 03:08

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

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

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

Choose a tag to compare

What's Changed

Thanks OpenSource03 report style bug from #2 🎉

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