v0.7.0
Important and non-breaking changes
- Removed
createCache
function. As you can see here, it is simple to replace it. - Completely changed compiled code, now the code is built with babel. A webpack compiled output is also provided into the npm package as
index.bundle.js
and in two CDNs. - Optimized code size with better dependencies. (-
tslib
, -typed-core
, +fast-defer
)
Commits
- chore: correct babel filename
5d77ef1
- chore: don't transpile node_modules
05aadff
- chore: good times :)
1a5fdf9
- chore: removed babel runtime usage
d2a6fed
- chore: transpile @tusbar/cache-control and correct babel config
32afef4
- chore!: use google browserlist config
1fc3552
- deps: added missing explicit dependency
4fa9bc9
- docs: updated badges
3ebe9e5
- docs: updated readme badges
f7f9033
- refactor: bundle does not export everything that index has
488cd49
- style: formatted code
964f7b0
- tag: v0.7.0
9d0f429
Full Changelog: v0.6.3...v0.7.0