Skip to content

Version 13.10.0

Compare
Choose a tag to compare
@andyone andyone released this 31 Oct 20:19
· 9 commits to master since this release
v13.10.0
c3e3a3b

Moderate Urgency

Important

This release contains breaking changes to the input.Read, input.ReadPassword, and input.ReadPasswordSecure methods. Prior to this release, all of these methods took a boolean argument to disallow empty input. Since we are adding input validators, you will need to use the NotEmpty validator for the same behaviour.

Changelog

New Features

  • [fmtutil/table] Added automatic breaks feature
  • [terminal/input] Added input validation feature 🔥

Bugfixes

  • [terminal/input] Fixed bug with hiding the password when HidePassword is set to true and an empty input error is displayed
  • [terminal/input] Fixed bug with printing new line after input field on error