All notable changes to "Au3TestFramework" will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Go to legend for further information about the types of changes.
0.18.0 - 2022-08-05
- Unreleased section to changelog file.
- Project file structure to fit the default from Au3NewProject.
0.17.0 - 2022-02-14
- All function names renamed to start with capital letter.
- Version bump.
0.16.0 - 2022-02-10
- Links to the project badges/icons.
- FAQ section to README.md file.
- Move "Keyboard shortcuts" section into "Getting started" section (as sub section after "Usage").
- Version bump.
0.15.0 - 2022-02-09
- 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.
- Unnecessary documents/templates in docs directory.
0.14.0 - 2021-10-22
- 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).
- Minor function adjustments for the StepGenerator.
0.13.0 - 2021-10-19
- Compiler information to executable.
0.12.0 - 2021-10-19
- Scenario step wrapper functions contain a message box instead of only a comment of "your code pending".
0.11.0 - 2021-10-12
- 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.
- Titles and texts for exception handling messages.
- Renaming of the example feature files.
0.10.0 - 2021-10-11
- Language resource file (TextContainer.au3) to prepare multilingualism of the programs.
- General code improvements (cleaner).
- Renaming and restructuring of source files.
- Restructuring of functions into the separate source files.
0.9.1 - 2021-10-08
- Example texts in Feature file (in Scenario Steps).
- Parameter creation logic to get function parameter and table parameter for the wrapper functions again.
0.9.0 - 2021-10-08
- AutoIt Code formatting to the common notation without additional spaces after opened brackets and before closed brackets.
0.8.0 - 2021-08-24
- All repository data and dependencies (already added before in version v0.8.0).
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Fixed
for any bug fixes.Removed
for now removed features.Security
in case of vulnerabilities.