All Versions
10
Latest Version
Avg Release Cycle
150 days
Latest Release
939 days ago

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 CBORParser to work with Data slices by using relative indices in lieu of absolute integers (Credit to @joskuijpers)
  • 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
  • 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 TopLevelEncoder conformance to CBOREncoder
    • ➕ Added TopLevelDecoder conformance to CBORDecoder
  • v1.0.4 Changes

    March 06, 2020
    • ⚡️ Updated visibility of CBOREncoded fields
  • v1.0.3 Changes

    March 06, 2020
    • Made CBOREncoded structure public
    • ➕ Added unit testing to cover the case of CBOREncoded being encoded with a non-CBOR encoder
  • v1.0.2 Changes

    March 06, 2020
    • ➕ Added support for Travis-CI and Codecov
    • ➕ Added support for Swift Package Manager