0.3.1
版本发布时间: 2022-03-21 21:38:11
typeorm/typeorm最新发布版本:0.3.20(2024-01-26 19:22:33)
Bug Fixes
Features
BREAKING CHANGES
- we do not call JSON.stringify() to json/jsonb column types in Postgres. Instead, we delegate value directly to underlying pg driver. This is a correct way of handling jsons.
- array: true must be explicitly defined for array json/jsonb values
- strings being JSON-stringified must be manually escaped