Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

typeorm-plus

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeorm-plus - npm Package Versions

23
6

0.1.2

Diff

Changelog

Source

0.1.2

  • sqlite now supports relative database file paths (#798 and #799)
  • fixed bug with not properly working update method (#1037, #1042)
  • fixed bug with replication support (#1035)
  • fixed bug with wrong embedded column names being generated (#969)
  • added support for caching in respositories (#1057)
  • added support for the citext column type for postgres (#1075)
iwinston
published 0.1.1 •

Changelog

Source

0.1.1

  • added support for pg-native for postgres (#975). To use it you just need to install npm i pg-native and it will be picked up automatically.
  • now Find Options support -1 and 1 for DESC and ASC values. This is better user experience for MongoDB users.
  • now inheritances in embeddeds are supported (#966).
  • isArray: boolean in ColumnOptions is deprecated. Use array: boolean instead.
  • deprecated removeById method, now use deleteById method instead.
  • added insert and delete methods into repository and entity manager.
  • fixed multiple issues with update, updateById and removeById methods in repository and entity manager. Now they do not use save and remove methods anymore - instead they are using QueryBuilder to build and execute their queries.
  • now save method can accept partial entities.
  • removed opencollective dependency.
  • fixed issues with bulk entity insertions.
  • find* methods now can find by embed conditions.
  • fixed issues with multiple schema support, added option to @JoinTable to support schema and database.
  • multiple small bugfixes.
iwinston
published 0.0.58 •

iwinston
published 0.0.57 •

iwinston
published 0.0.56 •

iwinston
published 0.0.55 •

iwinston
published 0.0.54 •

iwinston
published 0.0.53 •

iwinston
published 0.0.52 •

iwinston
published 0.0.51 •

23
6
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc