Skip to content

Latest commit

 

History

History
402 lines (143 loc) · 9.91 KB

CHANGELOG.md

File metadata and controls

402 lines (143 loc) · 9.91 KB

CHANGELOG

2.19.0 (2024-08-30)

Features

2.18.0 (2024-08-20)

Bug Fixes

2.17.0 (2024-06-10)

Features

2.16.0 (2024-05-22)

Features

  • adapt entry point factory to be able to work with named exports (67d6c99)

2.15.0 (2024-05-06)

Bug Fixes

Features

  • use latest version of swc (e574610)

2.14.0 (2024-02-07)

Features

2.13.0 (2023-12-19)

Features

  • packages/sui-domain: upgrade Axios to 1.6.2 in sui-domain (7f1f2fc)

2.12.0 (2023-05-04)

Features

  • packages/sui-domain: update classes definition (726bd99)

2.11.0 (2022-12-21)

Features

  • packages/sui-domain: Inject PDE in domain EntryPoint function (2fe549a)

2.10.0 (2022-10-13)

Features

  • packages/sui-domain: allow inject logger from outside (dbf198d)

2.9.0 (2022-10-03)

Bug Fixes

  • packages/sui-domain: rollback axios version (b87a030)

2.8.0 (2022-10-03)

Features

  • packages/sui-domain: Update axios to latest version (9ab942f)

2.7.0 (2022-08-02)

Features

  • packages/sui-domain: Force new version (8d127fc)
  • packages/sui-domain: Rollback sui-domain (f38baf6)

2.6.0 (2022-08-02)

Features

  • packages/sui-domain: Use normal code instead transpiled again (6b0c7d4)

2.5.0 (2022-04-05)

Features

  • packages/sui-domain: Add a way to globally intercept errors on all axios instances (18069b2)
  • packages/sui-domain: Stop using axios interceptors and use a wrapper class approach (34c9bc2)

2.4.0 (2022-03-01)

Features

  • packages/sui-domain: Move to ESModules (e4d8688)
  • packages/sui-domain: Use main for now (672f1b8)

2.3.0 (2021-03-01)

Bug Fixes

  • packages/sui-domain: Use axios without vulnerabilities (5ba1f9f)

2.2.0 (2021-01-27)

Bug Fixes

  • sui-domain: unsubscribe correctly and update listeners (a8d6f1e)

Features

  • sui-domain: subscribe to domain Use Case without decorators (5738c96)

2.1.0 (2020-12-01)

Bug Fixes

  • sui-domain: avoid transforming with Babel to avoid problems with sui-test (d893bc4)
  • sui-domain: disable line for linter (5341db8)

2.0.0 (2020-06-16)

1.22.0 (2020-06-15)

Features

  • sui-domain: support single factory for useCase (c2aa834)

Performance Improvements

  • sui-domain: use typescript interfaces to avoid javascript code (285c909)

BREAKING CHANGES

  • sui-domain: Yes, as it doesn't support not dynamic import for single useCases factories. We're not using it but, just in case, we must use a major for this and be sure we're able to use this only when intended.

1.21.0 (2020-05-13)

Features

  • sui-domain: use latest axios version with bug fixes (f20ad0a)

1.20.0 (2020-03-03)

Bug Fixes

  • sui-domain: fix typo (f9d55a7)
  • sui-domain: make subscribe method take onNext, onError arguments (f6f4e48)

1.19.0 (2019-10-16)

Features

  • sui-domain: add patch verb to fetchert (20f9935)

1.18.0 (2019-06-03)

Features

  • sui-domain: Upgrade axios (3f401f4)

1.17.0 (2019-03-25)

1.16.0 (2019-03-18)

Bug Fixes

  • sui-domain: Release library with correct babel-preset-sui installed (be9486f)

1.15.0 (2019-03-18)

Features

  • sui-domain: Move to babel-preset-sui@3 (84a3a57)

1.14.0 (2019-03-13)

Bug Fixes

  • sui-domain: avoid using not supported export from webpack (566abb5)

1.13.0 (2019-02-19)

Bug Fixes

  • sui-domain: rollback babel dependencies for sui-domain (5ad5604)
  • sui-domain: Use local babel-preset-sui for each project (4e2bd76)

1.12.0 (2018-07-16)

Features

  • sui-domain: add options parameter to delete method (0d7a286)

1.11.0 (2018-06-27)

Bug Fixes

  • sui-domain: fix: anemic models toJSON not recursive (d8dc699)

1.10.0 (2018-04-17)

Bug Fixes

  • sui-domain: just check if the instanceof is an Array (2197e24)

Features

  • sui-domain: return different things depending on how are we loading useCases (a8e6919)

1.9.0 (2018-03-01)

Bug Fixes

  • sui-domain: make use of provided config in fetcher (7bd2a62)

1.8.0 (2018-01-26)

Features

  • sui-domain: created anemicModel to avoid unuseful code on our entities and valueobject (c1ce9dc)

1.7.0 (2017-12-05)

Features

  • sui-domain: make config instatiable and mutable (dda7d94)

1.6.0 (2017-12-04)

Bug Fixes

  • sui-domain: force new package version for sui-domain (671d80b)

1.4.0 (2017-12-04)

Features

  • sui-domain: add config as param for all useCases (bf1b97a)

1.3.0 (2017-12-01)

Bug Fixes

  • sui-domain: fix being able to instantiate domain outside the domain package (7d42e00)

1.2.0 (2017-11-30)

Bug Fixes

  • sui-domain: fix wrong main directory on package.json (e47ce16)

1.1.0 (2017-11-30)

Bug Fixes

  • sui-domain: re-release package (bcf905a)

0.1.0 (2017-11-30)

Features

  • sui-domain: create sui-domain package (15e1124)
  • sui-domain: handle all feedback (a4fba8a)