Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1 Release #76

Merged
merged 9 commits into from
Sep 14, 2020
Merged

v2.1 Release #76

merged 9 commits into from
Sep 14, 2020

Commits on Sep 10, 2020

  1. linkedin example readability

    - not needed, but reads better
    mrWh1te committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c4918bd View commit details
    Browse the repository at this point in the history
  2. scrollTo() added 2nd param to set scroll wait time

    - 2nd param is optional will fallback value 2500 (2.5seconds)
    mrWh1te committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4085a09 View commit details
    Browse the repository at this point in the history
  3. rename "articles" to "user posts"

    - linkedin differntiates between posts and articles by a single user, so
      what the function has been targetting is actually user posts, not user
      articles
    mrWh1te committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e339d4f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. various polish

    - while working on docs, making small improvements
    mrWh1te committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    780bd5c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. update for v2.1

    - 2 new botaction types
    - slight copy polish
    mrWh1te committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    a3b7bb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    a2d866d View commit details
    Browse the repository at this point in the history
  2. polish

    mrWh1te committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    34f0485 View commit details
    Browse the repository at this point in the history
  3. webpack build update for 2.1

    - includes scrapers and abort botactions
    - includes new helpers
    - tested locally with separate project against /dist
    mrWh1te committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    29846aa View commit details
    Browse the repository at this point in the history
  4. reduce duplicated code with vars

    - might ignore webpack build from code analysis
    mrWh1te committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c3fc2db View commit details
    Browse the repository at this point in the history