Releases: aumChauhan/PixieCacheKit
Releases Β· aumChauhan/PixieCacheKit
1.2.1
π Release Note v1.2.1
π Documentation
- Removed unwanted images and view implementation files from docs directory to reduce overall package size.
Full Changelog: 1.2.0...1.2.1
1.2.0
π Release Note v1.2.0
β¨ Enhancement
- Moved code documentation to DocC for better organization.
- Cleaned up the code base to enhance readability and maintainability.
For comprehensive documentation, visit the PixieCacheKit Documentation.
Full Changelog: 1.1.3...1.2.0
1.1.3
π Release Note v1.1.3
β¨ Enhancement
- Repository URL has been updated. The new URL is https://github.com/aumChauhan/PixieCacheKit.
- Minor change in documentation.
Full Changelog: 1.1.2...1.1.3
1.1.2
π Release Note v1.1.2
β¨ Enhancements
- Minor documentation changes.
Full Changelog: 1.1.1...1.1.2
1.1.1
π Release Note v1.1.1
π Bug Fixes
- Removed the
ZStack
fromPixieImage
view to prevent transition bugs.
Full Changelog: 1.1.0...1.1.1
1.1.0
π Release Note v1.1.0
β¨ Enhancement
- Added the ability to select the image format when configuring the file manager cache method.
Full Changelog: 1.0.0...1.1.0
1.0.0
π Release Note v1.0.0
β¨ Initial Release
- Support for Swift concurrency to handle asynchronous image downloads.
- Flexible storage options: File Manager for persistent storage and NSCache for quick access.
- Comprehensive cache management functions for clearing cached data and checking cache sizes.