Skip to content

Releases: tom-writes-code/rpgle-repl

v3.1.0

Choose a tag to compare

@tom-writes-code tom-writes-code released this 19 Mar 11:21
d64f31b
Merge pull request #61 from tom-writes-code/add-wrapper

Add wrapper function to support notebooks

v3.0.0

Choose a tag to compare

@tom-writes-code tom-writes-code released this 17 Mar 18:06
f31cf2d

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

Choose a tag to compare

@tom-writes-code tom-writes-code released this 12 Jul 22:10
60e0a4e

What's Changed

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

v2.4.0

Choose a tag to compare

@tom-writes-code tom-writes-code released this 12 Jul 21:46
2e50432

What's Changed

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

v2.3.1

Choose a tag to compare

@tom-writes-code tom-writes-code released this 04 Apr 11:14
7f3a947

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

Choose a tag to compare

@tom-writes-code tom-writes-code released this 29 Mar 14:57
229094a

What's Changed

Full Changelog: v2.3.0...2.3.1

v2.3.0

Choose a tag to compare

@tom-writes-code tom-writes-code released this 29 Mar 14:47
0bdca73

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

Choose a tag to compare

@tom-writes-code tom-writes-code released this 04 Aug 15:18
49de44c

What's Changed

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

v2.2.0

Choose a tag to compare

@tom-writes-code tom-writes-code released this 19 Aug 18:18
2ff5e12

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

Choose a tag to compare

@tom-writes-code tom-writes-code released this 19 Aug 15:15
81493cb

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