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
[email protected]
v1.2.2
v1.2.1
- 👨💻 Fix file's duplicates in generated markup
v1.2.0
- 👷♂️ Possibly fixing #64 and #63
- 🤝 Compatibility with
[email protected]
v1.0.0
- Update codebase to ES6;
- Overall codebase refactoring and linting;
- Breaking: Remove spinner,
simple-spinner
dependency, and-hide, --hideSpinner
command 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.html
andblaze-html-templates
(see updated readme); - Support for
{{url-to-meteor-bundled-css}}
placeholder, which can be used in<link rel="preload">
; - Breaking:
--usebuild
option now accepts<path>
to the build; - Update NPM dependencies;
- Use
fs-extra
module to move files around; - Check that
Meteor
andMeteor.disconnect
exist in global space; - If
--url
option is not passed create dummysockjs/info
to avoid connect DDP exceptions; - Closing: #53, #40;
- Solving: #61, #57, #55, #42, #18;
- Taking into account: #59, #35;