chore: document formatting rules

This commit is contained in:
Matthew Raymer
2025-09-22 07:27:01 +00:00
parent 4b8f936247
commit fcc4e52d5d
12 changed files with 196 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2024-03-20
### Added
- Initial release of the Daily Notification Plugin
- Basic notification scheduling functionality
- Support for multiple notification schedules
@@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TypeScript support with full type definitions
### Features
- Schedule daily notifications at specific times
- Support for multiple notification schedules
- Timezone-aware scheduling
@@ -30,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Comprehensive settings management
### Security
- HTTPS-only network requests
- Content validation before display
- Secure storage of sensitive data
@@ -37,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- No sensitive data in logs
### Documentation
- Comprehensive API documentation
- Usage examples for basic and advanced scenarios
- Enterprise-level implementation examples
@@ -44,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Platform-specific implementation details
### Testing
- Unit tests for core functionality
- Integration tests for platform features
- Advanced scenario tests
@@ -53,17 +58,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.9.0] - 2024-03-15
### Added
- Beta release with core functionality
- Basic notification scheduling
- Simple content handling
- Basic event system
### Changed
- Improved error handling
- Enhanced type definitions
- Better documentation
### Fixed
- Initial bug fixes and improvements
- TypeScript type issues
- Documentation clarity
@@ -71,17 +79,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.8.0] - 2024-03-10
### Added
- Alpha release with basic features
- Initial plugin structure
- Basic TypeScript interfaces
- Simple notification scheduling
### Changed
- Early development improvements
- Initial documentation
- Basic test setup
### Fixed
- Early bug fixes
- Initial type issues
- Basic documentation
@@ -89,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Enterprise features
- Notification queue system
- A/B testing support
@@ -101,31 +113,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enhanced documentation
### Changed
- Improved error handling
- Enhanced type definitions
- Better documentation structure
- More comprehensive examples
### Fixed
- TypeScript type issues
- Documentation clarity
- Test coverage gaps
- Example code improvements
### Security
- Enhanced security measures
- Additional validation
- Improved error handling
- Better logging practices
### Documentation
- Added enterprise usage examples
- Enhanced API documentation
- Improved security guidelines
- Better troubleshooting guides
### Testing
- Added enterprise scenario tests
- Enhanced test coverage
- Improved test organization
- Better test documentation
- Better test documentation