Liking cljdoc? Tell your friends :D

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.2.1 - 2023-02-12

  • Fixed
    • Ensure all yeast flocculation values are valid.

2.2.0 - 2023-02-09

  • Added
    • Symbols for keywords in the equipment namespace
    • Symbols for keywords in the fermentables namespace
    • Symbols for keywords in the hops namespace
    • Symbols for keywords in the mash namespace
    • Symbols for keywords in the miscs namespace
    • Symbols for keywords in the recipes namespace
    • Symbols for keywords in the styles namespace
    • Symbols for keywords in the waters namespace
    • Symbols for keywords in the yeasts namespace
    • A forwarding function for get-spec
  • Changed
    • The symbols not intended for public consumption are no accurately tagged with the :no-doc metadata
  • Fixed
    • Fixed a bug where collection types would generate maps and sets in property tests.

2.1.0 - 2022-07-24

  • Added
    • Improved data generators for decimal values to restrict NaN and Inf

2.0.0 - 2022-07-20

  • Added
    • explain, explain-data, spec-description, valid?, and invalid? to prevent consumers from needing to explicitly import transitive libraries
  • Removed
    • BREAKING: Removed XML parser and migrated functionality into clj-xml.
    • BREAKING: Removed static data and migrated functionality into common-beer-data.

1.4.0 - 2022-07-19

  • Added
    • Data generators for all specifications
    • coerce function to perform type casting on ingested data
  • Fixed
    • Added missing ::common-beer-format.specs.equipment/boil-time spec
    • Added missing ::common-beer-format.specs.equipment/age-temp spec

1.3.0 - 2020-07-18

  • Added
    • conform function so downstream users aren't required to install spec-tools

1.2.1 - 2020-07-18

  • Fixed
    • Selection functions for yeasts to include DCL samples

1.2.0 - 2020-07-15

  • Added
    • Create /data subdirectory for sample static data.
    • Import sample fermentable data
    • Import sample hop data
    • Import BJCP style guides
    • Import sample yeast data

1.1.0 - 2020-05-08

  • Added
    • Extend all specifications to include optional BeerXML attributes

1.0.0 - 2020-05-05

  • Added
    • Create base specification for BeerXML equipment records.
    • Create base specification for BeerXML fermentable records.
    • Create base specification for BeerXML hop records.
    • Create base specification for BeerXML mash records.
    • Create base specification for BeerXML misc records.
    • Create base specification for BeerXML recipe records.
    • Create base specification for BeerXML style records.
    • Create base specification for BeerXML water records.
    • Create base specification for BeerXML yeast records.

0.0.0 - 2020-03-17

  • Added
    • Repository initialized.

Source

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

Can you improve this documentation? These fine people already did:
Nick A Nichols, Nick Nichols & Nick A. Nichols
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close