Skip to content

2.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@juanluispaz juanluispaz released this 02 Mar 08:50
· 52 commits to master since this release

Removals:

  • Remove deprecated any-db support and query runner.

  • Remove deprecated LoopBack support and query runner.

  • Remove deprecated msnodesqlv8 support and query runner.

  • Remove deprecated tedious support and query runner. Tedious still available using mssql.

  • Remove deprecated Prisma's short-running transactions support. Prisma's Long-running transactions continue supported.

  • Remove deprecated connections with extended types: TypeSafeMariaDBConnection, TypeSafeMySqlConnection, TypeSafeNoopDBConnection, TypeSafeOracleConnection, TypeSafePostgreSqlConnection, TypeSafeSqliteConnection, TypeSafeSqlServerConnection.

  • Remove ts-extended-types dependency.

  • Remove deprecated stringInt and stringDouble column types in favour of customInt and customDouble.

  • Remove long deprecated functions:

    Removed deprecated nam Current name
    smaller lessThan
    smallAs lessOrEquals
    larger greaterThan
    largeAs greaterOrEquals
    mod modulo
    lower toLowerCase
    upper toUpperCase
    ltrim trimLeft
    rtrim trimRight
    replace replaceAll
    replaceIfValue replaceAllIfValue
  • Remove long deprecated overload of functions in columns that allowed to send to the database null values in TypeScript when the type were optional.