Skip to content

Releases: tom-writes-code/rpgle-repl

v2.4.1

12 Jul 22:10
60e0a4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

12 Jul 21:46
2e50432
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

04 Apr 11:14
7f3a947
Compare
Choose a tag to compare

What's Changed

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

29 Mar 14:57
229094a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...2.3.1

v2.3.0

29 Mar 14:47
0bdca73
Compare
Choose a tag to compare

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

04 Aug 15:18
49de44c
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/tom-writes-code/rpgle-repl/commits/v2.2.1

v2.2.0

19 Aug 18:18
2ff5e12
Compare
Choose a tag to compare

What's Changed

This will allow users to see immediate feedback on potential compilation errors.
image
image
image

Full Changelog: v2.1.0...v2.2.0

v2.1.0

19 Aug 15:15
81493cb
Compare
Choose a tag to compare

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

09 May 20:35
Compare
Choose a tag to compare

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

05 May 15:16
e26227a
Compare
Choose a tag to compare

What's Changed

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