Skip to content

Releases: bluehalo/node-fhir-server-core

Version 2.0.2

22 May 17:36
7e4a8bb
Compare
Choose a tag to compare

2.0.2 (2019-05-22)

Features

  • Custom errors and updated documentation (#176) (7e4a8bb)

Version 2.0.1

15 May 15:09
Compare
Choose a tag to compare

2.0.1 (2019-05-15)

Bug Fixes

Version 2.0.0

15 May 13:30
Compare
Choose a tag to compare

2.0.0 (2019-05-15)

Migration Guide

Please see the MIGRATION_2.0.0.md for instructions on upgrading. As mentioned in other areas, we will continue to support the 1.4.2 version and even put out new updates pre 2.0.0, but encourage people to migrate here because new features will only be retrofit upon request.

Commit Summary

chore: added better error handling and messages to startup portion
chore: cleanup
feat: new resources and params from generator
chore: cleanup of param generator
chore: new router file with cleaner logic
chore: new tests for router file
feat: added new router and tests
feat: updated deprecation util to wrap proto conditionally
chore: removed logger injection from metadata and operations
feat: new logger gives much more flexibility
feat: expose logger at top level api
chore: integrated deprecated logger in all controllers
chore: removed constants
fix: issue with loggers getting initialized before server resulting in no transports being created
feat: added container to export for advanced usafe of the logger
chore: Removed old standards and controllers
chore: Added tests for resolve and resolveFromVersion utils
feat: added resolveschema
chore: added tests for resolve utils
chore: updated code to use correct resolve utils
breaking: removed resolveFromVersion from main export, added resolveSchema
feat: added @asymmetrik/fhir-response-util
chore: bumped version number
fix: added new codeowner
chore: remove conflicts
chore: fixing issues
chore: updated getting started guides and other documentation
docs: added migration guide with examples
chore: migration guide updates and readme updates
fix: linting errors by adding newly generated resources
feat: added favicon support
fix: added default favicon
chore: updated operations controller signature to match other controllers
chore: fixed links in documentation

Version 1.4.2

14 May 18:49
Compare
Choose a tag to compare

1.4.2 (2019-05-14)

Features

  • Support Managing Return Content (Prefer: ) (#165) (a82fea2)

Version 1.4.1

09 Apr 16:08
Compare
Choose a tag to compare

1.4.1 (2019-04-09)

Bug Fixes

  • rename __resourceType to resourceType in controllers (#162) (4934c89)

Version 1.4.0

03 Apr 13:17
d95a255
Compare
Choose a tag to compare

1.4.0 (2019-04-03)

Bug Fixes

  • update observation controller to use response utils (#155) (b529ce4)

BREAKING CHANGE

Custom makeResource functions needs to change Resource.__resourceType to Resource.resourceType. New version of resources no longer use the double underscore since they use Object.defineProperty.

Version 1.3.1

25 Feb 16:25
9478d86
Compare
Choose a tag to compare

1.3.1 (2019-01-24)

Bug Fixes

  • do not override the methods if defined in the config (#124) (6eff570)
  • issue with incorrect url being set when configuring CORS pre-flight (#123) (5b650a6)

Features

  • add deprecation utility for marking features in future releases (#129) (6ec5e25)
  • custom metadata (#128) (27f6544)
  • Integrate Smart tools from phx-tools (#131) (c91acaa)

Operation Support

20 Dec 19:50
55ff368
Compare
Choose a tag to compare

Features:

  • Operation Support

Fix:

  • Params merging with body
  • Various small bugs

Additional Search Params

03 Dec 16:01
ac5462e
Compare
Choose a tag to compare

Added additional common search params.

_sort: 
	type: 'string'
_count
	type: 'number'
_summary
	type: 'token'
_elements
	type: 'string'

allow URI/Reference Parameters

19 Nov 15:03
f0a9719
Compare
Choose a tag to compare

Fixed an issue where URI and Reference types are not validated correctly.