1.6.0 (2023-05-16)
- 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)
- 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)
- adjust setDefault & saveDiagram methods (4571fb2)
1.6.0-rc.9 (2023-05-15)
- adjust getDefaultDiagram method to use workflow_id filter (2280d69)
1.6.0-rc.8 (2023-05-12)
- add fetchByUrl method on serverCore (a5058ca)
1.6.0-rc.7 (2023-05-12)
- add deleteBatch & getBatch methods (150814a)
- adjustments & refactors for release (87546b2)
1.6.0-rc.6 (2023-05-11)
- updates 'getByUserAndWF' query (8f7319b)
1.6.0-rc.5 (2023-05-11)
- adds getDefaultDiagram method to Diagram entity (df29eb3)
1.6.0-rc.4 (2023-05-11)
- 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)
- adjust method getAllServers of serverCore (eb76ec5)
- adjust property namespace on Server entity (0c656aa)
1.6.0-rc.2 (2023-05-10)
- adds setDefault method to 'Diagram' entity (03ca213)
- sets back 'unsetDefault' to be used on 'saveDiagram' (f76aa54)
1.6.0-rc.1 (2023-05-09)
1.5.0 (2023-01-26)
- verify whether the blueprint exists before saving (3f68c0b)
- prevent the same workflow from be saved twice (96115b7)
1.4.0 (2023-01-25)
- 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)
- 🔒 fix knex and json5 sec issues (114ad74)
1.3.1 (2022-10-28)
- adjust migrations (0e5e612)
1.3.1-rc.1 (2022-10-28)
- adjust migrations (0e5e612)
1.3.0 (2022-10-20)
- add methods to update and delete new entities (f29ba11)
1.2.1 (2022-10-19)
- adjust diagram2workflow to accept relation N:N (4b303f7)
1.2.0 (2022-10-19)
- 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)
- 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)
- add new property 'aligned' for Diagram (866e6c5)