Skip to content

v6.0.0

Compare
Choose a tag to compare
@JoernBerkefeld JoernBerkefeld released this 09 Oct 13:10
· 603 commits to main since this release
c25af29

BREAKING CHANGES

With version 6 we are dropping support for CommonJS modules (require('mcdev')) in favor of ES6 modules (import mcdev from 'mcdev'). Please consider upgrading your solution to ES6 modules or your will have to require a version prior to 6.0.0, with 5.3.0 being the latest available one that still supports CommonJS.

Features

Dependencies

Full Changelog: v5.3.0...v6.0.0