Skip to content

v1.14.2

Choose a tag to compare

@ivictbor ivictbor released this 03 Apr 08:19
· 1304 commits to main since this release

1.14.2 (2025-04-03)

Bug Fixes

  • Missing parameter name at 9: for freshly created CLI apps. Fix by rollback express to v4 and spefcify in CLI that it should use v4 (latest-4 insted of latest), v5 requires additional migration steps expressjs/express#6428 (4f0adce)
  • save decimal as decimal128 in mongo (7f7d204)
  • save decimal as string in mongo (a9c1355)
  • upgrade express to fix broken path-to-regexp/src/index.ts:153:13 (ebb86d9)