We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a07eeb commit a717dd7Copy full SHA for a717dd7
5 files changed
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Change Logs
2
+
3
+## v0.0.2
4
5
+ - speed up building by replacing `npx` with `./node_modules/.bin/`
6
+ - rename `httputil.js`, `httputil.min.js` to `index.js` and `index.min.js`
7
+ - add `main` and `browser` field in `package.json`.
8
+ - further minimize generated js file with mangling and compression
9
+ - upgrade modules
10
+ - patch test code to make it work with upgraded modules
11
+ - release with compact directory structure
0 commit comments