Skip to content

Releases: finos/morphir-elm

Added missing Dict functions to SDK

19 May 13:29
Compare
Choose a tag to compare

v2.49.2...v2.50.1

Added LocalTime to the SDK

29 Apr 09:10
Compare
Choose a tag to compare

Fix bug in SDK

28 Apr 08:35
Compare
Choose a tag to compare
  • Upgrade morphir-jvm version 9765ab7
  • Merge pull request #675 from bekand/ui-changes e3ad6d8
  • reintroducing insight view 887aad2
  • Merge pull request #674 from bekand/fix-scroll 60c4fd4
  • fix scrolling issue when module tree is long 21cb0fe

v2.49.0...v2.49.1

Added the Key module to the SDK

25 Apr 08:51
Compare
Choose a tag to compare
  • Use latest version of morphir-jvm 7e97919

v2.48.0...v2.49.0

Scala gen enhancements

22 Apr 14:15
Compare
Choose a tag to compare
  • Ignore generated file cf56328
  • Remove generated file f54e40a
  • Merge pull request #672 from AttilaMihaly/issue-665 719482c
  • Curry constructor arguments as needed. #665 7b1dc99
  • Merge pull request #667 from bekand/ui-changes 68fde62
  • button to hide definition list + some refactoring d012351
  • Merge pull request #663 from AttilaMihaly/infer-value-types 867e47b
  • Merge branch 'main' into infer-value-types 423280a
  • Enabled type inference and lifting lambda arguments up to the definition level. 63038a6
  • Removed unused definitions. 56566ef
  • Removed unused definitions. f1d3e1f
  • Merge branch 'main' into infer-value-types 8f0eb3c
  • Merge pull request #664 from bekand/ui-changes adfb75b
  • Add some documentation to DevelopApp b6e7cd6
  • Merge pull request #662 from KindsonTheGenius/main d925451
  • Removed type information from the Mapper to prepare for type inference in the repo which is not done yet. 19bbd14
  • Removed type information from the Mapper to prepare for type inference in the repo which is not done yet. 1b47041
  • Updated file content 6a73190
  • Updated mophir-build-flow to morphir-command-processng and added details 2f67938
  • Merge pull request #661 from bekand/ui-changes 579418c
  • Merge branch 'main' into ui-changes aacfbb4
  • ui fixes for long names and paths 37ef24d
  • Merge pull request #659 from klahnunya/feature/dependency-graph 0f66d06
  • format index.html 1febb09
  • removed index.html from git ignore aa6c3f4
  • mapTypeAnnotation should not return ValueAnnotation. It should explicitly return a type. e0bcf04
  • Fixed merge related errors. ab35bc7
  • Merge branch 'main' into infer-value-types 0cb7e49
  • Merge pull request #658 from AttilaMihaly/granular-incremental-processing 496fd08
  • Move the Mapper under IncrementalFrontend. 93b3766
  • Use aliases to make it easier to change the value annotations on each value node. af4dca2
  • Add module if it's missing while inserting types and values. 5a812dd
  • Merge pull request #657 from klahnunya/feature/dependency-graph 8348a28
  • point build to index.js ee43785
  • reimplement dependency visual graph 945f481
  • Merge branch 'main' into granular-incremental-processing 9c8a5ef
  • Merge pull request #655 from bekand/ui-changes 3219822
  • Merge pull request #654 from nwokafor-choongsaeng/update/repo 80b210d
  • filter query params + BIG ui refactor 19e3892
  • updated with recent pull changes 86ba914
  • Merge branch 'main' of https://github.com/nwokafor-choongsaeng/morphir-elm into update/repo a75222b
  • refactored insertValue and updating moduleDependency when value is inserted bf7536d
  • Merge pull request #650 from nwokafor-choongsaeng/update/repo df993a2
  • Merge pull request #652 from AttilaMihaly/tail-recursive-reachability 4125764
  • updating module dependency while inserting types, added test cases for changes 2963b17
  • fixed failing test f913aa5
  • Tail-recursive version of reachability algo. 3fcf983
  • Merge pull request #649 from nwokafor-choongsaeng/feature/dag e799c09
  • change requests 748c5c4
  • Fix tests. Remove unused code. 748506d
  • fixed potential bug in parsedModule > updateRepoModulesDependencies d3ac496
  • updated module dependencies while inserting module 3e8af43
  • added documentation for collectFowardReachableNode 1ff5b38
  • added a test case ec3397e
  • added collectReachableNodes b00b383
  • Adding more granular access control. f5c8f82
  • added moduleDependencies function to Repo 36e8511
  • removed Level from DAG 35a99e7
  • Added type inference support. ffcefa0
  • Bettr error reporting for cycles. 15b1e9e
  • removed map utility from DAG 0db1210
  • Merge branch 'main' of https://github.com/nwokafor-choongsaeng/morphir-elm into feature/dag df29596
  • resolved merge conflicts 9e58eb8
  • added map function and added test cases for DAG e5ab33e
  • Merge pull request #648 from AttilaMihaly/granular-incremental-processing c81fca4
  • Fixed unit-test. 5b65680
  • added merge and map to DAG 54946b5
  • Multiple fixes and reporting improvements. 1055211
  • updated insert type to properly insert dependencies 1cba5a0
  • Fixed codecs. 7b43d99
  • Resolved merge conflicts. 2fcdc2d
  • Merge branch 'main' into granular-incremental-processing b9fe136
  • Merge branch 'finos:main' into main 2dfdd1b
  • Updated CLI to call file change ordering separately. b077723
  • Merge pull request #647 from bekand/ui-changes defe112
  • Merge pull request #646 from nwokafor-choongsaeng/update/repo 8276c5d
  • moved type and value depenency update to insertModule and fixed potential bug cb28df0
  • updated documentation and fixed failing test 4dbed27
  • url based navigation 830e268
  • refactored Repo and IncrementalFronted to fix build error 196c83f
  • Merge branch 'main' of https://github.com/nwokafor-choongsaeng/morphir-elm into update/repo c5e45ad
  • Implemented function to order file changes before starting to process file. The plan is to use this function for more granular progress reporting. 2c6307b
  • Merge pull request #645 from nwokafor-choongsaeng/feature/dag 3094ee3
  • removed changes in Repo 142d597
  • added docs to Repo and updated Repo to hide internal structure with small fixes 54e7150
  • fixed level assignment when adding nodes to dag 9057ce7
  • updated shiftTransitively to break endless recursion 4e0ae31
  • Merge pull request #1 from finos/main 0370661
  • Merge branch 'main' into main 1672df1
  • Merge pull request #643 from nwokafor-choongsaeng/feature/extract-values 44e6cc6
  • fixed failing test 777d1b0
  • Order modules by dependency before inserting them into the Repo while building from a Distribution. 827f4ff
  • Merge pull request #644 from nwokafor-choongsaeng/feature/dag 3a5217c
  • update toList docs 92cdb4e
  • added functions to conver the dag to a list and dict b8916ca
  • Merge branch 'main' of https://github.com/nwokafor-choongsaeng/morphir-elm into feature/extract-values 5eae0c5
  • fixed errors with little changes a12522c
  • added implementation for extractValueNames a01ef5b
  • refactored and fixed merge conflict 228ea8f
  • Merge pull request #642 from AttilaMihaly/fix-from-distribution c3a67ad
  • Order modules by dependency before inserting them into the Repo while building from a Distribution. 3d43390
  • implementation of extract values without type signatures 97d8ea3
  • Merge pull request #641 from AttilaMihaly/incremental-build-1 afacb42
  • Improved handling of incremental vs from scratch build. bdb6f5a
  • Fix merge error. b4d9576
  • Add missing file. c903f9f
  • Merge branch 'main' into incremental-build-1 18ad18d
  • work in progress ef2e6bd
  • Initial working version of incremental frontend. af76944

16.0.0...v2.48.0

Fixed broken NPM package

28 Mar 07:29
Compare
Choose a tag to compare

v2.46.2...v2.47.0

LocalTime fix

22 Mar 11:47
Compare
Choose a tag to compare
  • Merge pull request #629 from AttilaMihaly/local-time-fix c498e8d
  • Quick fix to include LocalTime in the SDK. 5ab76b4
  • Quick fix to include LocalTime in the SDK. a5a457e
  • Merge pull request #628 from AttilaMihaly/order-types-by-dependency f8e279c
  • Fix compile error. 6b8a146
  • Completed function that orders types by dependency. 6f3f5cc

v2.45.6...v2.46.0

NPM package fix

21 Mar 13:34
Compare
Choose a tag to compare

v2.45.5...v2.45.6

CLI fixes

18 Mar 14:45
Compare
Choose a tag to compare

15.1.0...v2.45.5

Minor cleanup

10 Mar 14:22
Compare
Choose a tag to compare

v2.45.3...v2.45.4