File bazel-rules-nodejs.changes of Package bazel-rules-nodejs
-------------------------------------------------------------------
Fri May 1 08:11:17 UTC 2020 - Samu Voutilainen <smar@smar.fi>
- Update to 1.5.0
* Bug Fixes:
builtin: entry point of a .tsx file is .js (#1732) (24607ed), closes #1730
builtin: fix for nodejs_binary entry point in bazel-out logic (#1739) (a6e29c2) (863c7de) closes #1606
jasmine: user templated_args should be passed to jasmine after 3 internal templated_args (#1743) (baa68c1)
typescript: fix ts_library to allow deps with module_name but no module_root attrs (#1738) (0b5ad2a)
typescript: pass rootDir to ts_project tsc actions (#1748) (13caf8b)
* Features:
builtin: add LinkablePackageInfo to pkg_npm, js_library & ts_library (1023852)
builtin: add support for predefined variables and custom variable to params_file (34b8cf4)
builtin: support $(rootpath), $(execpath), predefined & custom variables in templated_args (5358d56)
labs: introduce a new ts_proto_library with grpc support (8b43896)
rollup: add worker support to rollup_bundle (66db579)
typescript: add devmode_target, devmode_module, prodmode_target & prodmode_module attributes (#1687) (1a83a7f)
typescript: add ts_project rule (#1710) (26f6698)
-------------------------------------------------------------------
Tue Mar 17 14:41:14 UTC 2020 - Christian Goll <cgoll@suse.com>
- initial commit of bazel-rules-nodejs