Skip to content

v0.8.0: Add support for Windows

Compare
Choose a tag to compare
@justinbarclay justinbarclay released this 26 Jul 23:23
49324ea
  • Add support for Windows
  • Improved adherence to style guides, with help from Andrey Yorst.
  • Use undo-amalgamate to have a better undo experience. Thanks to Andrey Yorst for the help.
  • Defer check for library until parinfer-rust-mode is enabled. Thanks to Chris Rayner for the suggestion.
  • Add option to run parinfer in immediate or deferred mode. This will check for indentation errors in the buffer and try to correct them. This will happen either as soon as the buffer opens or as soon as the first change occurs to the buffer.
  • Updated docs
  • Improved tests
  • Bug fixes
  • Improved byte-compiler warnings. Thanks to Chris Rayner for the suggestions.
  • Added check to download parinfer-rust library if it does not exist during byte compilation