Skip to content

Releases: kean/Nuke

Nuke 12.4

10 Feb 18:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Nuke 12.3

06 Jan 20:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.2.0...12.3.0

Nuke 12.2

23 Nov 16:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.1.6...12.2.0

Nuke 12.1.6

19 Aug 14:57
Compare
Choose a tag to compare
  • Improve ImageCache (memory cache) performance by 20%
  • Improve NukeExtensions performance by 5%
  • Update the code to support future visionOS releases by switching to canImport where possible

Nuke 12.2 (Beta 2)

19 Aug 14:04
Compare
Choose a tag to compare
Nuke 12.2 (Beta 2) Pre-release
Pre-release
  • Fix compilation visionOS errors on Xcode 15 Beta 6

Warning

Swift Package Manager is not supported yet. There seem to be compilation errors when adding .visionOS(.v1) to the list of the supported versions. More updates coming soon.

Nuke 12.1.5

29 Jul 12:07
Compare
Choose a tag to compare
  • Fix #717 by moving DataCache metadata to a hidden file - #718

Nuke 12.1.4

22 Jul 21:44
Compare
Choose a tag to compare
  • Upgrade from CommonCrypto to CryptoKit and slightly optimize how cryptographic hashes are converted to strings (used as filenames for DataCache)
  • Deprecate DataCache/isCompressionEnabled. It was initially added as a general-purpose feature used in Pulse, but it's not recommended to be used with most image formats.
  • DataCache now performs sweeps less frequently
  • Minor docs correction – #715 by @tdkn

New Contributors

  • @tdkn made their first contribution in #715

Nuke 12.1.3

10 Jul 23:38
Compare
Choose a tag to compare
  • Fix #709: LazyImage fails to perform memory cache lookup in some scenarios
  • (Internal) Replace some of the custom code with native extensions – #713 by @openmetrue
  • Increase the minimum required Xcode version to 14.1 (required by App Store)

New Contributors

Nuke 12.1.2

26 Jun 22:08
Compare
Choose a tag to compare

New Contributors

Nuke 12.1.1

23 Jun 01:52
Compare
Choose a tag to compare
  • Fix #693: ImageRequest created with an async function now executes it lazily - #708 by @khlopko
  • Fix #695: byCroppingToSquare() always return square image – #696 by @zzmasoud
  • Update unit tests – #701 by @woxtu
  • Fix upcoming warnings in Xcode 15

New Contributors