Skip to content

v0.15.0

Compare
Choose a tag to compare
@hymkor hymkor released this 29 Sep 11:44
· 73 commits to master since this release
  • Remove the deprecated fields, methods and functions for v1.0.0
    • KeyGoFuncT. Use GoCommand instead
    • moji.GetCharWidth
    • GetFunc. Use nameutils.GetFunc instead
    • (*Editor) LineFeed. use (*Editor) LineFeedWriter instead
    • (*Editor) Prompt. use (*Editor) PromptWriter instead
    • (*Editor) GetBindKey
    • (*KeyMap) BindKeyFunc. Use nameutils.BindKeyFunc() instead
    • (*KeyMap) BindKeyClosure
    • (*KeyMap) GetBindKey
    • (*KeyMap) BindKeySymbol. Use nameutils.BindKeySymbol instead

  • v1.0.0 に向けて、非推奨としていたフィールド、メソッド、関数を削除しました
    • KeyGoFuncT. GoCommand をかわりに使ってください
    • moji.GetCharWidth
    • GetFunc. nameutils.GetFunc をかわりに使ってください
    • (*Editor) LineFeed. (*Editor) LineFeedWriter をかわりに使ってください
    • (*Editor) Prompt. (*Editor) PromptWriter をかわりに使ってください
    • (*Editor) GetBindKey
    • (*KeyMap) BindKeyFunc. nameutils.BindKeyFunc() をかわりに使ってください
    • (*KeyMap) BindKeyClosure
    • (*KeyMap) GetBindKey
    • (*KeyMap) BindKeySymbol. nameutils.BindKeySymbol をかわりに使ってください