v1.0.0
This commit is contained in:
parent
fabd46b903
commit
0bdfba0b4e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# v1.0.0
|
||||
|
||||
- Rename current (default and only) export to a named `toAuto` export, which creates a `Blob` or `Buffer` as appropriate
|
||||
- Add `toArray`, `toBlob`, and `toBuffer` exports to manually specify the output format
|
||||
- Git tag is now the built version, for easier direct installation without the npm registry
|
||||
|
||||
# v0.1.3
|
||||
|
||||
- Fix issue when trying to add large files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "do-not-zip",
|
||||
"version": "0.1.3",
|
||||
"version": "1.0.0",
|
||||
"description": "Do not zip. Just store.",
|
||||
"keywords": [
|
||||
"browser",
|
||||
|
|
Loading…
Add table
Reference in a new issue