All Versions
10
Latest Version
Avg Release Cycle
150 days
Latest Release
939 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
November 14, 2023- ⚡️ Updated project to support Xcode 15
- ⬇️ Dropped support for Swift versions earlier than 5
- ✅ Cleaned up scripts and split 'workflowtests.sh' into individual scripts for easier modular testing in development
- ✂ Removed Codacy support
- ⚡️ Updated workflows to use latest macOS image and Xcode 15
- 👕 Resolved SwiftLint issues
- Restructured project to pull in 'Half' via submodules
-
v1.3.2 Changes
November 29, 2021- ✅ Regenerated project using the latest from ProjectTemplate.
- ➕ Added DocC documentation and fixed up/added code documentation where needed.
- ➕ Added pull request and issue form templates. Added code of conduct, contributing, and contributors documents.
- ⚡️ Updated all workflows to run using macOS-11 and added filters to avoid unnecessary workflow runs.
- ➕ Added log artifacts to relevant workflows.
- ➕ Added and updated scripts.
- 🛠 Fixed up Codacy issues.
-
v1.3.1 Changes
October 22, 2021- ⚡️ Updated
CBORParserto work withDataslices by using relative indices in lieu of absolute integers (Credit to @joskuijpers)
- ⚡️ Updated
-
v1.3.0 Changes
October 22, 2021- Modernized the project
- Regenerated the project using Project Template
- Added support for watchOS unit tests
- Added various Github Actions
- Migrated to XCTestPlans
- Dropped Travis support
- Modernized the project
-
v1.2.0 Changes
March 06, 2020- ➕ Added support for Linux
- Light project restructuring
- ⬇️ Dropped Carthage requirement for development
-
v1.1.0 Changes
March 06, 2020- ➕ Added support to encoding and decoding native half-precision floating point numbers
-
v1.0.5 Changes
March 06, 2020- ➕ Added
TopLevelEncoderconformance toCBOREncoder - ➕ Added
TopLevelDecoderconformance toCBORDecoder
- ➕ Added
-
v1.0.4 Changes
March 06, 2020- ⚡️ Updated visibility of
CBOREncodedfields
- ⚡️ Updated visibility of
-
v1.0.3 Changes
March 06, 2020- Made
CBOREncodedstructure public - ➕ Added unit testing to cover the case of
CBOREncodedbeing encoded with a non-CBOR encoder
- Made
-
v1.0.2 Changes
March 06, 2020- ➕ Added support for Travis-CI and Codecov
- ➕ Added support for Swift Package Manager