Skip to content

Releases: PepsRyuu/nollup

0.18.1

02 Aug 11:40
Compare
Choose a tag to compare
  • Corrected hoisting for classes that are part of circular dependencies. #208

0.18.0

26 Jul 16:37
Compare
Choose a tag to compare
  • Circular dependencies are now resolved correctly with hoisting.
  • Removed express-ws for ws.

0.17.0

04 Jul 16:50
Compare
Choose a tag to compare
  • Added optimisation for dynamic imports if the target import has already been included statically.
  • Added warning for circular dependencies.
  • Added documentation on how to work around circular dependencies and explaining them in the context of ESM.

0.16.5

22 May 18:41
Compare
Choose a tag to compare
  • Fixed default not being exported when using custom syntheticNamedExports. #202

0.16.4

10 May 14:37
Compare
Choose a tag to compare
  • Fixed infinite loop with recursive resolve calls using skipSelf. #196

0.16.3

30 Apr 14:30
Compare
Choose a tag to compare
  • Improved formatting for error messages.

0.16.2

27 Apr 17:37
Compare
Choose a tag to compare
  • Added context and moduleContext options.
  • Fixed issue where this did not refer to undefined 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

04 Apr 15:30
Compare
Choose a tag to compare
  • Fix bug where syntheticNamedExports was lost in subsequent transform steps. #192

0.16.0 - Live Bindings

30 Mar 15:39
Compare
Choose a tag to compare

0.15.6

21 Mar 14:06
Compare
Choose a tag to compare
  • Generalize proxy to handle globs: #187