Skip to content

Releases: htbkoo/epub-chinese-converter

Address vulnerabilities (as of 2024-May)

26 May 12:43
def0654
Compare
Choose a tag to compare

Release Notes for v0.3.0

Highlights

  • Upgrade dependencies (the one suggested by @dependabot) to reduce vulnerabilities

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

Fix project and update dependencies in 2024

25 May 17:26
Compare
Choose a tag to compare

Release Notes for v0.2.1

Highlights

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

01 Mar 19:45
Compare
Choose a tag to compare
Pre-release

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 exclude src/test/ for build 8b280f3

v0.1.4...v0.1.6

Exported `typings.ts` as well under `index.ts

01 Mar 08:50
Compare
Choose a tag to compare

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 under index.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

v0.1.2...v0.1.4

Cleaned up published package

24 Feb 02:15
Compare
Choose a tag to compare
Pre-release
  • updated .npmignore to avoid publishing intellij internal files and jest config to npm registry 6ec367d
  • uninstalled np from devDependency a999d54

v0.1.0...v0.1.2

Fixed library by adding back necessary resources files

23 Feb 18:02
Compare
Choose a tag to compare
  • fixed library which was broken by wrong entry in .npmignore a71b4fd
  • added proper links to the badges 7d6de81
  • added badges to indicate npm version and build status 46c05bd

v0.0.3...v0.1.0

Fixing GitHub Workflow

23 Feb 17:40
Compare
Choose a tag to compare
Pre-release

To fix the broken GitHub Workflow and try to use np for publishing package updates.


  • reverted temporary fix as this break the configuration on GitHub 4d0b805

v0.0.2...v0.0.3

First publish of this library

23 Feb 17:36
Compare
Choose a tag to compare
Pre-release

Actually just to try publishing this library to npm using np


  • (spike) tried to fix np by removing npm ci 1d49cfb
  • updated IntelliJ internal file bd25f6a
  • updated jest.config.js to add setupFilesAfterEnv 9e33d5e
  • created src\__jest__\teardown.js 3f43f53
  • exposed EPUB_TO_BE_CREATED_URL in epub-io.test.ts 116f710

v0.0.1...v0.0.2