v6.0.0
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
- #354 es6 module support by @DougMidgley in #918
- #1108 allow importing certain parts of mcdev directly via es6-import by @JoernBerkefeld in #1116
Dependencies
- Bump actions/checkout from 3 to 4 by @dependabot in #1100
- Bump assert from 2.0.0 to 2.1.0 by @dependabot in #1113
- Bump axios-mock-adapter from 1.21.5 to 1.22.0 by @dependabot in #1105
- Bump c8 from 7.14.0 to 8.0.1 by @dependabot in #1121
- Bump chai from 4.3.8 to 4.3.10 by @dependabot in #1120
- Bump eslint from 8.48.0 to 8.50.0 by @dependabot in #1106 & #1119
- Bump eslint-plugin-jsdoc from 46.5.0 to 46.8.2 by @dependabot in #1103 & #1107 & #1114
- Bump eslint-plugin-prettier from 4.2.1 to 5.0.0 by @dependabot in #1101
- Bump eslint-plugin-mocha from 10.1.0 to 10.2.0 by @dependabot in #1115
- Bump fast-xml-parser from 4.2.7 to 4.3.2 by @dependabot in #1111 & #1118
- Bump prettier from 2.8.8 to 3.0.3 by @dependabot in #1101
- Bump prettier-plugin-sql from 0.14.0 to 0.15.1 by @dependabot in #1101
- Bump simple-git from 3.19.0 to 3.20.0 by @dependabot in #1112
Full Changelog: v5.3.0...v6.0.0