Skip to content

Commit 55cffe4

Browse files
committed
chore: add CHANGELOG about 2.0.0
1 parent 0abd9f4 commit 55cffe4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 2.0.0
2+
3+
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

Comments
 (0)