CHANGELOG.md•1.32 kB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial open source release
- MCP (Model Context Protocol) server implementation
- Chrome extension for browser integration
- WebSocket-based real-time communication
- React DevTools integration
- Network request monitoring
- Console log capture
- DOM inspection capabilities
- Time travel debugging
- Docker support
- Kubernetes deployment manifests
- Comprehensive documentation
- GitHub Actions CI/CD pipelines
- Security scanning integration
### Security
- JWT authentication support
- CORS protection
- Rate limiting
- Input sanitization
## [1.0.0] - 2024-01-XX
### Added
- First stable release
- Core MCP resources: console, network, DOM, React state
- Core MCP tools: inspect, evaluate, debug, profile
- Chrome extension with content script injection
- WebSocket transport layer
- TypeScript support throughout
- Comprehensive test suite
- Docker containerization
- npm package distribution
[Unreleased]: https://github.com/drzln/curupira/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/drzln/curupira/releases/tag/v1.0.0