Skip to content

Releases: david1gp/pandoc

v0.6.0

22 Mar 07:56

Choose a tag to compare

[0.6.0] - 2026-03-22

🐛 Bug Fixes

  • (lib) Use correct type mapping in package.json exports

💼 Other

  • (ts) Fix empty dist builds, disable incremental build for lib builds

🚜 Refactor

  • (ts) Use nodenext, requiring js file extensions in imports
  • (ts) Remove baseUrl and moduleDetection
  • (imports) Add file extensions for all imports

⚙️ Miscellaneous Tasks

  • (release) Skip confirmation when version arg is provided

v0.5.0

16 Mar 17:50

Choose a tag to compare

[0.5.0] - 2026-03-16

🐛 Bug Fixes

  • (result) Import from module instead of path alias
  • (client) Use relative imports
  • (client) Use relative imports, remove ts import aliases

v0.4.0

15 Mar 06:03

Choose a tag to compare

[0.4.0] - 2026-03-15

🐛 Bug Fixes

  • (result) Import result from @adaptive-ds/result, add result as peer dependency

🚜 Refactor

  • (api) Return Blob instead of Uint8Array

v0.3.1

17 Feb 15:22

Choose a tag to compare

[0.3.1] - 2026-02-17

🐛 Bug Fixes

  • (service) Do not remain after exit

⚡ Performance

  • (deps) Optimize dependencies by moving all client to peerDependencies and server to devDependencies

v0.3.0

17 Feb 08:58

Choose a tag to compare

[0.3.0] - 2026-02-17

🚀 Features

  • (release) Add release script

🚜 Refactor

  • (api) Return string, list text/binary formats, return specific text content type
  • (api) Separate pandoc apis into text and binary ouputs, add type safety to input formats

v0.2.0

17 Feb 06:24

Choose a tag to compare

[0.2.0] - 2026-02-17

🚀 Features

  • Init project, ts, hono, openapi, swagger-ui, pandoc cli call
  • (logo) Add logo, favicon
  • (server) Add 100 mb file size check
  • (icons) Serve logo and favicon from public dir
  • (openapi) Add schema description for openapi
  • (caching) Cache served static content from public for 3 days
  • (package) Add metadata for publishing
  • (ci) Add npm publishing using github actions oidc

🐛 Bug Fixes

  • (scripts) Fix bun reload --hot arg needs to be first, add format with prettier
  • (deploy) Do not copy node_modules, install deps, add status, add missing @hono/standard-validator dependency
  • (scripts) Build command, custom tsconfig for client, enable erasableSyntaxOnly in ts

🏭 Operations

  • (vps) Add vps setup scripts

🚜 Refactor

  • (src) Extract client, deduplicate schemas, "/" post and put, separate handlers
  • (server) Remove schema dir
  • (src) Change api url structure, separate tests, global test setup
  • (version) Read version from package.json
  • (server) Deduplicate routes, add openapi docs for memory usage route

📚 Documentation

  • Add mit license and readme

⚡ Performance

  • (package) Package only dist files generated for client

🧪 Testing

  • (pandoc) Remove negative error test
  • (client) Add client import test using regex

⚙️ Miscellaneous Tasks

  • (package) Run dev with hot reloading