Colourful v3.0.0-beta1 Release Notes

Release Date: 2020-06-28 // almost 4 years ago
    • ✅ Lots of new tests and code coverage (#58, #73).
    • ✂ Removed range cropping (helper now available as RangeHelper).
    • ✅ Lots of minor tweaks and fixes discovered during testing.
    • ➕ Added InvalidConversionException and MissingConversionMetadataException.

Previous changes from v3.0.0-alpha1

    • Changed the conversion engine to be more extensible and less hardcoded based on conversion strategies. This should allow for easier adding of more color spaces, and also extensibility with custom color spaces.
    • ✂ Removed the almighty ColourfulConverter and added new ConversionBuilder that builds a converter that you can use afterwards.
    • Started using double[] and double[,] for vectors and matrices.
    • Using more of the in modifiers.
    • Replaced get-only properties on color spaces with readonly public fields.
    • ✂ Removed range checking and range cropping during conversions.
    • ➕ Added new Jzazbz and JzCzhz color spaces.

    📚 (work is still in progress, documentation isn't ready, and code isn't covered)