Skip to content

1.5.0

Choose a tag to compare

@lahmatiy lahmatiy released this 26 Oct 17:09
· 154 commits to master since this release
  • move some parts to separate packages: basisjs-tools-config, basisjs-tools-ast and basisjs-tools-build
  • don't check for new version of tools for some commands
  • refactoring and clean up
  • update jscs config and code style fixes

extract, build and lint

Commands moved to package basisjs-tools-build. See changes here.

server

  • basic plugin support (more info is coming, see basisjs-tools-instrumenter plugin as example)
  • drop preprocess setting in config in favor of plugins support
  • don't apply preprocessors for basisjs-tools files
  • remove --no-dot-filename-ignore option
  • remove --hot-start-cache-by-ext option
  • remove handler option (config only)
  • new virtual file API
  • split into modules

create

  • use npm instead of bower
  • fix: npm spawn on windows