All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix Capybara image selector
- User#url now refers to updated schema
- Don't pin Chromedriver version
- Dynamically set Chrome path to improve Heroku compatibility
- Update Selenium driver options
- Remove custom #inspect output as this interferes with lazy data loading
- Refactor page status internals
- Lazy load post attributes
- Check page status before accessing data (closes #2)
- Setup test coverage
- Order load order to setup namespace early on (should fix Bootsnap issues)
- Configure Travis to run daily
- Remove Gemfile.lock from repo
- Pin chromedriver version for CI compatibility
- Initial release