Releases: frozeman/meteor-build-client
Releases · frozeman/meteor-build-client
v1.3.0
Changes:
- 🔧 Fix for #13 — Ask user to prompt overwriting output directory, thanks to @matikucharski
- ✨ Added
-y--yci— Flags to skip prompt and warnings - 🤝 Compatibility with
meteor@2.8.0
v1.2.2
v1.2.1
- 👨💻 Fix file's duplicates in generated markup
v1.2.0
v1.0.0
- Update codebase to ES6;
- Overall codebase refactoring and linting;
- Breaking: Remove spinner,
simple-spinnerdependency, and-hide, --hideSpinnercommand line options; - Support for modern (ES6) and legacy (ES5) builds (legacy build is used by default);
- Support for Meteor's
<meteor-bundled-js/>and<meteor-bundled-css/>; - Support for
body.htmlandblaze-html-templates(see updated readme); - Support for
{{url-to-meteor-bundled-css}}placeholder, which can be used in<link rel="preload">; - Breaking:
--usebuildoption now accepts<path>to the build; - Update NPM dependencies;
- Use
fs-extramodule to move files around; - Check that
MeteorandMeteor.disconnectexist in global space; - If
--urloption is not passed create dummysockjs/infoto avoid connect DDP exceptions; - Closing: #53, #40;
- Solving: #61, #57, #55, #42, #18;
- Taking into account: #59, #35;