You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (#259) Introduced ImageProcessor interface
* (#259) imageToJimp converter function
* (#259) RGBA dataclass
* (#259) Implement ImageProcessor and register the new provider
* (#259) Re-use imageToJimp and clean up tests
* (#259) Fixed import for Image which was previously importing from dist
* Maintenance/310/remove adapters (#311)
* (#310) Delete both adapters
* (#310) Migrate window.function to not use adapters
* (#310) Migrated window.class to not use adapters
* (#310) Migrated screen.class to not use adapters
* (#310) Migrated movement.function to not use adapters
* (#310) Migrated mouse.class to not use adapters
* (#310) Remove leftover notions of adapters in test description
* (#310) Fixed expected format when saving a screenshot to disk
* (#310) Migrated keyboard.class to not use adapters
* (#310) Migrated clipboard.class to not use adapters
* (#310) Migrated assert.class test to not use adapters
* (#310) Migrated all exported instances to not use adapters
* (#310) Removed mention of adapter from test description
* Added sponsors listing to README.md
* (#306) Update supported cpus to include Apple Silicon (arm64)
* Add https://github.com/stoefln to sponsors listing
* Feature/204/screen find image needles (#319)
* (#204) Enabled passing of Image data to Screen#find
* (#204) Updated screen tests
* (#204) Removed plugin test from main repo
* (#204) Removed plugin test from Docker test runs
* (#204) Introduced additional id property to images
* (#204) Adjusted tests and image usage to new id property
* (#204) Added helper function to make loading image resources easier
* (#204) Adapted toShow matcher to new find parameters
* (#204) Re-use loadImageResource function
* Feature/320/find accept promise (#322)
* (#320) Make find, and the functions re-using it, accept Promise<Image>
* (#320) Update toShow matcher accordingly
* (#320) Update tests
* (#321) Added `findAll` to Screen (#323)
* (#259) Add `colorAt` to screen class
0 commit comments