1.0.4 - 2026-02-09
2.2.0 - 2026-04-15
- stdout/stderr uncaughtException (fc2ceb1)
- update documentations (05d4e74)
- update documentations (14efce0)
- update documentations (94bccbf)
- update documentations (f7a2e53)
- update dependencies (72fa40a)
2.1.0 - 2026-04-10
- add authenticate option to rest handlers (3926356)
- unused import (edc303a)
- update documentation for authenticate option (8fc8b66)
- reindent release script (68503ed)
- pass from unbuild to tsdown + update dependencies (cc2cabf)
- verify build script refactor (df6c67e)
- reorganize entry file (8105b62)
- add github workflow security audit + fix release script (a491c89)
2.0.0 - 2026-04-08
- replace ws self implementation with ws library (e56ea35)
- handling HMR in plugin logic (c34a2ec)
- various (ccb3a28)
- reimplement test cases (4b66189)
1.0.7 - 2026-03-29
- linting (b169630)
- add lib version to doc (7fbad3c)
- update dependencies (8f30711)
1.0.6 - 2026-03-12
1.0.5 - 2026-02-19
- update dependencies (94c0e73)
1.0.2 - 2026-02-05
- export named function (0e08938)
1.0.0 - 2026-02-04
- Initial release of vite-plugin-universal-api
- File-System based API for serving mock data from filesystem
- REST API handlers for custom programmatic responses
- WebSocket support with rooms and broadcast capabilities
- Pagination and filtering for JSON arrays
- Middleware support for request processing
- Pattern matching with Ant-style paths
- TypeScript support with full type definitions
- Comprehensive test coverage
- VitePress documentation site
- Complete API reference documentation
- Getting started guide
- Quick start tutorial
- HTTP methods behavior reference
- Examples and use cases
- VitePress documentation site setup