Skip to content

Releases: bluehalo/graphql-fhir

Version 1.2.4

20 Aug 14:46

Choose a tag to compare

1.2.4 (2019-08-20)

Bug Fixes

  • updated package containing vulnerability (0d99acd)
  • upgrade packages (#30) (5cd0619)

Version 1.2.3

21 May 14:17

Choose a tag to compare

1.2.3 (2019-05-21)

Bug Fixes

  • Resolves #27 for R4 resources

Version 1.2.2

02 Apr 15:21
7e682cd

Choose a tag to compare

1.2.2 (2019-04-02)

Docs

Version 1.2.1

22 Mar 15:59
e418a04

Choose a tag to compare

1.2.1 (2019-03-22)

Bug Fixes

  • removed duplicate parameter (0443cef)

Version 1.2.0

22 Mar 15:07

Choose a tag to compare

1.2.0 (2019-03-22)

Features

Version 1.1.0

08 Feb 17:55
41e37c1

Choose a tag to compare

1.1.0 (2019-02-08)

Features

Version 1.0.1

23 Jan 16:17

Choose a tag to compare

1.0.1 (2019-01-23)

Bug Fixes

  • Fix issue with ResourceList resolver (#20) (6826b37), closes #19

Version 1.0.0

11 Jan 19:13
74986a8

Choose a tag to compare

1.0.0 (2019-01-09)

Bug Fixes

  • fixed issues with filenames in newly generated code (77e7a6b)

Features

  • Added support for automatic changleog generation (2fe0f75)
  • Added support for R4 resources and environment setup (686a764)

BREAKING CHANGES

  • New resources contain new dependencies. One of these
    contains graphql which may require you to delete and reinstall node
    modules. We have updated several versions so when updating, you should
    rerun yarn install and may need to remove node_modules before hand.