Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

83 lines (61 loc) · 2.99 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Table of Contents

2.0.1 - 2024-03-11

  • Security
    • Bumped org.clojure/clojure to 1.11.2. Note: Addressing CVE-2024-22871 / GHSA-vr64-r9qj-h27f requires consumers to upgrade to this version.

2.0.0 - 2023-06-11

  • Added
    • brewtility.units.color for converting between SRM, EBC, and Lovibond.
    • brewtility.units.pressure for converting between PSI, Bar, etc.
    • brewtility.units.specific-gravity for converting Specific Gravity.
    • brewtility.units.temperature for converting between Celsius, Fahrenheit, and Kelvin.
    • brewtility.units.time for converting between seconds, minutes, hours, etc.
    • brewtility.units.volume for converting between gallons, liters, etc.
    • brewtility.units.weight for converting between pounds, kilograms, etc.
    • brewtility.units.options to introduce the symbolic keyword pattern
    • Display functions for all unit types.
  • Changed
    • Internal functions that convert between unit systems now use brewtility.units
  • Removed
    • brewility.color has been removed in favor of brewtility.units.color
    • brewtility.units/convert-weight has been removed in favor of brewtility.units/convert and brewtility.units.weight/convert
    • brewtility.units/convert-volume has been removed in favor of brewtility.units/convert and brewtility.units.volume/convert
    • brewtility.units/convert-temperature has been removed in favor of brewtility.units/convert and brewtility.units.temperature/convert

1.5.0 - 2023-02-13

  • Added
    • A calculation function to derive the volume of wort at the start of the boil.
    • Predicate functions for all common-beer-format types.
  • Changed
    • com.wallbrew/spoon is now a production dependency of brewtility.
  • Fixed
    • Introduced missing defn metadata tags in the calculation namespace.

1.4.0 - 2023-02-12

  • Added
    • Functions to "wrap" and "unwrap" common-beer-format maps.
    • Static and generative data in the common-beer-format format for test cases.

1.3.0 - 2023-02-12

  • Added
    • Automated deployments to clojars.

1.2.0 - 2022-07-10

  • Added
    • Refactor calculations to accept common-beer-format data.
    • Leverage common-beer-data for static test case data.

1.1.0 - 2020-08-15

  • Added
    • The calculate-potential-final-gravity` function.

1.0.0 - 2020-07-19

  • Added
    • Initial release.

Source

This changelog was generated by sealog. Please do not edit it directly. Instead, edit the source data files and regenerate this file.