-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Abstractn/dev
Merge of pull request "rework/1.2" from dev
- Loading branch information
Showing
4 changed files
with
305 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Changelog | ||
========= | ||
|
||
### 1.2.0 | ||
|
||
* [NEW] Created changelog file | ||
* [FIX] Fixed parsing core logic management (actually did not work at all as intended before) | ||
* Fixed simple parameter parsing when value path uses dot notation | ||
* Fixed condition statement's operator evaluation results | ||
* Fixed cycle statement parsing and printing | ||
* Resolved "nested statement parsing" bug comments | ||
* [FIX] Updated README.md with clearer code examples and notes about module limitations | ||
|
||
### 1.0.0 | ||
|
||
* Forwarded version for stable codebase milestone | ||
|
||
### 0.1.0 | ||
|
||
* Initial port from non-module files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.