Skip to content

Releases: finos/morphir-elm

Scala gen enhancements

23 Jan 15:05
Compare
Choose a tag to compare
  • Merge pull request #973 from bekand/ui-changes ef370a0
  • Merge branch 'main' into ui-changes 0d932a4
  • Merge pull request #968 from KindsonTheGenius/config-ui 792dca4
  • Fixed bug for empty morphir-tests.json file 541385f
  • Fixed bug for empty morphir-tests.json file ab73131
  • Fixed Module Custom attributes in Develop app b092614
  • Fixed bug with annotation for module 16c321b
  • Merge pull request #975 from AttilaMihaly/add-docs c608472
  • Added missing documentation. 1dc08ad
  • Merge pull request #972 from Elorm-Axolu/cadl-morphir-mapping d9197bc
  • Merge pull request #974 from klahnunya/docs-json-codecs 5dd4621
  • documentation for json codec backend 45006c4
  • doc for cadl to morphir mapping ecb0e46
  • Fixed some bugs af262ec
  • doc for cadl to morphir mapping 3e8789b
  • Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into cadl-morphir-mapping 7e0ba30
  • Added back JsonSchema flag as required by the Target elm module 7268350
  • Removed JsonSchema flag, added some comments 45eb912
  • Fixed a bug (code that calls async function sync) c118e50
  • Implemented annotations for modules 4eb8c83
  • refactor displaying types 6280f70
  • Added decorators tab for selected model in Develop UI 978bebd
  • Merge branch 'finos:main' into config-ui ef90907
  • doc for cadl to morphir mapping ce17faf
  • Merge pull request #970 from nwokafor-choongsaeng/scala-issue 251c72b
  • Merge pull request #949 from bekand/ui-changes 0f0e646
  • always show "save testcases" button cfdc062
  • Add a more complex usecase a3ec760
  • fix tests 356abd8
  • reproduced issue 969 in reference model afe4824
  • Merge remote-tracking branch 'origin/config-ui' into config-ui 42c28d7
  • Removed redundant code from viewAttributeValues in DevelopApp d846bc4
  • Merge branch 'main' into ui-changes 8f7b659
  • add module level documentation to the ir, and display it 388fb2e
  • Merge pull request #966 from AttilaMihaly/ui-styling cd35fe0
  • Alternative styling for drill-down. adcbe32
  • Implemented use-decorators for json-schema-gen flag 7bddf66
  • Merge pull request #965 from KindsonTheGenius/config-ui 7c22c50
  • Merge pull request #951 from KindsonTheGenius/config-management f7bef09
  • Changed SchemaEnabled to Bool. Insight View tab to Type Details for types 664f0a7
  • Merge branch 'main' into ui-changes 6141d40
  • Implemented custom attributes for types. bc04f3a
  • Fixed bug causing failure in test cases 09d1b58
  • Changed ComplexSchema to Schema. Cleaned up bugs. 235975e
  • 'about' modal dialog d404c1d
  • Fixed a bug where Custom Type is not found f11f1c2
  • Added Dict test case. Fixed a bug c75de19
  • Return error when type Definition is not found in module (instead of returning empty schema). Also removed useConfig from config file 762e398
  • Collect type references for module 4800bc3
  • Collect references for type aliases db71786
  • Also return dependencies from getTypeDefinitionFromModule. For now, it's empty list 47476f9
  • Return Maybe from getTypeDefinitionFromModule. Did code cleanup 6eba804
  • Combined the two functions into one - generateSchemaByTypeNameOrModuleName bbd2bf6
  • Implemented 'include' list of strings which is FQName of either types or modules 6340de6
  • Read list of modules from a config file 5c6e57b
  • Implemented limitToModule and added unit tests 27d8e20
  • Modified config file. Started config processing docs 6c213cf
  • Wrote some test cases for Json schema backend config. Did documention c60f249
  • Changed groupBy to groupSchemaBy, update decoder, fixed bugs db7ad5b
  • Setup configuration processing script b2cbe44
  • Worked on Configuration Management and documentation b3f0e94
  • refactor too long viewHome function 16c3fe2
  • fix some page navigation issues f2dc571
  • Merge branch 'main' into ui-changes bc9752c
  • graph changes & /home link in header d7180f4

v2.72.1...v2.73.0

Type inference fix

04 Jan 14:51
Compare
Choose a tag to compare
  • Merge pull request #963 from AttilaMihaly/issue-962 b6af00d
  • Make sure even private constructors are included in the spec when "WithPrivate" is used. #962 4fb1bdc
  • Merge pull request #961 from KindsonTheGenius/config-ui 648cffd
  • Removed redundant code from morphir-elm-develop.js 46ff036

v2.72.0...v2.72.1

Type inference fix

03 Jan 13:58
Compare
Choose a tag to compare
  • Merge pull request #960 from AttilaMihaly/issue-959 0c17fd2
  • While looking up a constructor type also check for record types. #959 b8973bf

v2.71.0...v2.72.0

Type inference fixes

02 Jan 20:24
Compare
Choose a tag to compare
  • Merge pull request #956 from nwokafor-choongsaeng/scala-fix-2 315cc29
  • Merge pull request #952 from nwokafor-choongsaeng/type-inference-fix 3fd265b
  • Merge pull request #958 from AttilaMihaly/fix-missing-file 7c4fc1a
  • Include everything under lib to avoid missing files in the future. 5391730
  • Merge pull request #950 from finos/dependabot/npm_and_yarn/qs-6.5.3 768bd07
  • Merge pull request #957 from finos/dependabot/npm_and_yarn/json5-2.2.3 dbcb7cf
  • Bump qs from 6.5.2 to 6.5.3 f6957d6
  • Bump json5 from 2.2.0 to 2.2.3 675fdbb
  • TypeAscripted partial lambdas 6e4354e
  • wrap Morphir.Apply with Scala.TypeAscripted a5295a7
  • added test for type inferencer fix c7a3afa
  • fix type inference record field comparison against Nothing; Substituting type variables 566870c

v2.70.0...v2.71.0

Scala gen fixes, JSON Schema backend

02 Jan 19:40
Compare
Choose a tag to compare

v2.69.2...v2.70.0

Develop app enhancements

08 Dec 14:20
Compare
Choose a tag to compare
  • Merge pull request #947 from AttilaMihaly/fix-500-error 3950ad2
  • Move the error notification to the bottom. Make it disappear in 10 seconds. 755f527
  • Catch all exceptions and return {} if there is an issue while reading attributes. 779a3fe

v2.69.1...v2.69.2

Develop server enhancements

07 Dec 20:51
Compare
Choose a tag to compare

v2.68.0...v2.69.1

Insight enhancements, JSON Schema backend

11 Nov 16:54
Compare
Choose a tag to compare
  • Merge pull request #929 from bekand/ui-changes

UI and type inference improvements

20 Oct 14:34
Compare
Choose a tag to compare
  • Merge pull request #917 from AttilaMihaly/reorg_publich-docs 8f1ab45
  • Move verification steps into the publish doc. aa9c1bc
  • Merge pull request #915 from AttilaMihaly/fix-stack-overflow 734f168
  • Fix stack overflow. 20bc29b
  • Merge pull request #912 from AttilaMihaly/picklist-component 43f1339
  • Fix compile errors. fd3aff1
  • Standardize 2f9c03a
  • Merge branch 'main' into picklist-component 5971d10
  • Merge pull request #913 from bekand/ui-changes f9a57d7
  • Integrate other components into sample page. 85c499d
  • Add documentation ec9ac08
  • Integrate other components into sample page. 08c32be
  • Merge branch 'main' into picklist-component 823deb6
  • Added some docs. a5552b6
  • Merge pull request #910 from bekand/ui-changes 9de5a19
  • Added some docs and larger example. 90e9616
  • Initial version of picklist component. 7d6b9ce
  • naming consistency fix e3baba4
  • Merge branch 'main' into ui-changes ca154e9
  • tabs component 88ff6b2

v2.67.0...v2.67.1

Insight, type inference enhancements

14 Oct 12:45
Compare
Choose a tag to compare
  • Merge pull request #909 from bekand/ui-changes 922b541
  • Merge pull request #892 from AttilaMihaly/issue-889 9e86f6c
  • Fix Try Morphir after merge. #889 2b26d29
  • reduce default font size, and some insight spacing 28d0b4b
  • Merge branch 'main' into issue-889 6ac451e
    ...

v2.66.1...v2.67.0