Skip to content

Latest commit

 

History

History
199 lines (101 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

199 lines (101 loc) · 10.2 KB

1.6.0 (2023-05-16)

Features

  • add deleteBatch & getBatch methods (150814a)
  • add fetchByUrl method on serverCore (a5058ca)
  • add methods getServer & updateServer on serverCore (6ffa0c9)
  • add server entity (135bbe9)
  • adds 'type' column to diagram table (a34d8b3)
  • adds 'type' to saveDiagram (7434e8d)
  • adds getDefaultDiagram method to Diagram entity (df29eb3)
  • adds setDefault method to 'Diagram' entity (03ca213)
  • adjust getDefaultDiagram method to use workflow_id filter (2280d69)
  • update entities for new database model (5798630)
  • updates 'getByUserAndWF' query (8f7319b)

Bug Fixes

  • adjust method getAllServers of serverCore (eb76ec5)
  • adjust property namespace on Server entity (0c656aa)
  • adjust setDefault & saveDiagram methods (4571fb2)
  • adjustments & refactors for release (87546b2)
  • sets back 'unsetDefault' to be used on 'saveDiagram' (f76aa54)

1.6.0-rc.10 (2023-05-16)

Bug Fixes

  • adjust setDefault & saveDiagram methods (4571fb2)

1.6.0-rc.9 (2023-05-15)

Features

  • adjust getDefaultDiagram method to use workflow_id filter (2280d69)

1.6.0-rc.8 (2023-05-12)

Features

  • add fetchByUrl method on serverCore (a5058ca)

1.6.0-rc.7 (2023-05-12)

Features

  • add deleteBatch & getBatch methods (150814a)

Bug Fixes

  • adjustments & refactors for release (87546b2)

1.6.0-rc.6 (2023-05-11)

Features

  • updates 'getByUserAndWF' query (8f7319b)

1.6.0-rc.5 (2023-05-11)

Features

  • adds getDefaultDiagram method to Diagram entity (df29eb3)

1.6.0-rc.4 (2023-05-11)

Features

  • add methods getServer & updateServer on serverCore (6ffa0c9)
  • adds 'type' column to diagram table (a34d8b3)
  • adds 'type' to saveDiagram (7434e8d)

1.6.0-rc.3 (2023-05-10)

Bug Fixes

  • adjust method getAllServers of serverCore (eb76ec5)
  • adjust property namespace on Server entity (0c656aa)

1.6.0-rc.2 (2023-05-10)

Features

  • adds setDefault method to 'Diagram' entity (03ca213)

Bug Fixes

  • sets back 'unsetDefault' to be used on 'saveDiagram' (f76aa54)

1.6.0-rc.1 (2023-05-09)

Features

  • add server entity (135bbe9)
  • update entities for new database model (5798630)

1.5.0 (2023-01-26)

Features

  • verify whether the blueprint exists before saving (3f68c0b)

Bug Fixes

  • prevent the same workflow from be saved twice (96115b7)

1.4.0 (2023-01-25)

Features

  • add public diagrams on save (87c01e1)
  • allow saving a diagram without a user (public diagram) (63a9432)
  • save blueprint_id when saving a diagram (e47b30c)

1.3.2 (2023-01-25)

Bug Fixes

  • 🔒 fix knex and json5 sec issues (114ad74)

1.3.1 (2022-10-28)

Bug Fixes

1.3.1-rc.1 (2022-10-28)

Bug Fixes

1.3.0 (2022-10-20)

Features

  • add methods to update and delete new entities (f29ba11)

1.2.1 (2022-10-19)

Bug Fixes

  • adjust diagram2workflow to accept relation N:N (4b303f7)

1.2.0 (2022-10-19)

Features

  • add entity diagramToWorkflow (17b3dc5)
  • add entity workflow (59532f1)
  • add new classes on knex persist (2f24f87)
  • add new entity blueprint (7ddeb34)
  • add workflow_id on methods to fetch diagrams (83dee1a)
  • change diagram and base entities to attend new entities (2fd65fe)

Bug Fixes

  • adjust blueprint entity to save only blueprint_spec (43ee811)
  • adjust entities to attend new requirements (398f46a)
  • adjust migrations and seeds (2769173)

1.1.0 (2022-10-14)

Features

  • add new property 'aligned' for Diagram (866e6c5)

1.0.2 (2022-09-10)

Bug Fixes