Skip to content

v1.0.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 12 Aug 11:03
· 19 commits to master since this release
8e6f97e
  • 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;