Skip to content

Releases: keith/skit

Update docker to Swift 5.1.4

01 Mar 20:21
Compare
Choose a tag to compare
1.0.0

Update to Swift 5.1.4 docker image

Allow multiple request files

25 Jul 22:53
d0afd24
Compare
Choose a tag to compare

You can now run multiple sourcekit requests in one skit invocation with:

skit request1.yml request2.yml

This is required for some sourcekit requests that need the file to be "opened" before operating on it.

Dynamically link sourcekitd

06 May 19:52
49e359d
Compare
Choose a tag to compare

skit now dynamically links sourcekitd, meaning you don't have to recompile skit when the path or version of Xcode changes.

Add `--version` command

03 May 23:53
Compare
Choose a tag to compare
0.1.2

Add version command (#4)

Update to Swift 3.1.1

03 May 23:53
8ff8ef0
Compare
Choose a tag to compare
0.1.1

Update Swift to 3.1.1 in Docker

Initial Release!

28 Apr 08:10
e1a2ec6
Compare
Choose a tag to compare

This is the initial release of skit. See the README.md for installation and usage instructions.