Releases: thygesteffensen/PowerAutomateMockUp
Releases · thygesteffensen/PowerAutomateMockUp
v2.0.0
v2.0.0-alpha.2
2.0.0-alpha.2 (2021-03-03)
Features
- Added expression parsing possibility to ValueContainer.cs (c14f72c)
- Added parameters function and workflow parameters config (d505842)
Bug Fixes
- Fixed Action Executor bases (bfe0141)
v2.0.0-alpha.1
v1.2.0
v1.1.0-alpha.1
v1.1.0
v1.0.0
1.0.0 (2021-01-30)
Features
- Added a Interface for scope to have their own way of handling items (4f7c920), closes #20 #22
- Added ActionName to ActionExecutorBase (02adf86), closes #4
- Added Github Action descriptions (6d083e7)
- Added Greater expression function (6ea4472)
- Added IComparable and IEquatable to ValueContainer to simplify these actions (abecb4b)
- Added index brackets to ValueContainer array and object (98938c6)
- Added interfaces to each dependency (e5ed2ec)
- Added logging (f1cc3ae)
- Added method to easily get ValueContainer as dict (51f7dec)
- Added PowerAutomateMockUpException.cs (dedd206)
- Added support for Do Until action (86e5285), closes #18
- Added support for every string function expression (a66ad6d)
- Added support for scope handlers to execute code, when exiting a scope. (0ea2eb8)
- Added support for the switch control action (aeb97aa), closes #18
- Added ValueContainer as output value when parsing Power Automate Flow expressions. (e8d58cb)
- Collections - Added contains (dfc120f), closes #3
- Handling exception and failed correct (78146f1)
- Implemented Comparison for ValueContainer (658c222), closes #25
- Implemented Logical expression functions (f27f158)
- Implemented terminate action (9e5b7c9), closes #5
- Implemented the Collection Expression: Empty (14e87d5), closes #3
- Implemented the Collection Expression: First (5809538), closes #3
- Implemented the Collection Expression: InterSection (42fe672), closes #3
- Implemented the Collection Expression: Join (d97a47f), closes #3
- Implemented the Collection Expression: Last (dce8f91), closes #3
- Implemented the Collection Expression: Length (eb3c537), closes #3
- Implemented the Collection Expression: Skip (67f3587), closes #3
- Implemented the Collection Expression: Take (0eb7123), closes #3
- Implemented the Collection Expression: Union (40e9131), closes #3
- Some data functions (19a3b7d)
- ValueContainer can be created from Json (8263435)
Bug Fixes
- Added double to compare method (59a1d3e)
- Added net 4.6.2 and 4.8.2 as frameworks to Test (17a9f73)
- Added TryParse boolean when parsing action paramters. (fa7f14a)
- build on clause (2d9f90b)
- build on clause (69855b8)
- change to trigger release (8e8ba38)
- Changed pull request behavior on build action to hopefully run check before pr is ready to merge (e1a468f)
- Changed scope of some interfaces and implementations. (a5871ab)
- chnage build clause (19f5329)
- Every char is okay in a string (6b559ec)
- First or default - cannot assume it exists (95895f6)
- Fixed some erros (db4c9d5)
- Full flow test (5ba6e4b)
- Full flow test (7b9980e)
- Full flow test (e17b6c2)
- Full flow test (9e9dd72)
- Full flow test (d2e0f1c)
- Full flow test (f798dac)
- Github push working, fixing nuget (b34fb36)
- Github push working, fixing nuget (0e69f29)
- If condition (cd1fbfc)
- If condition empty else does not exist (e2df1f1)
- Index brackets now work with 'paths' (fca5dab)
- Null in pretty print (467809a)
- OpenApiConnectionBaseAct...