The changelog is in reverse chronological order, as usual.
- Make
FHIRPrimitve
explicitlyEquatable
(it already was viaHashable
) and add negation overloads (fixes #30) - Make the build work on Windows (thanks to @fritzt0, fixes #33)
- BREAKING CHANGES: update build models to 6.0.0-ballot2 (http://build.fhir.org/)
- Add R5 release
- Add R4B release
- BREAKING CHANGES: fix duplicate code system names resulting in #11
- BREAKING CHANGES: regenerate R4 models to resolve #15
- Update build models to 4.6.0-048af26
- Enhancement: make dates & times conform to
Comparable
andExpressibleAsNSDate
- Fix an issue where times with milliseconds were not proper ISO formatted in certain locales
- Fix time formatting in certain locales: #7
- Add extensions for converting FHIRDate, DateTime, and Instant to NSDate
- Add extensions for converting NSDate to FHIRTime, FHIRDate, DateTime, and Instant
- Update build models to 4.5.0-a621ed4bdc (http://hl7.org/fhir/2020Sep/)
- Successfully build library under Linux (#4)
- Add
extensions(for:) -> [Extension]
utility method - Add
var resourceType: String
toResourceProxy
- Add
CHANGELOG.md
- Add STU3 support (#2)
- Initial release with DSTU2, R4 and 4.4 support