npm typeorm 0.3.1

latest releases: 0.3.21-dev.e7649d2, 0.3.21-dev.83567f5, 0.3.21-dev.28a8383...
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.