Skip to content

v2

Choose a tag to compare

@github-actions github-actions released this 04 Apr 13:27
· 574 commits to main since this release
eb45368

What's Changed

  • Simplify .b call by @casperisfine in #38
  • add upcase_word, downcase_word, capitalize_word by @rira100000000 in #40
  • Add dependency to fiddle by @shugo in #42
  • Display combining marks by @shugo in #41
  • Display input method status in echo area by @shugo in #43
  • Display codepoint for non-printable characters by @shugo in #44
  • Add insert_char by @shugo in #45
  • Add ucs_normalize_{nfc,nfd,nfkc,nfkd}_region by @shugo in #46
  • Add what_cussor_position by @shugo in #47
  • Add describe_char by @shugo in #48
  • compose_character should be returned early when the current character… by @shugo in #49
  • Add assert_window by @shugo in #50
  • Add HangulInputMethod by @shugo in #51
  • Add a test for HangulInputMethod by @shugo in #52
  • Fix the cursor position when point is at the end of a long line by @shugo in #54
  • Update actions in push_gem.yml by @shugo in #55
  • Add DefaultOutput#<< by @shugo in #56
  • Implement isearch for HangulInputMethod by @shugo in #57
  • Display composable characters by @shugo in #58
  • Fix typo: redispaly > redisplay by @shugo in #59
  • Remove unnecessary brackets from the regular expression for control characters by @shugo in #60
  • Bump version to 2 by @shugo in #61

New Contributors

Full Changelog: v1.4.1...v2