Releases: anran758/mincloudx
Releases · anran758/mincloudx
v0.4.2
v0.4.1
v0.4.0
0.4.0 (2024-04-19)
Bug Fixes
- cli: fix the issue where build fails in the absence of
ts-loaderdependency (3e87715) - faas: fixed the issue where createFaas could not be called properly (00b0b19)
- fix reading incorrect configuration for client_id (df37a2c)
- fixed the issue for
uploadcommand verbose log call error, add (707993d) - fixed the issue where environment variables were not working correctly (b57d924)
- io: io
findoperator should support offset and limit configuration (2e068eb) - io: when the user sets plain, the find operator should return a data list, not object (91a6c4b)
Features
faas debugsupport select cloud function (c66d624)- 💥 add
faas uploadcommand, refactorfaas deployand other faas command params (6ecff0b) - add basic architecture to IO package (3fd29c6)
- add faas deploy command (b6a5ab1)
- added
faas mockcommand to support invoking cloud function with mock data (e066fc1) - added baas sdk lib as a local project test, supplement type (01f3cc6)
- cli: cli faas debug command supports continuous debugging (fc06472)
- cli: support
faas debugcommand (0b6b3cf) - enhance faas deploy command to support deploying all cloud functions (5fc0f8d)
- faas build supports single file (a8a5cbd)
- faas: add baas/faas type (735b09d)
- faas: add createFaas, complete basic implementation (64a557a)
- faas: add new faas framework package, add jest framework, introduced jest for code testing (12e48dd)
- io: introduce
firstoperator to efficiently retrieve the initial record (56e9bbe) - io: io support crud function, update faas-demo example (d67f377)
- io: support the
createManycommand to create many records (e956c85) - io: support the
deleteManymethod for IO (fcec4e3) - io: support the
updateManymethod for IO, update document (fe08bf6) - io: supports
countfunction to fetch data count (8e5273a) - io: supports find to find lists of data (ef4ceac)
- support faas build command (13f705e)
- types: abstract the common TypeScript type files into the a separate package (cc8fc2c)
- type: support dynamic return via plain param (8307f1c)
Performance Improvements
@mincloudx/types@0.1.1
0.1.1 (2024-03-30)
Note: Version bump only for package @mincloudx/types
@mincloudx/io@0.2.0
0.2.0 (2024-03-30)
Features
- io: support the
createManycommand to create many records (e956c85) - io: support the
deleteManymethod for IO (fcec4e3) - io: support the
updateManymethod for IO, update document (fe08bf6) - io: supports
countfunction to fetch data count (8e5273a) - io: supports find to find lists of data (ef4ceac)
- type: support dynamic return via plain param (8307f1c)
@mincloudx/faas@0.1.1
0.1.1 (2024-03-30)
Note: Version bump only for package @mincloudx/faas
@mincloudx/cli@0.3.0
@mincloudx/types@0.1.0
@mincloudx/io@0.1.0
0.1.0 (2024-03-21)
Features
- added baas sdk lib as a local project test, supplement type (01f3cc6)
- io: io support crud function, update faas-demo example (d67f377)
0.1.0 (2024-01-18)
Features
- add basic architecture to IO package (3fd29c6)
0.0.2 (2023-04-23)
Features
- 🔧 add eslint, lint-staged for project constraint (12bc412)
0.0.1-alpha.0 (2023-01-05)
Features
- 🎉 add faas-demo (a2ca8c8)