You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release does not change the public interface to `cachios`, but does vastly change the build process and removes some polyfills.
4
+
5
+
Because of this, I am releasing it as 2.0.0.
6
+
7
+
It removes:
8
+
-`export`, `import`, `let`, `const`
9
+
- eslint, but the project still adheres to `eslint-config-airbnb`
10
+
-`babel-runtime` - this could affect browser compatibility, but it "shouldn't". [Axios already requires promises to be natively supported (it does not polyfill them) and that is the only "new JS" we use](https://github.com/axios/axios#promises).
0 commit comments