We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ab349 commit 2ddfcddCopy full SHA for 2ddfcdd
README.md
@@ -30,6 +30,8 @@ The modernization steps:
30
- drop `Q` dependency (we simply use native `Promise`)
31
- drop `Lodash` dependency (we now use native JS code)
32
- replace `JSZip` dependency with [`fflate`](https://github.com/101arrowz/fflate) which has an ESM build offers better performance.
33
+- bump version to `v3.0.0` with a `major` release (_the original project version was in the `2.x` range._)
34
+ - note: the changelog did not exists before `v3.0.0`
35
36
This modernization is providing a huge decrease in the final build size and is offering better performance 🚀
37
0 commit comments