0.36.1 (2019-08-20)
- builtin: add browser to rollup mainFields (e488cb6)
- builtin: introduce dynamic dependencies concept (a47410e)
- less: add less link to the docs's drawer (ec6e0d1)
- less: new less package (462f6e9)
- less: updated default compiler to @bazel/less as mentioned in code review (fd71f26)
- less: updated package.json in e2e/less to pull latest (6027aa3)
0.36.0 (2019-08-15)
- 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)
- 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)
0.35.0 (2019-08-02)
- jasmine: enforce that jasmine_node_test is loaded from new location (7708858), closes #838
- fencing for npm packages (#946) (780dfb4)
- builtin: do code splitting even if only one entry point (f51c129)
- stylus: add initial stylus rule (804a788)
- stylus: output sourcemap (dac014a)
- stylus: support import by allowing files in deps (3987070)
- jasmine: You can no longer get jasmine_node_test from @build_bazel_rules_nodejs.
- Use
load("@npm_bazel_jasmine//:index.bzl", "jasmine_node_test")
instead - You need to remove
@npm//jasmine
from the deps of the jasmine_node_test - If you use user-managed dependencies, see the commit for examples of the change needed
Also makes the repo bazel-lint-clean, so running yarn bazel:lint-fix no longer makes edits.
0.34.0 (2019-07-23)
- builtin: process/browser should resolve from browserify (a98eda7)
- fix for node windows cross-compile (001d945), closes #909
- node runfiles resolution from external workspaces (82500de)
- protractor: add protractor rule (35a344c)
0.33.1 (2019-07-12)
- builtin: include package.json files in browserify inputs (13c09e6)
0.33.0 (2019-07-12)
- builtin: update to latest ncc (c1e3f4d), closes #771
- builtin: use a local mod to revert a browserify change (253e9cb)
- builtin: add nodejs toolchain support (9afb8db)
0.32.2 (2019-06-21)
- builtin: add test case for @bazel/hide-bazel-files bug (2a63ed6)
- builtin: always hide bazel files in yarn_install & npm install--- (0104be7)
0.32.1 (2019-06-19)
- typescript: exclude typescript lib declarations in (3d55b41)
- typescript: remove override of @bazel/tsetse (2e128ce)
0.32.0 (2019-06-18)
- builtin: add @bazel/hide-bazel-files utility (e7d2fbd)
- builtin: fix for issue 834 (#847) (c0fe512)
- builtin: fix for symlinked node_modules issue #802 (43cebe7)
- create: run ts_setup_workspace in TypeScript workspaces (c8e61c5)
- typescript: fix issue with types[] in non-sandboxed tsc (08b231a)
- typescript: include transitive_declarations (bbcfcdd)