Releases: tornikegomareli/swift-lru-cache
Releases · tornikegomareli/swift-lru-cache
v0.4.3
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
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
v0.4.0
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
v0.3.1
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
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
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
- @dependabot made their first contribution in #2
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: v0.1.0...v0.2.0