Releases: PositiveTechnologies/PT.PM
Releases · PositiveTechnologies/PT.PM
0.9.4
0.9.3
- New log events
- File processing started
- File processing completed
- File processing ignored
- Workflow
- CancellationToken support, #42.
WorkflowResult
can be passed toProcess
method (intermediate results during processing).
- Not using
lock
andInterlocked
in single thread processing. - System.Web.RegularExpressions.dll added to NuGet package (Fixed Aspx parsing on Mono).
0.9.2
Common
- NuGet packages released:
- Short names for command line pararmeters: CLI.md.
- Support of patterns loading from .json file:
--patterns patterns.json
. --patterns
parameter takes a text in base64 format.--log-path
parameter renamed to--logs-dir
.- Added
-v
or--version
parameter for version displaying. - Improved
appveyor.yml
and.travis
configs.