Skip to content

Latest commit

 

History

History
287 lines (131 loc) · 12 KB

CHANGELOG.md

File metadata and controls

287 lines (131 loc) · 12 KB

Changelog

2.0.0 (2024-12-17)

⚠ BREAKING CHANGES

  • migrate to arg-services v4

Features

  • migrate to arg-services v4 (ab083fb)

1.10.2 (2024-11-02)

Bug Fixes

  • replace JsonObject and JsonValue with unknown (dcb888b)
  • use correct types for protobuf dumps (8a3f21b)

1.10.1 (2024-10-25)

Bug Fixes

  • apply eslint suggestiont to improve code quality (b913131)
  • type errors with new eslint config (8242cff)

1.10.0 (2024-09-09)

Features

  • deps: bump arg-services to v3 (84c33fb)

1.9.0 (2024-05-12)

Features

  • deps: bump arg-services to v3 (73d86cc)

1.8.9 (2023-10-06)

Bug Fixes

  • create deep copy of graph (9812ded)

1.8.8 (2023-10-04)

Bug Fixes

1.8.7 (2023-07-13)

Bug Fixes

  • update xaif schema to latest version (77af62b)

1.8.6 (2023-07-12)

Bug Fixes

  • add methods to add/remove graph elements (#33) (e49f700)

1.8.5 (2023-06-06)

Bug Fixes

  • loosen json object constraints (44b88ae)

1.8.4 (2023-06-06)

Bug Fixes

  • improve sadface types (4f2ba54)
  • update date formats for dayjs (5e3049c)

1.8.3 (2023-06-05)

Bug Fixes

  • always return value in scheme2string (0c4f1e4)
  • return lowercased scheme names as label (5102f07)

1.8.2 (2023-06-05)

Bug Fixes

  • properly set major claim in graph constructor (9418814)

1.8.1 (2023-06-05)

Bug Fixes

  • declare all classes as immerable (6e2ca9c)

1.8.0 (2023-03-18)

Features

Bug Fixes

  • make xaif schema more robust (d3b76d6)
  • use correct capitalization of xaif files (dbd6063)

1.7.3 (2023-03-09)

Bug Fixes

  • graphs were not properly copied (0084fac)

1.7.2 (2023-03-01)

Bug Fixes

  • correctly parse protobuf structs (117935d)

1.7.1 (2023-02-28)

Bug Fixes

  • protobuf import not working for edges (0200635)

1.7.0 (2023-02-27)

Features

  • add reference/participant to atom nodes (fa2fbbe)

Bug Fixes

  • export date from library (8001996)

1.6.3 (2023-02-27)

Bug Fixes

  • export node label function (279b29f)

1.6.2 (2023-02-26)

Bug Fixes

  • properly export json load/dump (4e2a1bc)
  • remove readonly annotations fro graph (1266832)
  • replace setElements with copy (b8f68bb)

1.6.1 (2023-02-25)

Bug Fixes

  • allow dumping of interfaces (0d0282c)

1.6.0 (2023-02-25)

Features

  • add json import/export (37020cf)
  • use node ids instead of objects for edges (cc13bde)

Bug Fixes

  • allow parsing dates from json strings (0ade6a6)
  • overhaul interfaces to simplify them (e578fde)
  • properly convert between protobuf/json (9991fb6)

1.5.1 (2023-02-24)

Bug Fixes

1.5.0 (2023-02-24)

Features

  • add loader for Arg-Tech's OVA v2 (#17) (4196d88)

1.4.0 (2023-02-23)

Features

  • add loader for exports from kialo.com (#13) (5fd3296)

1.3.0 (2023-02-07)

Features

1.2.0 (2023-02-06)

Features

Bug Fixes

1.1.0 (2023-01-30)

Features

  • add fromProtobuf converter (#11) (d407f6b)
  • add toProtobuf export feature (#9) (a421670)
  • use custom model for handling the graph (84f676f)

Bug Fixes

  • use explicit types for interface/constructor (025501e)
  • use scheme type as node label (9e48016)

1.0.6 (2023-01-21)

Bug Fixes

  • export uuid from arg-services (e303f10)

1.0.5 (2023-01-21)

Bug Fixes

1.0.4 (2023-01-21)

Bug Fixes

  • include all files in dist (59d676b)

1.0.3 (2023-01-21)

Bug Fixes

1.0.2 (2023-01-20)

Bug Fixes

1.0.1 (2023-01-20)

Bug Fixes

  • enable automatic releases (79a780a)