Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.54 KB

Changelog

The changelog is in reverse chronological order, as usual.

0.6.1

  • Make FHIRPrimitve explicitly Equatable (it already was via Hashable) and add negation overloads (fixes #30)
  • Make the build work on Windows (thanks to @fritzt0, fixes #33)

0.6.0

0.5.0

  • Add R5 release
  • Add R4B release

0.4.0

  • 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 and ExpressibleAsNSDate
  • Fix an issue where times with milliseconds were not proper ISO formatted in certain locales

0.3.2

  • Fix time formatting in certain locales: #7

0.3.1

  • Add extensions for converting FHIRDate, DateTime, and Instant to NSDate
  • Add extensions for converting NSDate to FHIRTime, FHIRDate, DateTime, and Instant

0.3.0

0.2.1

  • Successfully build library under Linux (#4)
  • Add extensions(for:) -> [Extension] utility method
  • Add var resourceType: String to ResourceProxy
  • Add CHANGELOG.md

0.2.0

  • Add STU3 support (#2)

0.1.0

  • Initial release with DSTU2, R4 and 4.4 support