Okikio Bundle Versions Save

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.

v0.2.0

2 years ago

0.2.0 (2022-03-12)

Bug Fixes

  • fix missing initialSize from console (7716174)
  • rename run button to build (6fb0ee3)

Features

  • add brotli compression support, (WIP) make it configurable (e56a174)
  • add support for custom configs (f7ad05e)
  • increase max number of console lines to 250 (06bcdb6)
  • switch to dprint for formatting (49e3801)

Performance Improvements

v0.1.0

2 years ago

0.1.0 (2022-02-26)

Bug Fixes

Features

  • add clear editor btn (bec90b7)
  • add editor btn hide & src code size (5e05e02)
  • add opacity transition to navbar open and close (ba6b852)
  • add vercel.json for vercel (79705b2)
  • add virtual console for debugging (cddb60e)
  • force all deps to fetch their package.json even if not needed (2cae3d9)
  • pkg versioning using proper package.json (c747ed9)
  • push state on every run btn click (98551cf)
  • re-design site so the new console works better (f3b386f)
  • support text as a shared url search param (84562d0)
  • trunucate inline console logs if the number of logs is over 50 (cd670b5)

Performance Improvements

v0.0.5

2 years ago

0.0.5 (2021-10-07)

Features

  • add hover package info; (6eda9f6)
    • add hover package info
    • add support for ts types
  • only bundle code when bundle is included in url; (43fef60)
    • only bundle code when bundle is included in url;
    • switch to using select box for theme selection

Bug Fixes

Full Changelog: https://github.com/okikio/bundle/compare/v0.0.4...v0.0.5

v0.0.4

2 years ago

0.0.4 (2021-09-22)

Features

  • add css env(inset-*); monaco ts types supprt; (8bfb5e3)

Bug Fixes

  • add navigationPreload to sw; preload css fonts (d644b4e)
  • hit counter counting on all pages; (cd3d718)
  • proper fix for release process (f2631c1)
  • reduce sw.js max-age header (dd7837d)
  • use stale-while-revalidate cache headers; (1b458e5)
  • use WebWorker polyfill to fix terminate error; (90932c9)

v0.0.3

2 years ago

0.0.3 (2021-09-20)

Bug Fixes

v0.0.2

2 years ago

0.0.2 (2021-09-20)

Features

  • add copy, wrap, format & reset btns; (faaf924)
  • add PWA screenshots; add sharing to PWA (4e50e04)
  • add sw for PWA; detect offline/online mode (473c098)
  • faster preloading & prefetching (3882c11)
  • prefetch workers (dbe1287)
  • preload monaco.min.js for faster perfs; (0222b70)
  • PWA support for js/ts files (987984b)
  • update deps; better seo (3c4ab38)

Bug Fixes

  • editor styles on mobile; update deps (407d216)
  • ensure all preloads are in order (a5bece7)
  • reorder preloads and prefetch (d31d40f)
  • seo social image previews bug (ed82939)
  • social media preview (10e295c)
  • unsafe-eval CSP issue (16db273)
  • update sw.js caching algorithm (061205c)
  • use a new image for social media cards (2e9b301)

v0.0.1

2 years ago

0.0.1 (2021-09-16)

Features

  • add a new monaco-editor for resulting bundle (40e7915)

v0.0.0

2 years ago

0.0.0 (2021-09-16)

Features

  • :recycle: switch to an editor model using monaco (3c2fbfc)
  • :zap: move to only one worker; (2f66612)
  • add bundle.js.org into CNAME (e716b29)
  • add frontend for bundler, (7d1f557)
  • add search parameters e.g. bundle.js.org?exports=useState&from=react (40874cb)
  • add solid js for ui, (51051f4)
  • add support for esbuild and gzip, (898d882)
  • demo: :sparkles: update deps; using uniroll create a rollup based bundler; replace esbuild-wasm (46eeb8b)
  • docs: :bug: add json support to the cdn namespace (509c663)
  • docs: :sparkles: add run btn; (049016a)
  • use counterapi to determing bundle js usage (1466a1c)

Bug Fixes

  • :bug: fix bugs, remove solid js (9de0145)
  • :bug: WIP rollup (ec9d099)
  • :fire: fix bugs from winidicss (f71d692)
  • add rel="noopener" to footer link (53b56b2)
  • add terser and fix @babel/core (c883c36)
  • fix CNAME bug (e3bb629)
  • fix gitpod bug (2eb48ec)
  • fix pnpm install errors (36a6c80)
  • header: correct capitalisation of GitHub (c7cb9bf)
  • support firefox/safari 14 by bundling workers to iife (510cd11)