Revision history for Number::More
0.2.12 2025-03-09T20:54:49-05:00
- sub pad-number now returns a Cool object instead of
modifying the input in place.
- Allow base X to base X conversions in order to provide
optional argument formatting.
- Fix typos
- Add more test coverage for the optional args for subs:
X2Y base for binary, octal, dedimal, and hexadecimal
from-base...
to-base...
- Updated Perl 6 terminology to use Raku.
0.2.11 2025-03-05T09:29:36-06:00
- Fix another incorrect handling of non-case-sensitive bases
(ensure both upper- and lower-case letters)
0.2.10 2025-03-04T18:57:25-06:00
- Ensure all calls to pad-number have all the optional args
- Remove spurious code
0.2.9 2025-03-03T21:18:26-06:00
- Ensured all conversion subs have the same optional args and handling
- Added more tests for optional args
0.2.8 2025-03-02T12:55:30-06:00
- More tidying, improved README
- Removed spurious comments and commented out code
- Removed leading underscore from two sub names
- Added test from new example in README
0.2.7 2025-03-02T07:35:22-06:00
- Remove 'use v6;' from test files
0.2.6 2025-03-02T06:42:27-06:00
- Use method .antipairs to invert the list
0.2.5 2025-03-01T21:13:06-06:00
- Remove cached part
- Improve hash construction thanks to @raiph
0.2.4 2025-03-01T18:18:26-06:00
- Convert hash of digit chars to decimal value to a cached sub
0.2.3 2025-02-28T18:35:13-06:00
- Correct incorrect handling of number length in internal sub 'pad-number'
- Lots of other corrections...
- Prepping for release of replacement module 'Number'
- Added :$debug option for all subs
- Created new subs for character set creation
- Deleted &bases tokens, each token is replaced by an as-needed base Set
0.2.2 2025-02-26T09:19:01-06:00
- Change name of the module to replace this one to 'Number'
instead of 'Number::Rebase'
0.2.1 2023-03-31T11:24:55-05:00
- Add notice of future deprecation
- Changed to enable management by App::Mi6
- Moved to Zef Raku module repository
- Rakuize file names
- Removed user debug tools
- Add separate Github workflow tests for each OS
- Eliminate Travis testing
0.2.0 2017-10-05
- Updated META6 keys and values
0.1.0 2017-03-12
- Initial version