Skip to content

Releases: bitrix-tools/cli

v3.2.1

22 Mar 12:00
Compare
Choose a tag to compare
  • Fixed bug #57
  • Fixed bug with "terser is not a function"
  • Updated cli help
  • Updated README.md

v3.2.0

22 Mar 11:58
Compare
Choose a tag to compare
  • 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

v3.0.0

20 Dec 14:46
Compare
Choose a tag to compare
  • Fixed bug with "protected" param in bundle.config.js
  • Added automation for images in css
  • Added private properties support by default

v2.3.9

06 Dec 11:58
Compare
Choose a tag to compare
  • Added "browser: true" for rollup-plugin-node-resolve by default

v2.3.8

02 Dec 12:05
Compare
Choose a tag to compare
  • Fixed typo in bitrix create success message
  • Fixed npm audit warnings

v2.3.7

02 Dec 11:10
Compare
Choose a tag to compare
  • Fixed bug with package installation crash (fixed: #12)