Skip to content

Releases: sourcefuse/loopback4-sequelize

v2.3.0

24 Apr 06:46
Compare
Choose a tag to compare

2.3.0 (2023-04-24)

Features

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

v2.2.1

13 Mar 17:31
Compare
Choose a tag to compare

2.2.1 (2023-03-13)

v2.2.0

03 Mar 09:07
Compare
Choose a tag to compare

2.2.0 (2023-03-03)

Features

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

v2.1.0

20 Feb 15:34
Compare
Choose a tag to compare

2.1.0 (2023-02-20)

Features

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

v2.0.1

23 Jan 10:45
Compare
Choose a tag to compare

2.0.1 (2023-01-23)

Bug Fixes

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

v2.0.0

03 Jan 08:10
Compare
Choose a tag to compare

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

v1.0.0

19 Oct 06:59
Compare
Choose a tag to compare

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)