Skip to content

v0.8.0

Compare
Choose a tag to compare
@hymkor hymkor released this 09 May 12:59
· 71 commits to master since this release
  • Implement method BindKey that binds a command to any key.
  • Rename and exposed internal method submit and newline as Submit and NewLine
  • Deprecate the method SwapEnter
  • Add example: examples/example-swap.go as the sample for the method BindKey and quote on README.md

  • 指定したキーにコマンドを設定するメソッド BindKey を追加
  • 非公開メソッド submitnewlineSubmitNewLine にリネームして公開
  • メソッド SwapEnter を非推奨扱いに
  • BindKey メソッドを使うサンプルとして、examples/example-swap.go を追加し、README.md でも引用