TypeORM v0.3.1 Release Notes

Release Date: 2022-03-21 // about 2 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • ๐Ÿ†• new array find operators (ArrayContains, ArrayContainedBy, ArrayOverlap) (#8766) (9f1b8e3):

    ๐Ÿ’ฅ 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