Releases: david1gp/pandoc
Releases · david1gp/pandoc
v0.6.0
[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
v0.4.0
v0.3.1
v0.3.0
v0.2.0
[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