- Update axios dependency due to high security vulnerability https://github (ad02053)
- Add DomainError class (f89d4fb)
- adapt entry point factory to be able to work with named exports (67d6c99)
- use latest version of swc (e574610)
- update axios version (3a218b9)
- packages/sui-domain: upgrade Axios to 1.6.2 in sui-domain (7f1f2fc)
- packages/sui-domain: update classes definition (726bd99)
- packages/sui-domain: Inject PDE in domain EntryPoint function (2fe549a)
- packages/sui-domain: allow inject logger from outside (dbf198d)
- packages/sui-domain: rollback axios version (b87a030)
- packages/sui-domain: Update axios to latest version (9ab942f)
- packages/sui-domain: Use normal code instead transpiled again (6b0c7d4)
- 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)
- packages/sui-domain: Use axios without vulnerabilities (5ba1f9f)
- sui-domain: unsubscribe correctly and update listeners (a8d6f1e)
- sui-domain: subscribe to domain Use Case without decorators (5738c96)
- sui-domain: avoid transforming with Babel to avoid problems with sui-test (d893bc4)
- sui-domain: disable line for linter (5341db8)
- sui-domain: support single factory for useCase (c2aa834)
- sui-domain: use typescript interfaces to avoid javascript code (285c909)
- 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.
- sui-domain: use latest axios version with bug fixes (f20ad0a)
- sui-domain: fix typo (f9d55a7)
- sui-domain: make subscribe method take onNext, onError arguments (f6f4e48)
- sui-domain: add patch verb to fetchert (20f9935)
- sui-domain: Upgrade axios (3f401f4)
- sui-domain: Release library with correct babel-preset-sui installed (be9486f)
- sui-domain: Move to babel-preset-sui@3 (84a3a57)
- sui-domain: avoid using not supported export from webpack (566abb5)
- sui-domain: rollback babel dependencies for sui-domain (5ad5604)
- sui-domain: Use local babel-preset-sui for each project (4e2bd76)
- sui-domain: add options parameter to delete method (0d7a286)
- sui-domain: fix: anemic models toJSON not recursive (d8dc699)
- sui-domain: just check if the instanceof is an Array (2197e24)
- sui-domain: return different things depending on how are we loading useCases (a8e6919)
- sui-domain: make use of provided config in fetcher (7bd2a62)
- sui-domain: created anemicModel to avoid unuseful code on our entities and valueobject (c1ce9dc)
- sui-domain: make config instatiable and mutable (dda7d94)
- sui-domain: force new package version for sui-domain (671d80b)
- sui-domain: add config as param for all useCases (bf1b97a)
- sui-domain: fix being able to instantiate domain outside the domain package (7d42e00)
- sui-domain: fix wrong main directory on package.json (e47ce16)
- sui-domain: re-release package (bcf905a)