Skip to content

Latest commit

 

History

History
143 lines (72 loc) · 8.09 KB

CHANGELOG.md

File metadata and controls

143 lines (72 loc) · 8.09 KB

Release v2.3.0 April 24, 2023

Welcome to the April 24, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:

Clink on the above links to understand the changes in detail.


2.3.0 (2023-04-24)

Features

  • datasource: implement connection pooling and sequelize specific options support (#27) (86f0642), closes #26 #26

Release v2.2.1 March 13, 2023

Welcome to the March 13, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:

Clink on the above links to understand the changes in detail.


2.2.1 (2023-03-13)

Release v2.2.0 March 3, 2023

Welcome to the March 3, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:

Clink on the above links to understand the changes in detail.


2.2.0 (2023-03-03)

Features

  • transaction: add transaction support (#22) (331238d), closes #21

Release v2.1.0 February 20, 2023

Welcome to the February 20, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:

Clink on the above links to understand the changes in detail.


2.1.0 (2023-02-20)

Features

  • chore: generating detailed changelog (a328261), closes #19

2.0.1 (2023-01-23)

Bug Fixes

  • repository: make deleteById independent (#13) (0ef9dfe), closes #12

2.0.0 (2023-01-03)

Bug Fixes

  • ci-cd: add commitlint and husky (#8) (c879812), closes #0 #0 #0 #0
  • ci-cd: change default branch to master (de4037c), closes #7
  • repository: exclude hidden properties in response body (3e254fd), closes #3

Features

  • repository: add support for relational query (#6) (c99bb59)

BREAKING CHANGES

  • repository: SequelizeRepository is renamed to SequelizeCrudRepository

  • test(repository): add test cases for relations

namely for fields, order and limit filter along with createAll, updateAll, delete and relations such as @hasOne, @hasMany, @belongsTo @hasMany through, @referencesMany and for INNER JOIN using required: true flag

1.0.0 (2022-10-19)

Features

  • commitzen: add commitzen (8ef6720)
  • datasource: add sequelize datasource base class (3fcf68f)
  • repository: add sequelize repository base class (a1dd46f)