Skip to content

v1.1.0 Released

Compare
Choose a tag to compare
@SnowFireWolf SnowFireWolf released this 28 Oct 03:08
· 21 commits to main since this release

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