Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
249 lines (131 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

249 lines (131 loc) · 12.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.4 (2023-03-10)

Bug Fixes

  • add dialect to cds-pg template package (dfee328)

0.1.3 (2023-03-09)

Bug Fixes

0.1.2 (2023-02-20)

Bug Fixes

  • cannot read properties of undefined (c57996b)
  • failed to load model undefined issue (ceff9e7)
  • final correction (ccca821)
  • run for node 18 (e1ce564)
  • use cds.env.build['outputfile'] (6e26f63)

0.1.1 (2023-02-14)

0.1.0 (2023-02-14)

Bug Fixes

  • cds no longer provided as super property (7d49be0)
  • getHanaDbModuleDescriptor path on @sap/cds (a0f2834)
  • increased jest timeout (4fb6287)
  • Update CDS version and fix tsconfig compile (ab62510)
  • update cds-pg to public version (239ca69)

0.0.36 (2022-03-25)

0.0.35 (2022-03-22)

Bug Fixes

  • delta update column matching fully lowercase (4e6be32)

0.0.34 (2022-03-22)

0.0.33 (2022-03-22)

Bug Fixes

  • delta update condition now respects single records (cf180fb)

0.0.32 (2022-03-22)

Bug Fixes

  • handle column names in csv file more save (ae2dbd4)

0.0.31 (2022-03-15)

0.0.30 (2022-03-15)

0.0.29 (2022-03-15)

Bug Fixes

  • upgrade jar files to fix vulnerability (7a57d2a)

0.0.28 (2022-01-12)

Features

  • remove obsolete build command (f0a9c92)
  • updated @sap/cds to latest (a3b7f23)

Bug Fixes

  • remove obsolete cds imports (a760497)

0.0.27 (2021-06-24)

Bug Fixes

  • handle more complex cascading views correctly (7bee324)

0.0.26 (2021-05-29)

Bug Fixes

  • only copy schema if specified in package.json (bc8cea0)

0.0.25 (2021-05-27)

Features

  • support for latest @sap/cds (ac6f6ad)

Bug Fixes

  • adjust data loading to changed internal api (63db822)

0.0.24 (2021-03-07)

0.0.23 (2021-01-18)

0.0.22 (2021-01-11)

0.0.21 (2021-01-11)

0.0.20 (2020-12-08)

Features

  • remove not supported SQLite adapter (e0eb17d)

Bug Fixes

  • handle dropping and creating cascading views (41cd76a)

0.0.19 (2020-12-08)

0.0.18 (2020-11-27)

Features

  • build: add startCmd option (ba3866c)
  • diff: let diff output the diff to the console (163ee14)

Bug Fixes

  • deploy: make ordering the changelog more robust (6694ffb), closes #6

0.0.17 (2020-11-25)

Features

  • build: add support for deployCmd option and copy over undeploy.json (5d0f2d3)

Bug Fixes

  • liquibase: capture stdout in case of an error (4e46ec7)

0.0.16 (2020-11-25)

Bug Fixes

  • build: use at least version 0.0.16 for cf deployments (b2cedbe)
  • deploy: correct java path (0503d80)
  • deploy: make deploy.sh executable (d6c7b52)

0.0.15 (2020-11-25)

Features

  • build: add build task for cf deployments (8b1b9f8)

Bug Fixes

  • postgresadapter: enable before hook in deploy (99c17df)

0.0.14 (2020-11-22)

Features

  • deploy: add option to create a database during deployment (b5234ee)
  • deploy: remove PostgreSQL system related views from changelog (e9a29ea)

Bug Fixes

0.0.13 (2020-11-19)

Bug Fixes

  • PostgresAdapter: do not rely on global options which may be overwritten (c99bccb)

0.0.12 (2020-11-18)

Features

  • check and create database if not available (8dddaf4)

0.0.11 (2020-11-15)

Bug Fixes

0.0.10 (2020-11-04)

0.0.9 (2020-11-04)

Bug Fixes

  • make dry deploy runs not load data and fix console output (d1e52f0)

0.0.8 (2020-10-31)

0.0.7 (2020-10-31)

Bug Fixes

  • csv file to db name mapping (e6c1edf)
  • use regex instead of replaceAll (ecb6a7a)

0.0.6 (2020-10-30)

0.0.5 (2020-10-30)

Bug Fixes

  • add simple log statement to indicate file loading (51b3d18)

0.0.4 (2020-10-29)

0.0.3 (2020-10-29)

0.0.2 (2020-10-29)

Features

  • big update of latest developments (75c6802)
  • initial commit (38384b5)

Bug Fixes

  • add tmp path if not available (2f8f998)
  • create changelog directories (324f44e)
  • fix tests by resetting options correctly (71a74bd)
  • fix typescript target to support node10 (0a37199)