Skip to content

Releases: mattboran/SelectiveSwiftLinter

v1.0.1

18 Oct 15:10

Choose a tag to compare

Lint staged and unstaged changes as well

v1.0.0

15 Oct 21:10

Choose a tag to compare

Refactored, stripped down, simplified to run as an Xcode run script. This is the final form. No more git hooks, no more installing, no more branch identifying. See the readme for installation information

v0.3.0

15 Oct 19:35

Choose a tag to compare

Remove unstaged files check for speed and correctness. Fix bugs with bash script. Removed extra info from README.

v0.2.1

08 Oct 13:46

Choose a tag to compare

Bugfix for when working on master or develop branch directly. Update documentation.

v0.2.0

07 Oct 21:27

Choose a tag to compare

Fixes to bugs to where certain errors weren't getting caught because of - lines in the diff
Also fixed bug adding to .gitignore
Added symlink to selective_linter

v0.1.0

30 Sep 15:03

Choose a tag to compare

Smoother use, bug fixes, appending to existing pre commit hook scripts, update doc, differentiate between errors in un-staged files (but that have lint errors vs the parent branch) and staged files (which have lint errors vs HEAD).

v0.0.4

06 Sep 20:56

Choose a tag to compare

Add lint cache to .gitignore

v0.0.3

06 Sep 20:39

Choose a tag to compare

Added support for SourceTree and GitHub applications

v0.0.2

30 Aug 15:18

Choose a tag to compare

Fix crash on deleted files

v0.0.1

23 Aug 17:17

Choose a tag to compare

Initial Release