Skip to content

2.1.0

Compare
Choose a tag to compare
@hotzenklotz hotzenklotz released this 29 Sep 14:30
· 13 commits to master since this release

New Features

  • Added feature to return IBU, OG, FG, ABV, Color from BeerXML recipe if provided. Fallback to calculated version. #20 Thanks @scheb
    • calculated properties are still available if required:
    recipe.ibu_calculated
    recipe.fg_calculated
    recipe.og_calculated
    recipe.abv_calculated
    recipe.color_calculated
    
    • Hint: This changes the behavior slightly and might not be backwards compatible
    • added event more properties/fields specified in the BeerXML spec

Bug Fixes

  • Small fixed to formatting and code style