Releases: abramenal/cypress-file-upload
Releases · abramenal/cypress-file-upload
v3.0.6
#48 Add support for different file encodings (like ASCII) with auto-detection or encoding
property – before it was base64 by default
#39 Improve command logging – make it more user-friendly
Also added our new honored contributors who help submitting issues, commenting on features and suggesting various enhancements!
v3.0.5
#38 Add ability to enforce event triggering on subject HTML elements
v3.0.4
#28 Update example code and test, add view file name after select file and test it
#29 Fix select file in chrome 73
v3.0.2
2a1e8c8 Ignore redundant files for npm publish
v3.0.1
Forgot to update bundle published to npm with latest v3.0.0 code changes 😸
v3.0.0
Contains breaking change, see README.md#API for details
#21 Make the command accept both single and multiple files @kmui2
v2.0.0
Contains breaking change, see README.md#API for details
#18 add support for plain HTML file input @km333
v1.0.4
#13 race condition fix; make the command then-able @oliverodaa
v1.0.3
- #8 #10 add command usage example
- #7 #9 #11 improve documentation