Releases: htbkoo/epub-chinese-converter
Releases · htbkoo/epub-chinese-converter
Address vulnerabilities (as of 2024-May)
Release Notes for v0.3.0
Highlights
- Upgrade dependencies (the one suggested by @dependabot) to reduce vulnerabilities
What's Changed
- feat!: Address vulnerabilities as of 2024-May by @htbkoo in #31
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #15
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #20
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #21
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #22
- Bump json5 from 2.1.1 to 2.2.3 by @dependabot in #23
- Bump cookiejar from 2.1.2 to 2.1.4 by @dependabot in #24
- Bump ws from 7.2.1 to 7.5.9 by @dependabot in #27
- Bump y18n from 4.0.0 to 4.0.3 by @dependabot in #28
- Bump acorn from 6.4.0 to 6.4.2 by @dependabot in #29
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #18
- Bump ajv from 6.11.0 to 6.12.6 by @dependabot in #19
- Bump underscore from 1.9.2 to 1.13.6 by @dependabot in #26
New Contributors
- @dependabot made their first contribution in #15
Full Changelog: v0.2.1...v0.3.0
Fix project and update dependencies in 2024
Release Notes for v0.2.1
Highlights
- Update the project, so that it would work with htbkoo/lightweight-epub-reader-electron using latest versions (as of 2024-May-25) of
node
(tested withnode20
) andelectron
(30.0.8
) - Reject on error in
readEpub
- Inline dependencies of
julien-c/epub
andcthackers/adm-zip
Notice
Somehow the changes was not published correctly in v0.2.0
so this is a republish of that
What's Changed
Full Changelog: v0.1.6...v0.2.1
Cleaned up published package
Release Notes for v0.1.6
Highlights
- Minor update to clean up the package published (pruned the test codes in the bundle which were published unintentionally)
- Added
scripts.prepublishonly
to always rebuild the package before publishing
Notice
Somehow the changes was not published correctly in v0.1.5 so this is a republish of v0.1.5
- added scripts.prepublishonly to clean and rebuild
dist/
before npm publish (to avoid publishing wrong package in the future) 3941a68 - added
rimraf
as devDependency 8854683 - updated IntelliJ internal file 32b2023
- moved files to avoid publishing test codes to npm cd249c3
- updated
tsconfig-prod.json
to excludesrc/test/
for build 8b280f3
Exported `typings.ts` as well under `index.ts
Release Notes for v0.1.4
Highlights
Minor update to make it more convenient to use this library
Notice
Somehow the changes was not published correctly in v0.1.3 so this is a republish of v0.1.3
- Merge pull request #4 from htbkoo/dev 13716b1
- updated formatting 113308b
- added exporting of
typings.ts
underindex.ts
2c6576d - refactored tests setup and extracted common constants / utils to
__jest__/utils.ts
(to avoid unintentionally triggering test suite) bb96970 - added clean up on
afterEach
dc64147 - added description in test 47dae74
- updated
usage
instruction 1261256
Cleaned up published package
Fixed library by adding back necessary resources files
Fixing GitHub Workflow
First publish of this library
Actually just to try publishing this library to npm
using np