Releases: usefulmove/comp
Releases · usefulmove/comp
Release list
0.25.8
( 230317 )
Features
- replaced
rgb_multcommand withrgbx - added
rgbhxcommand for hexadecimal input - added
magic8magic 8 ball command - removed deprecated
sa,sb,sccommands in favor of more generalstorecommand - added
ioiota sequence command
Bug fixes, other improvements, etc.
- corrected bug in
rgb_multcommand - code improvements for maintainability
- corrected bug in
prootcommand
( full changelog .. 0.24.10...0.25.8 )
0.24.10
( 221106 )
Features
- added
rgb_avgcommand - added stack persistence configuration option
- added comparison commands (
lt,lte,gt,gte) - added binary operations (
not,and,nand,or,nor,xor,ones) - added ascii command
Bug fixes, other improvements, etc.
- updated unit test scheme
- code improvements for maintainability
- modified to use updated cor color library
- corrected bug in configuration file handling
- updated command function generation implementation to significantly simplify default command generation (maintainability)
( full changelog .. 0.23.33...0.24.10 )
0.23.33
( 220924 )
Features
- added
scanhigher-order function - added
flipstack manipulation command - added
eqcomparison command - added
divsdivisors command
Bug fixes, other improvements, etc.
- overhauled unit test scheme
- code improvements for maintainability
( full changelog .. 0.23.18...0.23.33 )
0.23.18
( 220910 )
Features
- added iota number series commands (
io,i0) - added
dropn,take,takenstack manipulation commands - added
minmaxcommand - added
max_all,min_all,avg_allcommand aliases - added reciprocal
b_acomplementary generic conversion command - added
nrootcommand (replacesthroot) - added sign function command (
sgn) - renamed
show_config,save_configcommands - added
show_warningssetting to TOML configuration file
Bug fixes, other improvements, etc.
- updated output formatting
- updated manual test methodology
- general code refactor for improved maintainability
( full changelog: 0.23.5...0.23.18 )
0.23.5
( 220831 )
Features
-
added
foldhigher-order function to apply anonymous functions in reducing data (usage) -
added
rangecommand (usage) -
added
floorandceilcommands (usage) -
added
sumandprodcommand aliases -
added show_cfg command to output current configuration settings
Bug fixes, other improvements, etc.
- updated to use
poccolor output library - updated to use
exitcodecrate for error handling - updated manual test configuration
- improved code maintainability (more idiomatic code, addressed linter warnings, etc.)
( full changelog: 0.22.0...0.23.5 )
0.22.0
( 220823 )
Features
- added optional (configurable) stack level output formatting (#26)
- added monochrome stack output option
- added conversion commands
- added RGB utilities (
rgb,rgbh) - updated color theme
- added
--commandoption to output all available commands - modified user-defined function comment handling
- added ability to save configuration in TOML format
- added
mapcommand to map an anonymous function to the individual elements of the stack - updated help output
- added
peekcommand - added
poscommand
Bug fixes, etc.
- General bug fixes and changes for improved maintainability
- improved error handling
- updated unit test structure
- updated
poccolor module
Full Changelog: 0.21.0...0.22.0
0.21.0
0.20.5
( 220712 )
Features
- added hexadecimal and binary conversions (#16)
- enhanced use of the file option (#21)
- updated output formatting and use of color for standard and error output
- renamed conversion function commands for clarity and ease-of-use
Bug Fixes
- corrected bug in factorial command with large inputs (#14)