The structure changes quite a lot. The .xsd files are now converted into .xsd.ts file since we want to support both serverless and with-server architecture. We load the file through import instead of through fs
and path
from Node.js core modules.
v2 is also backward compatible with v1 and no breaking change, but we would also stop the maintenance of v1 on 31st May, 2020.
This release includes:
- #1 Type support (@arthurrump)
- #2 Support to bundle it in serverless environment (@shellscape)