Releases: sven-seyfert/Au3TestFramework
Releases · sven-seyfert/Au3TestFramework
v0.18.0 - 2022-08-05
Added
- Unreleased section to changelog file.
Changed
- Project file structure to fit the default from Au3NewProject.
v0.17.0 - 2022-02-14
Changed
- All function names renamed to start with capital letter.
- Version bump.
v0.16.0 - 2022-02-10
Added
- Links to the project badges/icons.
- FAQ section to README.md file.
Changed:
- Move "Keyboard shortcuts" section into "Getting started" section (as sub section after "Usage").
- Version bump.
v0.15.0 - 2022-02-09
Changed
- Update copyright year to 2022 in LICENSE.md file.
- Update of documents/templates (bug report-, feature request- and pull request template).
- Update of the contributing file.
- Code of Conduct update to their version v2.1.
- Version bump.
Removed
- Unnecessary documents/templates in docs directory.
- Code to generate these unnecessary files in docs.
v0.14.0 - 2021-10-22
Added
- First approach of a Test Explorer program, called "TestExecutor", as GUI.
- Visualization of all features, scenarios, the execution state and execution duration (still WIP).
- Library "GUIScroll.au3" (utilities).
Changed
- Minor function adjustments for the StepGenerator.
v0.13.0 - 2021-10-19
Added
- Compiler information to executable.
v0.12.0 - 2021-10-19
Changed
- Scenario step wrapper functions contain a message box instead of only a comment of "your code pending".
v0.11.0 - 2021-10-12
Added
- One example feature file (ExampleInvalidByQuotes.feature) for the demonstration of wrong single quote count issue.
- Check for duplicate scenario steps (which is invalid).
- Handling possible duplicate scenario steps during the creation of the scenario step wrapper methods.
Changed
- Titles and texts for exception handling messages.
- Renaming of the example feature files.
v0.10.0 - 2021-10-11
Added
- Language resource file (TextContainer.au3) to prepare multilingualism of the programs.
Changed
- General code improvements (cleaner).
- Renaming and restructuring of source files.
- Restructuring of functions into the separate source files.
v0.9.1 - 2021-10-08
Changed
- Example texts in Feature file (in Scenario Steps).
Fixed
- Parameter creation logic to get function parameter and table parameter for the wrapper functions again.