github typeorm/typeorm 0.3.1

latest releases: 0.3.20, 0.3.19, 0.3.18...
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

Don't miss a new typeorm release

NewReleases is sending notifications on new releases.