Skip to content

Releases: tornikegomareli/swift-lru-cache

v0.4.3

22 Jun 17:23
b57e66e

Choose a tag to compare

Changelog

v0.4.3

Features

Bug Fixes

Other Changes

  • Update README.md
  • Update README.md

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Jun 16:53

Choose a tag to compare

Changelog

v0.4.2

Features

Bug Fixes

Other Changes

  • test: add comprehensive O(1) performance verification tests
  • docs: enhance README with comprehensive examples and documentation

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Jun 16:47
81abc66

Choose a tag to compare

Changelog

v0.4.1

Features

Bug Fixes

Other Changes

  • Update README.md

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Jun 16:37

Choose a tag to compare

Changelog

v0.4.0

Features

  • implement thread safety with lock-based synchronization

Bug Fixes

Other Changes

  • refactor: replace NSLock with actor-based thread safety

Full Changelog: v0.3.2...v0.4.0

v0.3.2

22 Jun 15:29
3915315

Choose a tag to compare

Changelog

v0.3.2

Features

Bug Fixes

Other Changes

  • Update README.md

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Jun 13:30

Choose a tag to compare

Changelog

v0.3.1

Features

Bug Fixes

  • further increase TTL test timeouts for macOS CI reliability
  • make TTL tests more tolerant to timing variations in CI

Other Changes

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Jun 12:17

Choose a tag to compare

Changelog

v0.3.0

Features

  • add SwiftLint build plugin and fix all linting issues
  • add advanced operations (pop, forEach, entries, keys, values, dump)

Bug Fixes

  • remove SwiftLint dependency to fix CI builds
    fix swiftlint issues

Other Changes

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 Jun 11:00
fe07c5a

Choose a tag to compare

Changelog

v0.2.1

Features

Bug Fixes

Other Changes

  • Merge pull request #1 from tornikegomareli/dependabot/github_actions/softprops/action-gh-release-2
  • Merge pull request #2 from tornikegomareli/dependabot/github_actions/codecov/codecov-action-5
  • build(deps): Bump codecov/codecov-action from 4 to 5
  • build(deps): Bump softprops/action-gh-release from 1 to 2

What's Changed

  • build(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot in #2
  • build(deps): Bump softprops/action-gh-release from 1 to 2 by @dependabot in #1

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Jun 10:58

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Jun 08:39

Choose a tag to compare

Changelog

v0.1.0

Features

Bug Fixes

Other Changes