Skip to content

Releases: modelix/modelix.core

8.15.3

19 Jul 02:27
0b55145
Compare
Choose a tag to compare

8.15.3 (2024-07-19)

Bug Fixes

  • IConcept.isSubConceptOf/.isExactly if concepts are of different implementations (7695dde)
  • model-api-gen: fix generated code not compiling if conceptPropertiesInterfaceName was not set (8696d04)
  • model-api: do not require registered concept for serialization to NodeData (704f6cc)
  • model-datastructure: cache entries acquired through get PrefetchCache.getAll (5458395)
  • model-datastructure: implement PrefetchCache.getAll with prefetch support (1ff9a14)

8.15.2

17 Jul 02:28
54a58fa
Compare
Choose a tag to compare

8.15.2 (2024-07-17)

Bug Fixes

  • model-api: add UID for INamedConcept (ca89726)

8.15.1

12 Jul 02:26
0998984
Compare
Choose a tag to compare

8.15.1 (2024-07-12)

Bug Fixes

  • model-server: set jwkKeyId from system envvar (df0e364)

8.15.0

11 Jul 02:29
2579fb9
Compare
Choose a tag to compare

8.15.0 (2024-07-11)

Features

  • model-server: add endpoint /about (77e45d3)

8.14.1

10 Jul 02:26
d4298ba
Compare
Choose a tag to compare

8.14.1 (2024-07-10)

Bug Fixes

  • model-api-gen: fix IConcept.conceptAlias() always returning null for generated concepts (86c141b)

8.14.0

09 Jul 02:27
6c16849
Compare
Choose a tag to compare

8.14.0 (2024-07-09)

Bug Fixes

  • mps-model-adapters: filter descriptor models (d747e14)
  • mps-model-adapters: Module.allChildren didn't return all children (e75b0a8)

Features

  • model-server: permissions can be specified in JWT tokens (879132f)

8.13.0

05 Jul 02:24
89911e8
Compare
Choose a tag to compare

8.13.0 (2024-07-05)

Features

  • model-client: make Bearer authentication usable from the model client in JavaScript (6737bba)

8.12.1

04 Jul 02:26
549f2ec
Compare
Choose a tag to compare

8.12.1 (2024-07-04)

Bug Fixes

  • model-server: provide a valid operative spec (c93c3a1)

8.12.0

03 Jul 02:24
92ce337
Compare
Choose a tag to compare

8.12.0 (2024-07-03)

Bug Fixes

  • model-server: add force-reload after repository deletion (c0beae2)
  • model-server: fix master branch appearing in available branches after removal (94079e9)
  • model-server: render repository deletion button per repository instead of per branch (c75dcf8)

Features

  • model-server: add confirmation modal to repository deletion button (b2aae13)
  • model-server: add delete branch button in RepositoryOverview (5a75024)
  • model-server: implement BranchV1 for branches (2abc6b0)

8.11.0

02 Jul 02:26
2aa2a49
Compare
Choose a tag to compare

8.11.0 (2024-07-02)

Features

  • vue-model-api: expose replicated model (ae6032c)