MIMWAL/ChangeLog.md

46 строки
1.9 KiB
Markdown
Исходник Обычный вид История

## MIMWAL Change Log
2016-01-10 03:20:59 +03:00
All notable changes to MIMWAL project will be documented in this file. The "Unreleased" section at the top is for keeping track of important changes that might make it to upcoming releases.
### Version [Unreleased]
2016-01-10 03:20:59 +03:00
* Support for executing a collection of Queries.
### Version 2.16.0115.0
#### Added
* Support for "/" as a Null Query.
#### Fixed
* Added null check in the ForEachIteration_UntilCondition function of UpdateResources and CreateResource activities to prevent crash when AEC is defined, but Iteration not.
### Version 2.16.0110.0
#### Added
2016-01-10 03:20:59 +03:00
* Re-branded of FIMWAL "2" version 2.15.1016.0 as MIMWAL.
* AICs are updated to a "WAL: " prefix instead of "FIMWAL: ".
* The event log name changed from "FIMWAL" to "WAL".
2016-01-10 03:20:59 +03:00
* Added design time check for the Activity Execution Condition to be a boolean function expression.
* If in FIMWAL "2" you were using an `IIF` function expression as an Activity Execution Condition, you'll need to wrap it around a `ConvertToBoolean` for UI validation to succeed when making any changes to the activity in future.
* Added support to break iteration loop in `UpdateResources` and `CreateResource` activities.
* Reserved `$__BREAK_ITERATION__` for the name of the boolean variable that needs to be set to true to break the iteration loop.
2016-01-10 03:20:59 +03:00
* Added support for cascaded queries lookup so that data from the first query can be used in the XPath search filter expression of the second query.
#### Changed
2016-01-10 03:20:59 +03:00
* Updated `Add` and `Subtract` function to treat null input values as zero instead of throwing exception
* Made substitutions parameter optional in `NormalizeString` function.
#### Removed
2016-01-10 03:20:59 +03:00
* Deleted compiled referenced DLLs and EXEs until LCA provides a split licence.
* Build and Deployment Wiki documents how to gather these files for building the solution.
#### Fixed
2016-01-10 03:20:59 +03:00
* There are no bug fixes in this release.