Skip to content

Releases: aumChauhan/PixieCacheKit

1.2.1

02 Aug 17:38
Compare
Choose a tag to compare

πŸš€ 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

19 Jun 09:28
Compare
Choose a tag to compare

πŸš€ 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

01 Jan 05:04
Compare
Choose a tag to compare

πŸš€ Release Note v1.1.3

✨ Enhancement

Full Changelog: 1.1.2...1.1.3

1.1.2

10 Sep 06:05
Compare
Choose a tag to compare

πŸš€ Release Note v1.1.2

✨ Enhancements

  • Minor documentation changes.

Full Changelog: 1.1.1...1.1.2

1.1.1

30 Aug 18:01
Compare
Choose a tag to compare

πŸš€ Release Note v1.1.1

🐞 Bug Fixes

  • Removed the ZStack from PixieImage view to prevent transition bugs.

Full Changelog: 1.1.0...1.1.1

1.1.0

25 Aug 08:34
Compare
Choose a tag to compare

πŸš€ 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

18 Jun 18:35
Compare
Choose a tag to compare

πŸš€ 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.