mirror of
https://github.com/samsonjs/NotificationSmuggler.git
synced 2026-03-25 08:25:48 +00:00
1.9 KiB
1.9 KiB
Changelog
Unreleased
- Your change here.
[0.2.1] - 2025-06-06
Added
- Support for optional object parameter in notification posting
- Comprehensive DocC documentation with examples and best practices
- Enhanced API documentation with usage examples
Changed
- Improved documentation throughout the codebase
- Enhanced test coverage for new functionality
[0.2.0] - 2025-06-06
Added
- #1:
NotificationCenter.smuggleextension method for improved ergonomics - @samsonjs. - Better API for posting notifications directly from NotificationCenter
Changed
- Improved logging using
os.loginstead ofNSLog - Enhanced overall package documentation
[0.1.2] - 2025-04-29
Changed
- Updated documentation and version references
[0.1.1] - 2025-04-29
Changed
- Fixed deployment targets for iOS 18.0+ and macOS 15.0+
- Updated README with comprehensive usage examples and documentation
[0.1.0] - 2025-04-29
Added
- Initial release of NotificationSmuggler
Smuggledprotocol for type-safe notification handlingNotificationandNotificationCenterextensions for smuggling notifications- Support for async/await and Combine notification observation
- Swift 6 concurrency support with
Sendableconformance - Comprehensive test suite using Swift Testing framework
- iOS 18.0+ and macOS 15.0+ platform support