File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ The modernization steps:
41
41
- replace ` JSZip ` dependency with [ ` fflate ` ] ( https://github.com/101arrowz/fflate ) which has an ESM build and offers better performance.
42
42
- bump version to ` v3.0.0 ` as a ` major ` release (_ the original project version was in the ` 2.x ` range._ )
43
43
- note that the changelog did not exists prior to ` v3.0.0 `
44
- - ** in summary** we dropped 2 of 3 dependencies and switched to a compression library offering better perf ** and** tree shaking
45
- - the library now only has 1 dependency, [ fflate] ( https://github.com/101arrowz/fflate )
46
44
47
- This modernization is providing a huge decrease in the final build size and is offering better performance 🚀
45
+ The project now requires only 1 dependency which is [ fflate] ( https://github.com/101arrowz/fflate ) .
46
+
47
+ ### Summary
48
+
49
+ This modernization is providing a huge decrease in the final build size, with now only 1 dependency, and is offering better performance 🚀
48
50
49
51
## Installation
50
52
You can’t perform that action at this time.
0 commit comments