Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 855 Bytes

File metadata and controls

34 lines (26 loc) · 855 Bytes

@objectstack/plugin-msw

0.3.2

Patch Changes

  • Patch release for maintenance and stability improvements
  • Updated dependencies
    • @objectstack/runtime@0.3.2
    • @objectstack/spec@0.3.2
    • @objectstack/types@0.3.2

0.3.1

Added

  • Initial release of MSW plugin for ObjectStack
  • MSWPlugin class implementing RuntimePlugin interface
  • ObjectStackServer mock server for handling API calls
  • Automatic generation of MSW handlers for ObjectStack API endpoints
  • Support for browser and Node.js environments
  • Custom handler support
  • Comprehensive documentation and examples
  • TypeScript type definitions

Features

  • Discovery endpoint mocking
  • Metadata endpoint mocking
  • Data CRUD operation mocking
  • UI protocol endpoint mocking
  • Request logging support
  • Configurable base URL
  • Integration with ObjectStack Runtime Protocol