Skip to content

Releases: PepsRyuu/nollup

Dev Server object config support

30 Sep 18:14
Compare
Choose a tag to compare
  • Support an object to be passed to the dev server API #151

Empty Export Object

02 Sep 21:31
Compare
Choose a tag to compare
  • Fixed syntax error when empty export is used - export {} #143

Parse Error Accuracy

28 Aug 09:23
Compare
Choose a tag to compare
  • Improve error message accuracy for parse errors. fd770c8

Virtual Index Fix

24 Aug 09:30
Compare
Choose a tag to compare
  • Fixed issue where physical index file was preferred over emitted index file. Virtual will always be preferred.

Virtual Index Fallback

23 Aug 19:24
Compare
Choose a tag to compare
  • Added support for History API fallback for index files generated by a plugin: #137

Performance Boost

16 Aug 14:53
Compare
Choose a tag to compare
  • During build, a WASM version of the source-map library is used. This can significantly improve the cold start time for an app. #100

Custom Headers, HTTPS HMR, Error Handling

15 Aug 16:19
Compare
Choose a tag to compare
  • @Filyus contributed a fix for HMR to work in HTTPS mode. #133
  • @hanswilw contributed the new headers option to allow for use cases like CORS to work with custom headers. #132
  • this.error for plugins now supports throwing errors inside an asynchronous function. #129
  • Added support for e.frame for errors, so plugins throwing errors can show code snippets.

HTTPS Support

13 Aug 13:14
Compare
Choose a tag to compare
  • Support for running Nollup in HTTPS mode with new https, cert and key options. Thanks @morbidick! #130

Bug Fixes

09 Aug 19:34
Compare
Choose a tag to compare
  • Trigger resolveId for input module.
  • Support "virtual modules" for entry module.
  • @charlag contributed a fix for using esm format within NodeJS. #110
  • Fixed issue where source map check was removing code in auth0.
  • Added limited support for export var named live-bindings to support transpiled TypeScript enums.