๐Ÿ•ท Tanakai v1.3.0 Release Notes

  • ๐Ÿ’ฅ Breaking changes 1.3.0

    • โœ‚ Remove persistence database feature (because it's slow and makes things complicated)

    ๐Ÿ†• New

    • โž• Add --include and --exclude options to CLI#runner
    • โž• Add Base #create_browser method to easily create additional browser instances
    • Add Capybara::Session #scroll_to_bottom
    • Add skip_on_failure feature to retry_request_errors config option
    • โž• Add info about add_event method to the README

    ๐Ÿ›  Fixes and improvements

    • ๐Ÿ‘Œ Improve Runner
    • ๐Ÿ›  Fix time helper in schedule.rb
    • โž• Add proxy validation to browser builders
    • ๐Ÿ‘ Allow to pass different arguments to the Base.parse method