Skip to content

Latest commit

 

History

History
133 lines (80 loc) · 5.33 KB

File metadata and controls

133 lines (80 loc) · 5.33 KB

1.0.4 - 2026-02-09

2.2.0 - 2026-04-15

Bug Fixes

  • stdout/stderr uncaughtException (fc2ceb1)

Documentation

Chores

2.1.0 - 2026-04-10

Features

  • add authenticate option to rest handlers (3926356)

Code Refactoring

Documentation

  • update documentation for authenticate option (8fc8b66)

Chores

  • 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

Features

  • replace ws self implementation with ws library (e56ea35)

Bug Fixes

Performance Improvements

  • handling HMR in plugin logic (c34a2ec)

Code Refactoring

Documentation

  • fix documentation errors (0d0a42f)
  • fix documentation errors (55aa1c7)

Tests

Chores

1.0.7 - 2026-03-29

Bug Fixes

Documentation

Chores

1.0.6 - 2026-03-12

Chores

1.0.5 - 2026-02-19

Chores

1.0.2 - 2026-02-05

Chores

1.0.0 - 2026-02-04

Features

  • 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

Documentation

  • Complete API reference documentation
  • Getting started guide
  • Quick start tutorial
  • HTTP methods behavior reference
  • Examples and use cases
  • VitePress documentation site setup