Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 05:02
· 55 commits to main since this release
1015107

0.3.0 is released! 🚀

PR #15

Enhancements

  • Added InteractivePreview which has more capabilities than Preview like tap-to-focus or pinch-zoom
  • Internalized the demo application for easier integration
  • Improved zooming functionality in the interactive preview
  • Improved focusing functionality for a smoother user experience
  • Linted the project and added comments for improved code readability
  • Added change monitoring for real-time updates on device settings
  • Added support for multi-threading operations for improved performance

Bug Fixes

  • Fixed failing tests ensuring software reliability

Documentation

  • Updated README files

Code Refactoring

  • Remove withError methods for better asynchronous context experience
  • Changed method names for improved code readability and understanding
  • Updated SwiftUI codes for alignment with the latest SwiftUI standards