Releases: finos/morphir-elm
Releases · finos/morphir-elm
Scala gen enhancements
- 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
Type inference fix
Type inference fix
Type inference fixes
- 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
Scala gen fixes, JSON Schema backend
- Merge pull request #941 from Elorm-Axolu/split-package-dependencies 469269d
- fix merge conflict ac97ba9
- Merge pull request #934 from KindsonTheGenius/morphir-ir-schema 73f2079
- Fixed bugs in Record Test Case f68a0f6
- Changed Errors to List String in Cadl Backend edfe3f1
- Merge branch 'main' into morphir-ir-schema 1580229
- Cleaned up Json Schema Backend ce9579f
- Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into split-package-dependencies 52de58f
- resolve changes requested 5449509
- Merge remote-tracking branch 'origin/morphir-ir-schema' into morphir-ir-schema 5eeff60
- Merge pull request #940 from KindsonTheGenius/json-schema-new 41dcd20
- Made Options parameter of gen() and generate() to be generic 4422871
- Reverted limitToModule comma-separeted list 48854a0
- Migrated Json Schema to cli2. Setup json-schema-gen. Fixed scala-gen 143015c
- Added modulesToInclude entrypoint to Json Schema bakcend a432730
- Implemented use of custom config f28b278
- Added "required" property to record schema 6fd4b75
- Added map function type 723bdc7
- Did some cleanup. Errors instead of Error. Fixed docs 217fa3c
- Removed minItems and maxItems. Added Json Schema documentation 13d626b
- Updated the first argument of the mapType function in the JsonSchema tests 4c0dba9
- Added feature to return all mapping errors 1e7a918
- Added feature to return all mapping errors 3783e64
- Started working on Error Handling 9dab4b6
- Merge branch 'main' of https://github.com/KindsonTheGenius/morphir-elm into json-schema-new 3fc35ab
- Merge pull request #937 from osborneMs/backend/cadl c330575
- Merge branch 'main' of https://github.com/osborneMs/morphir-elm into backend/cadl 4e38a37
- support for custom types to cadl backend d5eaefc
- Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into split-package-dependencies ef0de70
- Made Options parameter of gen() and generate() to be generic 9edade6
- Reverted limitToModule comma-separeted list 16b25ad
- Remove OneOf SchemaType for Maybe field on a record ec0bd20
- Migrated Json Schema to cli2. Setup json-schema-gen. Fixed scala-gen 84fd848
- Merge branch 'main' of https://github.com/osborneMs/morphir-elm into backend/cadl a89ec38
- cadl backend support for models and optional fields 12ab16d
- Added modulesToInclude entrypoint to Json Schema bakcend b641977
- test-dependencies ec0e1e5
- test-dependencies 8f7f85d
- test-dependencies b454865
- test-dependencies f9fe825
- Implemented use of custom config 6e7c8c5
- Fixed CVS scanning but by installing express@4.17.3 3f37226
- Added "required" property to record schema 5add69a
- Added "required" property to record schema 03842d2
- Merge branch 'finos:main' into json-schema-new 79cd6f4
- Added "required" property to record schema 4785a85
- fix error 6c3ab18
- Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into split-package-dependencies 9aface3
- insert dependencies 49b2d05
- Added "required" property to record schema 9b19494
- Added "required" property to record schema 16521f7
- Added "required" property to record schema 9f0cf22
- insert dependencies into generated IR 7373a2b
- Added map function type 422335f
- Did some cleanup. Errors instead of Error. Fixed docs 194deb3
- Merge branch 'main' of https://github.com/osborneMs/morphir-elm into backend/cadl 245feb9
- added cadl backend support for gen command f0302c8
- cadl documentation update 26d91b0
- basic types and collection types support for cadl backend fbe0fbe
- Removed minItems and maxItems. Added Json Schema documentation 3149cbf
- Updated the first argument of the mapType function in the JsonSchema tests 837fa5d
- Added feature to return all mapping errors eeac0ee
- Added feature to return all mapping errors 18b388c
- Started working on Error Handling d860c37
- Merge branch 'main' of https://github.com/osborneMs/morphir-elm into backend/cadl 15e6f63
- AST to backend to prettyprint linkage intial commit 0ef3186
- cadl docs updated with more info and links 5a89cd9
- Merge branch 'main' of https://github.com/osborneMs/morphir-elm into cadl f0189af
- requested changes added to cadl docs 23c0c8c
- morphir type mappings to cadl type documentation 6cc891d
Develop app enhancements
Develop server enhancements
- Merge pull request #942 from bekand/ui-changes 0570877
- Merge pull request #945 from finos/dependabot/npm_and_yarn/server/qs-6.5.3 83ddc09
- Merge pull request #946 from finos/dependabot/npm_and_yarn/server/express-4.17.3 ac7bd70
- Bump express from 4.17.1 to 4.17.3 in /server d9d675c
- Bump qs from 6.5.2 to 6.5.3 in /server b3c9f4b
- Merge pull request #944 from AttilaMihaly/fix-500-error da8d154
- Upgrade dependencies. e8b0bb8
- Fixed 500 error. 9125187
- fix drilldown on references & reorder insight sections 828c0e5
- Merge pull request #935 from Elorm-Axolu/publish-typescript-api 91b84b6
- exclude js files from PR 4126738
- exclude js files from PR 9c8a26b
- Merge pull request #936 from AttilaMihaly/insight-test-app 4a0df0b
- Merge branch 'finos:main' into insight-test-app 433ad49
- Test application to help with developing the insight component. 06c997f
- 2.69.0 1b44c2f
- Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into publish-typescript-api 0f4569f
- publish typescript api 54d6809
- Merge pull request #932 from KindsonTheGenius/json-schema-new 2b61d4e
- Started working on Error Handling 738e325
- Merge branch 'finos:main' into json-schema-new 34b02c5
- Merge remote-tracking branch 'origin/json-schema-new' into json-schema-new 19b062a
- Fixed indentation type in json-schema.test.js file 3815142
- Merge pull request #930 from Elorm-Axolu/custom-attr-values 1e0a978
- pull from main 6d307b9
- Merge pull request #931 from AttilaMihaly/ts-api-example 493d105
- fixed error 500 77483da
- Example TS API usage a7121b8
- Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into custom-attr-values e5f308e
- added other sensitivity types and fixed error 500 a5472d1
- edit develop to create attr-file b608dab
- edit develop to create attr-file 2b61e6f
- edit 84718ca
- Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into custom-attr-values dba65d9
- flag node as either mnpi or pii 9c3a99e
Insight enhancements, JSON Schema backend
- Merge pull request #929 from bekand/ui-changes
UI and type inference improvements
- 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