Skip to content

Latest commit

 

History

History
183 lines (105 loc) · 3.72 KB

CHANGELOG.adoc

File metadata and controls

183 lines (105 loc) · 3.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Template could be found here: CHANGELOG

Versions

See changeset

Added

Changed

Removed

Fixed

Security

Bumped

Deprecated

Migration

Fixed

  • Disabled test search paths in main sdk

Fixed

  • Bitcode is forcefully enabled now

Fixed

  • LLDB is usable again

Changed

  • Utils dependency on SwiftPM is now an https one

Fixed

  • XcFramework is now installable via SwiftPM without nested frameworks error

Added

  • Updated library to include helpers

Removed

  • Support for iOS 12

  • CryptoSwift dependency

Added

  • XCFramework support for Cocoapods and Swift PM

  • Removes support for Carthage

Changed

  • Changes podspec url to public one and updates utils dependency

Adds NSCopying support for Fhir R4 Models Adds autogeneration of Copying extension and its Tests

Open sourced

Adds support down to iOS 12 for ModelsR4 framework

Changed

  • Reverts carthage support

  • Removes swiftPM dependecies in project

  • Adds Apples FHIR R4 models Libraries

  • Changes support for Swift PM to distribute 2 libraries (stu3 and R4 separately)

  • Changes support for Pod to distribute 2 libraries (stu3 and R4 separately)

Added

  • Removes carthage support

  • Adds Swift PM support

Added

  • Changes FHIR uri type mapping from URL to String for correct mapping in case uri doesnt conform to Swifts URL style

Added

  • Adds Keypath support for accessing properties by name

Added

  • Add StructureDefinition and ElementDefinition resources

Changed

  • Updates utils to 0.1.6

Changed

  • Updates utils to 0.1.5

Changed

  • Adds Attachment Helpers with tests

  • Fixes Element Helper for Reference

Changed

  • Adds Element Helpers

Changed

  • Updates minimum iOS version to 11.0

  • Updates Swift version to 5