Skip to content

Releases: frozeman/meteor-build-client

v1.3.0

22 Oct 10:38
0c4d044
Compare
Choose a tag to compare

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

06 Sep 11:14
95c3040
Compare
Choose a tag to compare
  • 👨‍💻 Address exception mentioned in #71
  • 📦 Update dependencies
  • 👨‍🔬 Test with latest meteor
  • 👷‍♂️ Add .npmignore

v1.2.1

14 Jun 22:18
a4b51ed
Compare
Choose a tag to compare
  • 👨‍💻 Fix file's duplicates in generated markup

v1.2.0

14 Jun 21:55
459556f
Compare
Choose a tag to compare

v1.0.0

12 Aug 11:03
8e6f97e
Compare
Choose a tag to compare
  • 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 and blaze-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 and Meteor.disconnect exist in global space;
  • If --url option is not passed create dummy sockjs/info to avoid connect DDP exceptions;
  • Closing: #53, #40;
  • Solving: #61, #57, #55, #42, #18;
  • Taking into account: #59, #35;