vvnext-2.101.0-alpha-01
Pre-release
Pre-release
·
0 commits
to main
since this release
What's Changed
- Add backward compatible TypeScript generation command by @Copilot in #1256
- Migrate build system from Gulp to Mise + Bun by @DamianReeves in #1259
- Remove Gulp build system in favor of Mise by @DamianReeves in #1260
- Remove Jest artifacts, use Bun test runner by @DamianReeves in #1261
- Add workspace configuration for monorepo restructuring by @DamianReeves in #1262
- Phase 1b: Move cadl-Frontend/ to packages/cadl-frontend/ by @DamianReeves in #1263
- Phase 1c: Move morphir-decoration-extension/ to packages/decoration-extension/ by @DamianReeves in #1264
- Phase 1a: Move server/ to packages/server/ by @DamianReeves in #1265
- Phase 2a: Move morphir-ts/ to packages/morphir-ts/ by @DamianReeves in #1266
- Phase 2b: Move cli/ to packages/cli/ by @DamianReeves in #1267
- Phase 2c: Move cli2/ to packages/cli2/ by @DamianReeves in #1268
- Phase 3: Update docs for monorepo structure by @DamianReeves in #1269
- Switch consumer packages to wildcard morphir-elm dep by @DamianReeves in #1270
- Add Morphir interpreter as WebAssembly Component Model component by @DamianReeves in #1273
New Contributors
- @Copilot made their first contribution in #1256
Full Changelog: v2.100.0...vvnext-2.101.0-alpha-01