Skip to content

v3.2.0

Compare
Choose a tag to compare
@vovkabelov vovkabelov released this 22 Mar 11:58
  • Fixed dependency tree (Npm Shrinkwrap)
  • Updated JSDOM initialization, now it starts with the pretentToBeVisual parameter
  • Added localization autoloading in tests
  • Added support for running build by extension name or by extension name list (-e/--extensions)
  • Added the ability to expand the list of monitored file types (bitrix build -w=default,vue,json) #13
  • Improved build error output. Added standard labels "Build error:" and improved formatting
  • Fixed an error due to which the watcher could stop its work if there were build errors
  • Fixed a bug where @bitrix/cli could try to run non-existent tests, in recent versions Node.js
  • Fixed a bug with resolving extensions in tests, for extensions from /local #7
  • Fixed a bug with resolving product extensions when build extensions from /local
  • Fixed a bug that could cause the build to loop under Windows #56
  • Updated some dependencies