v2.2.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.0 (2022-01-21)
Features
- add
_lastUpdated
search parameter (6ab6f04) - add
contained
field in schema (7712dc2) - add check reference switch (9c5e860)
- add condition that whether response item in body or not (807154b)
- add condition whether check the stored resource ID (d21442a)
- add last-modified in headers (25c84cb)
- add refresh_token (e30ac2c)
- apply specific rule with
List
resource (b688eb2) - refresh_token api (095efb7)
- remove method that response empty when create and update (56f8358)
- shard database and every collections when starting up (c58c8a4)
Bug Fixes
- _doc is not function, (f6a2678)
history
mongoose response document will fill undefined in not exist field (7d7bf85)resource.meta
incorrect after updating (9439334)- backBoneElement not use getter with mongoose schema (0776c38)
- FHIR package not import (ce1a85b)
- generate incorrect code at numer query search parametr (789b435)
- generate incorrect search field of type of token (e377476)
- incorrect argument name
err is not defined
(9bc9ac9) - incorrect countDocuments collection in
history
(8a7cb9b) - incorrect date format (7788eb9)
- incorrect format of metadata rest (2f6ec60)
- incorrect log when error occur (2a60bcc)
- incorrect name of type, is
instant
notinstance
(e876ce6) - incorrect variable name (d7a834d)
- missing
Location
in headers when statu code 201 (8092545) - missing condition that server is enable token auth (d335756)
- missing delete __v in doc (fe0401e)
- missing placeholder in search input (04c2403)
- missing variable name and require modules (d40cf7f)
- mongoose response document will fill undefined in not exist field (fa5a73d)
- not handle convert XML to JSON when content is XML which using PUT (543f7b7)
- port is not defiend (2d8fc29)
- put list missing double quote (68d4ad0)
- resolve body in a request is empty when content-type is XML (d7eabc3)
- resolve problem that port with bundle url and http server is same (d50e66c)
- resolve that input is null the getter will response the default value (eb9e361)
- resolve that missing store history data when PUT recovery data after deleting (12188cc)
- resolve the delete not exist resource return incorrect HTTP response code (f63be17)
- resolve the problem that time of primitive type can't store in schema (672fb63)
- the filed name
collection
cannot in schema (ca90dba) - uri and url occur document fill undefiend in not exist field (5e14881)
- URI values cannot have whitespace (e3096e2)
- use toObject will fil undefiend in not exist field (bd98969)