Skip to content

Releases: TLINDEN/rpnc

v2.1.0

26 Jan 12:14
Compare
Choose a tag to compare

What's Changed

  • fix printing of fractionals (not scientific anymore), added -p flag by @TLINDEN in #32
  • fix linter errors by @TLINDEN in #33

Full Changelog: v2.0.13...v2.1.0

v2.0.13

08 Dec 17:47
e81be12
Compare
Choose a tag to compare

What's Changed

  • added fuzzy test to unit tests to be able to catch more errors
  • fixed negative shift amount error, found with fuzzy testing :)
  • better internal error handling

Full Changelog: v2.0.12...v2.0.13

v2.0.12

07 Dec 13:10
cb774b3
Compare
Choose a tag to compare

What's Changed

  • use generics for contains() and add generic exists() by @TLINDEN in #29
  • don't show shortcuts in help (clutters it) by @TLINDEN in #27
  • added commandline and stdin tests using testscript by @TLINDEN in #28

Full Changelog: v2.0.11...v2.0.12

v2.0.11

05 Dec 19:15
d2db420
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.0.11

v2.0.10

14 Nov 19:03
5924193
Compare
Choose a tag to compare

What's Changed

  • Feature/add converters and bitwise operators in #20

Full Changelog: v2.0.9...v2.0.10

v2.0.9

12 Nov 19:30
2f56761
Compare
Choose a tag to compare

What's Changed

  • added 'dup' command

Full Changelog: v2.0.8...v2.0.9

v2.0.8

10 Nov 14:45
0782b09
Compare
Choose a tag to compare

What's Changed

  • added no versions of batch debug and showstack toggles by @TLINDEN in #17

Full Changelog: v2.0.7...v2.0.8

v2.0.7

09 Nov 17:50
b13fbc6
Compare
Choose a tag to compare

What's Changed

  • fix reverse and undo commands (stack.Reverse(), stack.Backup(), stack.Restore()), they lead to a panic and didn't work. It seems one cannot overwrite a container.list pointer with just another one (although a fresh one works).
  • added more tests, especially to check the fix above
  • also added tests to test lua functions
  • added debug output to Backup()

Full Changelog: v2.0.6...v2.0.7

v2.0.6

08 Nov 18:10
a964a99
Compare
Choose a tag to compare

Added

  • added support for non-stack-modifying lua functions
  • added better lua examples

Fixes

  • fixed a regression bug: lua functions could not be found anymore

Full Changelog: v2.0.5...v2.0.6

v2.0.5

08 Nov 13:52
31a0ddd
Compare
Choose a tag to compare

What's Changed

  • suppress intermediate results unless -i, addresses #11, fix man by @TLINDEN in #13
  • add variable support, implements #10 by @TLINDEN in #14

Full Changelog: v2.0.4...v2.0.5