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

0.3.0 Breaking Changes #67

Closed
rktjmp opened this issue Jul 13, 2022 · 0 comments
Closed

0.3.0 Breaking Changes #67

rktjmp opened this issue Jul 13, 2022 · 0 comments

Comments

@rktjmp
Copy link
Owner

rktjmp commented Jul 13, 2022

  • Neovim 0.7 required
  • Improved x-selection API selection accuracy.
    • Now uses nvim_get_mode, sometimes bindings set by whichkey.nvim
      incorrectly report the current mode, so this is potentially breaking if you
      use a non-standard way to set keys. Keymaps set via vim.keymap.set behave
      correctly.
  • hotpot.api.eval functions now return true result or false error for
    symmetry with hotpot.api.compile.
  • Moved fnl, fnlfile, fnldo, eval-operator and eval-operator-bang
    to hotpot.api.command.
  • Added in-editor diagnostics via hotpot.api.diagnostics
    • Enabled automatically in Fennel files. See :h hotpot.api.diagnostics for
      details and how to disable.
  • Added ahead of time compilation via hotpot.api.make.
  • Added in-editor repl-like via hotpot.api.reflect
    • Mark regions of your code and show the results of the compilation or
      evaluation as you edit. See :h hotpot.api.reflect for details.

See CHANGELOG.md

@rktjmp rktjmp pinned this issue Jul 13, 2022
@rktjmp rktjmp closed this as completed Jul 19, 2022
@rktjmp rktjmp unpinned this issue Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant