Releases: tom-writes-code/rpgle-repl
v2.4.1
What's Changed
- immediate fix to make snippets work again by @tom-writes-code in #56
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- replwrpr bash script to run snippets by @tom-writes-code in #53
- enhance bash script by @tom-writes-code in #54
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- split helper proc names by @tom-writes-code in #52
- split helper interface definitions by @tom-writes-code in #52
There were a number of defects relating to variable names being too long, these should help to mitigate those problems
Full Changelog: 2.3.1...v2.3.1
v2.3.1
v2.3.0
What's Changed
- Print and eval by @tom-writes-code in #50
- Support new replPrint() procedure to print values of variables
- Support new replEquals() procedure to assert values of variables
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- Support comments by @tom-writes-code in #43
- Multiline indicator statements by @tom-writes-code in #45
Full Changelog: https://github.com/tom-writes-code/rpgle-repl/commits/v2.2.1
v2.2.0
What's Changed
- Print details of compilation errors back to the user by @tom-writes-code in #38
This will allow users to see immediate feedback on potential compilation errors.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Support longer variable names by using the variable ID in auto-generated helper procedures by @tom-writes-code in #36
Full Changelog: v2.0.1...v2.1.0
V2.0.1
Features as per v2.0.0.
This release fixes a problem with the built save file, where some source members were missing.
v2.0.0
What's Changed
- Hide readme by @tom-writes-code in #31
- Support custom Control Options by @tom-writes-code in #26
This change includes database changes to REPLSRC
, so please, please back up any code you have in there if you don't want to risk losing it. In local tests, the update statement has worked (and has not deleted existing code), but I wouldn't like to guarantee that it will definitely work straight away.
Full Changelog: v1.1.2-beta...v2.0.0