Rill v4.1.0 Release Notes

Release Date: 2017-03-11 // about 7 years ago
    • ✂ Removed need for fetch api polyfill. (Promise polyfill still needed for older browsers).
    • ⚡️ Optimized Rill's file size in several ways.
      • Switched to events-light from browserify events shim.
      • Switch to mini-url and mini-querystring from browserify url and querystring shims.
      • Removed unused methods from @rill/http.
      • Removed Buffer dependency in the browser, now uses Blobs.