- Added ABV/ABW calculation methods to Brewscribe::Recipe
- Added SRM calculation method to Brewscribe::Recipe
- Added IBU calculation method to Brewscribe::Recipe
- Fixed typo
- Added Brewscribe::Mash
- Added Brewscribe::Carbonation
- Added Brewscribe::Equipment
- Added Brewscribe::Style
- Brewscribe::Recipe now follows the type conversion system
- Brewscribe::Document now parses Style listings
- Added Brewscribe::Document to represent .bsmx file
- Moved XML to Hash conversion to Brewscribe::Document, leaving Brewscribe::Recipe to work based on the resulting Hash.
- Brewscribe::Recipe#create_accessors removed in favor of explicit attr_accessors
- Brewscribe#import now returns a Brewscribe::Document
- Added Brewscribe.import sugar to Brewscribe::Recipe.new
- Added IngredientList parsing of Brewscribe::Recipe