numerus 2.0.0 numerus: ^2.0.0 copied to clipboard
Dart extensions for translating integers to Roman numerals and Roman numeral strings to integers.
2.0.0 #
- Support for Vinculum or Apostrophus (both compact with Unicode and tally marks)
- NOTE: this change means the maximum value of common/default config is 3,999; 399,999 for 'compact' apostrophus', and 3,999,999 for both tally mark apostrophus and vinculum styles.
- Housekeeping for bigger Dart update, as well as
test
andanalyze
cleanup. - Improved code coverage report generation to be "pure Dart" and scripted.
1.1.1 #
- Full null-safety support.
- Cleaned up depcrecated dependencies.
1.1.0-nullsafety.1 #
- Update for null-safety support.
1.0.3 #
- Allow user to specify placeholder character for nulla/zero.
1.0.2 #
- Fix small analyzer warnings
1.0.1 #
- Updated package description
1.0.0 #
- Numerus provides:
- int to Roman Numeral string
- Roman numeral String to int
- Test Roman numeral String for validity