2.1.0
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