Skip to content

0.28.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 25 Apr 17:47

BREAKING CHANGES

  • npm_package now throws for any files in srcs which do not reside in the same package as the target. These files should be in the deps instead. (Note that in previous releases, we didn't permit these files in deps.)

Features

  • rollup_bundle: new output_group lets you select .js and .js.map files together for different output flavors, thanks @jbedard
  • rollup_bundle: UMD bundles can now be requested es5 and es5 minified, thanks @jbedard

Fixes

  • don't depend on Windows PowerShell, fixes angular/angular#29760
  • fixes for karma: get right dependency versions, use the same version of karma-jasmine as Angular CLI
  • add missing progress_messages, fixes #705
  • add LICENSE files for @bazel/bazel mirrored packages
  • don't create nodejs_binary targets when the package.json bin entry is empty, fixes #692 - thanks @manekinekko
  • external source maps on Windows, thanks @devversion
  • jasmine_node_test uses native test wrapper on windows, thanks @laszlocsomor