Rand Stats

Slang::Roman

zef:raku-community-modules
Revision history for Slang::Roman
  
0.6.2  2025-08-03T20:48:46+02:00
    - Modernize META6.json and docs
    - Bump dependency on Slangify
    - Added initial source SBOM
    - Fix bug on RakuAST
    - Add CI badge for each OS
    - Add coverage testing (now at 86%)
    - Update copyright year

0.6.1  2024-06-21T15:03:02+01:00
    - Move README to POD6
    
0.6  2024-06-21T14:10:54+01:00
    - Add reference section to README
    - Implement reference section subtractive standard

0.5  2023-09-22T11:16:56+02:00
    - Fix issue with "to-roman" introduced in 0.3
    - Add support for running under RakuAST, including deparsing

0.4  2023-09-22T00:36:47+02:00
    - Add dependency on Slangify

0.3  2023-09-20T20:47:13+02:00
    - Streamline code
    - Remove a lot of outdated comments
    - Create compile-time error for erroneous roman numerals
    - Create a single IVal in QAST, rather than a runtime call
    - Update copyright

0.2  2021-12-21T12:11:09+01:00
    - First version in zef ecosystem, no functional changes