Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 1.26 KB

Changelog

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.

[Unreleased]

[0.3.2] - 2019-10-12

Fixed

  • Fix Capybara image selector

[0.3.1] - 2019-09-05

Fixed

  • User#url now refers to updated schema

[0.3.0] - 2019-08-14

Changed

  • Don't pin Chromedriver version
  • Dynamically set Chrome path to improve Heroku compatibility
  • Update Selenium driver options

[0.2.1] - 2019-07-14

Changed

  • Remove custom #inspect output as this interferes with lazy data loading

[0.2.0] - 2019-07-14

Changed

  • Refactor page status internals
  • Lazy load post attributes

Fixed

  • Check page status before accessing data (closes #2)

[0.1.3] - 2019-06-20

Changed

  • Setup test coverage
  • Order load order to setup namespace early on (should fix Bootsnap issues)

[0.1.2] - 2019-06-20

Added

  • Configure Travis to run daily

Removed

  • Remove Gemfile.lock from repo

[0.1.1] - 2019-06-20

Changed

  • Pin chromedriver version for CI compatibility

[0.1.0] - 2019-06-19

Added

  • Initial release