Kefir v3.2.1 Release Notes

Release Date: 2016-02-25 // about 8 years ago
    • Switched from require to import/export internally.
    • Switched from Webpack to Rollup for building /dist bundle.
    • Added jsnext:main to pakcage.json for Rollup users.

    Bundle file size dropped from 108K / 49K / 9.8K to 80K / 42K / 9.5K for dev / min / min+gzip respectively. And the users' app bundle size can be reduced even further if they use Rollup and jsnext:main.

    Big thanks to @rvikmanis for doing this. #184