Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.7.0 #252

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

0.7.0 (2024-03-16)

⚠ BREAKING CHANGES

  • command! drops support to resolve unnecessary quote on callback

Features

  • add option &default-opts (#227) (bc019ed)
  • autocmd: deprecate ^<.+> pattern in sym/list to set Lua callback (#197) (5b970cf)
  • autocmd: deprecate list to set Ex command (#203) (c1d7bbf)
  • autocmd: deprecate quoted callback format (#202) (fd0ba7c), closes #190
  • autocmd: deprecate special opts <command>, ex, , and cb (#200) (cea9d45), closes #188
  • command: deprecate quoted callback format (#207) (70f253b), closes #205
  • keymap: deprecate ^&lt;.+&gt; pattern in sym/list to set Lua callback (#199) (69b3cef)
  • keymap: deprecate list for key sequence (#204) (39eb8dc)
  • keymap: deprecate quoted callback format (#206) (2a2a57a), closes #191
  • keymap: deprecate special opts <command>, ex, and cb (#201) (8a005ed), closes #189
  • option: detect infix flag in symbol to append, prepend, ...; deprecate :foo+, ..., format and set+, ..., macros (#233) (669bdf4)

Bug Fixes

  • autocmd: filter non-deprecated format ^&lt;.+&gt; not to deprecate (#217) (3a4b048)
  • keymap: correct docstring of map! macro (#244) (b982180)
  • keymap: filter non-deprecated format ^&lt;.+&gt; not to deprecate (#214) (2812d82)
  • option: detect sym/list in table not to concat at compile time (#212) (cf4dccc)
  • option: optimize values for short forms: fo and shm (#223) (1d3046b)

Code Refactoring

  • remove support for deprecated features (#210) (c7f4069)

This PR was generated with Release Please. See documentation.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment