Releases: webpack-contrib/expose-loader
Releases · webpack-contrib/expose-loader
v5.0.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.1 (2025-02-07)
Bug Fixes
v5.0.0
5.0.0 (2024-01-17)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
18.12.0
(#225) (1eb4039)
v4.1.0
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2023-03-09)
Features
- added
globalObject
option to modify global context (#205) (1ad9096)
v4.0.0
4.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 14.15.0
v3.0.0
3.0.0 (2021-05-20)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 12.13.0
v2.0.0
2.0.0 (2021-02-02)
⚠ BREAKING CHANGES
- minimum supported
webpack
version is 5
- inline syntax was changed:
[]
is no longer supported (i.e. import $ from "expose-loader?exposes[]=$&exposes[]=jQuery!jquery
), please use ,
comma separator (i.e. import $ from "expose-loader?exposes=$,jQuery!jquery
)
v1.0.3
1.0.3 (2020-11-26)
Bug Fixes
v1.0.2
1.0.2 (2020-11-25)
Bug Fixes
- don't strip loader "ref" from import string (6271fc4)