Skip to content

Releases: nathankot/company-sourcekit

request request

26 Jan 11:57
8ba62ac
Compare
Choose a tag to compare

Enhancements

  • 71d9e70 - silences logs when writing to the tmp file
  • e2f05ea - uses the request.el library over calling curl manually, thanks @galeo!
  • 5ab8e95 - filters out invalid candidates after retrieving from sourcekit, this means company-mode caching now works properly

Fixes

  • a28ac48 - uses string-bytes instead of length on the prefix
  • 8ac1ba3 - fixes server port detection on new versions of sourcekittendaemon

byte byte

11 May 03:19
Compare
Choose a tag to compare

Fixes

  • 809364d Sends byte position instead of character position to sourcekit

Prefix prefix

07 May 09:16
Compare
Choose a tag to compare

Enhancements

  • ef4b319 Prefix computation is now a lot more sophisticated. Avoiding much of the 400k+ issues that users were running into (#16, #17.)

Offset offset

24 Mar 01:09
Compare
Choose a tag to compare

Fixes

  • c193a4b This fixes the way offset is sent to Sourcekit, there's been some back and forth on this issue due to Sourcekit handling the offset inconsistently, but this has now been fixed since XCode 7.3

Enhancements

  • d27b6af A separate temporary file is kept for each buffer, rather than re-using the same one. This should assist Sourcekit if it does or ever decides to index the given file.

New tag for MELPA

07 Dec 03:20
Compare
Choose a tag to compare

This separates company-sourcekit and sourcekit as two separate packages.
New release for MELPA stable to pick up.

Package fixes

06 Dec 14:56
Compare
Choose a tag to compare

Bugfixes:

  • 2ca3857 Import statements is not comment
  • edc7bce Fix invalid function call
  • 72f0736 Add autoload cookie for lazy loading
  • 4d2667e Correct package header

Thanks: @syohex

Initial stable release

06 Dec 03:01
Compare
Choose a tag to compare
0.1.0

Remove bold