ac_ranges 3.0.14
ac_ranges: ^3.0.14 copied to clipboard
Date / Int / Double ranges
Changelog #
3.0.14 #
- Added comprehensive tests for iteration over
IntRangeandDateRange - Extended
ac_ranges_example.dartwith examples of all range types
3.0.13 #
- Make abstract classes
RangeandDiscreteRangepublic - Update the LICENSE file and put license notices to sources.
- Enhance README with detailed usage and contribution info.
3.0.12 #
- Remove
_NumRangeabstraction - Introduce
_DiscreteRangefor better hierarchy clarity, and simplify range logic inDoubleRange,IntRange, andDateRange - Centralize range parsing logic in
_Rangeand_DiscreteRange - Simplify
parsemethods, and unify regex definitions inDoubleRange,IntRange, andDateRange
3.0.11 #
- Enhance equality comparison
- Add tests for all types of ranges
3.0.10 #
- Update
intlpackage to 0.20
3.0.9 #
- Add documentation to classes and methods
3.0.8 #
- Generally available public release