Skip to content

0.37.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 17 Sep 00:05

Upgrade:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "da217044d24abd16667324626a33581f3eaccabf80985b2688d6a08ed2f864be",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.37.1/rules_nodejs-0.37.1.tar.gz"],
)

Bug Fixes

  • protractor: update rules_webtesting patch to include additional windows fixes (#1140) (f76e97b)
  • builtin: linker test should run program as an action (#1113) (7f0102e)

Features

  • examples: the Angular example now lives in rules_nodejs (9072ddb)
  • add angular example (#1124) (c376355)
  • builtin: detect APF node module format if ANGULAR_PACKAGE file found (#1112) (162e436)
  • builtin: expose the new linker to node programs (65d8a36)
  • terser: support directory inputs (21b5142)

Note: a new implementation of rollup_bundle has been committed, but it doesn't work with ts_library inputs yet so we haven't published it. We expect it to be in the next release, along with the new terser_minified rule.