- Throws BnetScraper::InvalidProfileError when instantiating a scraper with poorly formatted profile URL
- Adds portrait name scraping to ProfileScraper
- Adds race condition for profile scraping accounts playing in their first season
- Adds domain remapping to regions
- Fixes bug with EU profile scraping due to language selection
- Parses new player stats (Career Wins, Most Played Type, Games This Season)
- Parses new league stats (Current/Highest Solo/Team Leagues)
- Adds checks to prevent parse issues with accounts that don't ladder
- We don't talk about 0.1.2...
- Adds BnetScraper::Starcraft2.valid_profile?
- Adds BnetScraper::Starcraft2::BaseScraper#valid?
- Replaces open-uri with Faraday
- Adds BnetScraper::InvalidProfileError when unsuccessfully scraping
- Adds Battle.net Status API
- Adds Match History scraping
- Adds Achievement scraping
- Documentation Improvements
- Adds Travis-CI Support
- Initial Release