Skip to content

Latest commit

 

History

History
124 lines (83 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

124 lines (83 loc) · 2.06 KB

Locust Changelog

v2.3.1

2024-04-06

  • React value setter support
  • Input value setting via prototypes
  • Form element filtering

v2.2.1

2024-03-26

  • Bugfix:
    • Username field guessing flags bad forms as login forms

v2.2.0

2024-03-20

  • valueChanged event source (keypress/fill)

v2.1.0

2023-05-01

  • LoginTarget event types

v2.0.3

2023-04-29

  • Bugfix:
    • OTP-only forms not recognised

v2.0.2

2023-04-28

  • Bugfix:
    • OTP fields prioritised lower than username fields

v2.0.1

2023-04-28

  • Bugfix:
    • Missing dependencies due to new Typescript build

v2.0.0

2023-04-28

  • Typescript
  • OTP support
  • Breaking changes:
    • ESM
    • LoginTarget#enterDetails removed

v1.0.0

2022-09-15

  • Username detection improvements (last-resort strategy)
  • Build toolchain update

v0.10.0

2019-01-12

  • Add more selectors for more forms
  • Reduce requirement of min-password-fields to require at least 1 username or password field
  • Add recognition for more submit buttons

v0.9.0

2018-08-23

  • Add more selectors to recognise more login forms
  • Improve filtering and scoring of login forms
  • Improve form detection

v0.8.0

2018-03-22

  • Sort detected form inputs by scores
  • Sort detected form inputs by viewability

v0.7.0

2018-03-22

  • Add more scoring rules for form elements

v0.6.0

2018-02-16

  • Add methods for filling specific form inputs only

v0.5.0

2018-01-28

  • Event listeners for form submission

v0.4.0

2018-01-27

  • Data update events for input changes
  • Support for more login forms

v0.3.0

2018-01-22

  • #13 - Add more input selectors to match more login forms
  • #14 - Fix login forms built with React (specialised listeners) (ReactDOM)

v0.2.0

2018-01-19

  • #5 - Add support for GitHub login
  • #6 - Prevent logging in to all inputs
  • #9 - Add integration test rig

v0.1.1

2017-12-18

  • #2 - fix collection of forms that are not login forms

v0.1.0

2017-12-14

First release:

  • Login form detection
  • Login automation