Skip to content

v2.4.0

Compare
Choose a tag to compare
@Chinlinlee Chinlinlee released this 07 Feb 14:34
· 234 commits to main since this release

2.4.0 (2022-02-07)

Features

  • add all resources definition json files (0c34d96)
  • add condition delete API (bf4b3a0)
  • add general string query builder (7cb186e)
  • add modifier of type of string and comma $or query in address query (f12fca5)
  • change validateContained to async funtion (0a30cd1)
  • change count of searching result method (2b9751b)
  • handle comma , query and esacaping \, and \| (1a5bef6)
  • handle expression where(type='${type}') in the reference type search parameter (17fe9b2)
  • separate parameter search functions to single file (695219e)
  • api-generator: add getPrefixCodeString and change TokenParameter method (a3a761b)
  • api-generator: add and change feature (de51fea)
  • api-generator: add type of quantity search parameter (0aab652)
  • api-generator: new way to handle all data types of search parameter, change token query build and add jsdoc comments to methods (c3d9e24)
  • mongodb: change connection url (4b97705)
  • quantityQuery: hanlde escaping \ and using $and to handle query value (f49edeb)
  • queryBuild: add new query builder about date (468ad6e)
  • schema: support unicode string (597aba5)

Bug Fixes

  • error of eslint rules (1624240)
  • eslint rule semi, no-async-promise-executor (38ad62d)
  • generate incorrect back bone element schema (0665447)
  • incorrect check is number condition in numberQuery (8e29a16)
  • incorrect connection url (2249d4a)
  • incorrect shard collection process flow (1f853ce)
  • missing :exact in object name (5201ec1)
  • not allow array field=1&field=2 parameter (cbda323)
  • api,create: model save() method not using await (cab23f0)
  • api,update: isDocExist return empty object (630ac3d)
  • api,update: missing Last-modified in header (45f4c2a)
  • model not load all dependencis type (2d102d8)
  • resources-generator: incorrect require path (dc6b62b)
  • resources-generator: mongoose circular dependency warnings (d02a4ba)