Skip to content

v2.1.0

Choose a tag to compare

@ScriptedAlchemy ScriptedAlchemy released this 06 Feb 07:36
· 32 commits to master since this release
2eb0d2a

2.1.0 (2020-02-06)

Features

  • Recursive tree-shake support (#111) (2eb0d2a)

  • Tree shaking support
    Basic implementation working

  • moved demo to static serve
    fix: addressed issues with missing chunks
    chore: preparing codebase for queue groups in require extension

  • fix: stable parallel chunk resolution
    improving resolution tactics
    updated style resolution
    remove useless chunk registration checks

  • fix: decouple loader scripts from the main bundle

  • docs: adding comments

  • fix: adding error handling for CSS

  • fix: fixed error handling on CSS and JS promises

  • perf: split chunks into 50kb fragments

  • refactor: cleanup unused code
    removing old template code
    removing old functions

  • style: linting interleaveFn

  • fix: use yarn workspaces on demo

  • feat: resolve and return required module
    No longer need to use a webpack_require inside another promise.
    You can now just use __webpack_require__.interleaved()

  • build: fixing rogue prod build

  • chore: remove encryption

  • style: fixing various linting issues

  • refactor: deleting old template files

  • docs: updating readme with fixed require chains

you now no longer need to webpack_require inside require.interleaved

  • ci: running multiple scripts in the build stage

  • docs: update license to BSD-3

  • refactor: removing old files

removing and .npmignore'ing files and folders

  • refactor: removing old files

removing and .npmignore'ing files and folders

  • ci: improve build speed