v1.0.0
·
0 commits
to 0340cd8aafedbab3f8810d2353a484c9d8e5d3a0
since this release
This is a maintenance release. No breaking changes.
I've moved up to version 1.x.x to signify that this release is stable.
- removes dependency on
termios-rson UNIX which helps with cross-platform support becauserpasswordnow uses the very well testedlibccrate as the compatibility layer - refactors tests and adds instructions for manual tests because termios stuff cannot be properly unit tested
- moves
read_response,prompt_response_stdoutandprompt_response_stderrtorpromptcrate- your code will keep working without changes, but you will see a deprecation notice
rpromptwill be the place for additional prompting functions in the future