Releases: tom-writes-code/rpgle-repl
Releases · tom-writes-code/rpgle-repl
Release list
v3.1.0
v3.0.0
What's Changed
- Use the updated Project Tobi release process and improve the installation process. by @tom-writes-code in #60
Full Changelog: v2.4.1...v3.0.0
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