Releases: bluehalo/node-fhir-server-core
Version 2.0.2
Version 2.0.1
Version 2.0.0
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
Version 1.4.1
Version 1.4.0
1.4.0 (2019-04-03)
Bug Fixes
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
Operation Support
Features:
- Operation Support
Fix:
- Params merging with body
- Various small bugs
Additional Search Params
Added additional common search params.
_sort:
type: 'string'
_count
type: 'number'
_summary
type: 'token'
_elements
type: 'string'
allow URI/Reference Parameters
Fixed an issue where URI and Reference types are not validated correctly.