Releases: PepsRyuu/nollup
Releases · PepsRyuu/nollup
0.18.1
0.18.0
0.17.0
0.16.5
0.16.4
0.16.3
0.16.2
- Added
context
andmoduleContext
options. - Fixed issue where
this
did not refer toundefined
but was referring to the module. - Fixed issue with reference live-bindings where a variable declaration points to an import directly.
- Fixed issue where
export default this
returns the wrong value.
0.16.1
0.16.0 - Live Bindings
- Implemented optional live-bindings. https://github.com/PepsRyuu/nollup/blob/master/docs/live-bindings.md
- Added
--rc
option to specify location of Nollup configuration file. 7315cb2 - Updated React Refresh example to show how to use with new React 17 Babel transform.