Skip to content

Latest commit

 

History

History
207 lines (79 loc) · 11 KB

File metadata and controls

207 lines (79 loc) · 11 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.3 (2022-01-28)

Note: Version bump only for package @sourceloop/bpmn-service

5.0.2 (2022-01-16)

Note: Version bump only for package @sourceloop/bpmn-service

5.0.1 (2021-12-26)

  • fix(core): fix versions in package locks and update references in tsconfig (36b563e), closes #0

5.0.0 (2021-12-26)

  • feat(core): add support for node.js v17 and upgrade to @loopback/cli v3 (4115b6c), closes #0
  • fix(docs): add badge for node and npm version (caaa1bd)

BREAKING CHANGE

  • drop support for node.js v10

4.0.0 (2021-12-17)

  • fix(core): upgrade all deps (#438) (c52b7f1), closes #438
  • fix(docs): added badges (a66ed14)

BREAKING CHANGE

  • bump major versions

3.0.4 (2021-11-11)

Note: Version bump only for package @sourceloop/bpmn-service

3.0.3 (2021-11-09)

  • refactor(authentication-service): version bump in all services for release (#418) (0808265), closes #418 #0

3.0.1 (2021-11-09)

Note: Version bump only for package @sourceloop/bpmn-service

3.0.0 (2021-10-24)

  • fix(bpmn-service): changed basePath (#383) (d6e1dce), closes #383 #382
  • fix(bpmn-service): fix description missing in model but present in migrations (#343) (bde58f7), closes #343 #340 #340
  • feat(bpmn-service): add unit and acceptance tests (#289) (320e513), closes #289 #0

BREAKING CHANGE

  • changed basePath from '/workflow' to '/workflows'

2.3.0 (2021-09-12)

  • fix(core): missing open api and package lock files (3bd9686), closes #0
  • feat(payment-service): adds payment-service feature (#257) (e571834), closes #257

2.2.0 (2021-08-02)

  • feat(bpmn-service): add default types for camunda (#281) (ce99a06), closes #281
  • fix(bpmn-service): fix readme for bpmn service (#278) (299535b), closes #278 #211

2.1.2 (2021-07-24)

  • fix(core): upgrade loopback4-soft-delete (f653e0c), closes #0

2.1.1 (2021-07-19)

  • fix(bpmn-service): fix multiple workflow worker registration issue (#268) (a29493c), closes #268 #267
  • fix(core): update readme (4ec31ca), closes #0

2.1.0 (2021-07-14)

  • docs(all-services): fix readme of all services (#245) (b8937fa), closes #245 #211
  • feat(authentication-service): apple-oauth2 (#243) (98fdb0f), closes #243
  • feat(authentication-service): facebook oauth added (#247) (3c3cae8), closes #247
  • fix(bpmn-service): fix workflow model audit fields (#240) (8558870), closes #240
  • perf(all services): added security property in all the controllers an… (#232) (e37a5a1), closes #232

2.0.0 (2021-06-14)

  • fix(bpmn-service): fix worker execution issue in bpmn service (#234) (3773892), closes #234 #233
  • fix(core): all packages updated (#214) (8f15aaa), closes #214
  • fix(core): open api docs update (9b7cb69), closes #0
  • fix(video-conferencing-service): fixed missing exports (#220) (5baf4af), closes #220 #219
  • feat(user-onboarding): base code for user-onboarding lib (#203) (8d4d19b), closes #203
  • docs: add openapi spec docs in examples and improve the docs in services (#215) (baec0f1), closes #215

BREAKING CHANGE

  • Type of WorkerImplementationFn

1.0.0 (2021-05-12)

Note: Version bump only for package @sourceloop/bpmn-service

1.0.0-alpha.3 (2021-05-12)

  • fix(authentication-service): fixed auto-migration issue in all services (#184) (dd7bea2), closes #184
  • fix(authentication-service): fixed env defaults issues in migrations (#185) (6f1ef17), closes #185
  • fix(authentication-service): fixed version of loopback packages in all services (#191) (7eb9a60), closes #191
  • fix(authentication-service): moved db-migrate to dev dependencies (#180) (7b11068), closes #180
  • feat(in-mail-service): added migration in all services (#179) (10aa077), closes #179 #124

BREAKING CHANGE

  • need to add env in existing projects to skip auto-migrations

1.0.0-alpha.2 (2021-04-26)

Features

  • bpmn-service: added sample project for bpmn-service (#159) (9f1e17e)

1.0.0-alpha.1 (2021-04-17)

Bug Fixes

  • bpmn-service: fix version (6964682)
  • bpmn-service: fix version (9a176d9)
  • bpmn-service: move types to dev dependency (31e99cc)
  • bpmn-service: version issue (f759069)

Features