Skip to content

0.36.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 15 Aug 01:44

This release includes a new package @bazel/worker which is handy for wrapping nodejs programs as a persistent daemon process pool under Bazel. This makes tools faster, especially those with a long startup time like TypeScript that has to parse and JIT the typescript.js script on each execution. Check out the README.md

Breaking changes

The rules_nodejs_dependencies repository rule did nothing, and has been removed. Just delete any references to it.

Bug Fixes

  • jasmine: correct comment about behavior of config_file attr (59a7239)
  • fix yarn_install yarn cache mutex bug (31aa1a6)
  • get rules_go dependency from build_bazel_rules_typescript (ea6ee0b)
  • npm_package issue with external files on windows (8679b9e)
  • sconfig deps sandbox bug (161693c)

Features

  • jasmine: introduce config_file attribute (b0b2648)
  • jasmine_node_test: add attr jasmine_config (715ffc6)
  • worker: new worker package (9e26856)
  • add browser module main priority to generated umd bundles (17cfac9)