All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.4.2 (2024-07-25)
Note: Version bump only for package mincloudx
0.4.1 (2024-07-18)
Note: Version bump only for package mincloudx
0.4.0 (2024-04-19)
- cli: fix the issue where build fails in the absence of
ts-loader
dependency (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
upload
command verbose log call error, add (707993d) - fixed the issue where environment variables were not working correctly (b57d924)
- io: io
find
operator should support offset and limit configuration (2e068eb) - io: when the user sets plain, the find operator should return a data list, not object (91a6c4b)
faas debug
support select cloud function (c66d624)- 💥 add
faas upload
command, refactorfaas deploy
and other faas command params (6ecff0b) - add basic architecture to IO package (3fd29c6)
- add faas deploy command (b6a5ab1)
- added
faas mock
command 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 debug
command (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
first
operator to efficiently retrieve the initial record (56e9bbe) - io: io support crud function, update faas-demo example (d67f377)
- io: support the
createMany
command to create many records (e956c85) - io: support the
deleteMany
method for IO (fcec4e3) - io: support the
updateMany
method for IO, update document (fe08bf6) - io: supports
count
function 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)