Skip to content

Releases: mattboran/SelectiveSwiftLinter

v1.0.1

Choose a tag to compare

@mattboran mattboran released this 18 Oct 15:10

Lint staged and unstaged changes as well

v1.0.0

Choose a tag to compare

@mattboran mattboran released this 15 Oct 21:10

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

Choose a tag to compare

@mattboran mattboran released this 15 Oct 19:35

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

v0.2.1

Choose a tag to compare

@mattboran mattboran released this 08 Oct 13:46

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

v0.2.0

Choose a tag to compare

@mattboran mattboran released this 07 Oct 21:27

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

Choose a tag to compare

@mattboran mattboran released this 30 Sep 15:03

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

Choose a tag to compare

@mattboran mattboran released this 06 Sep 20:56

Add lint cache to .gitignore

v0.0.3

Choose a tag to compare

@mattboran mattboran released this 06 Sep 20:39

Added support for SourceTree and GitHub applications

v0.0.2

Choose a tag to compare

@mattboran mattboran released this 30 Aug 15:18

Fix crash on deleted files

v0.0.1

Choose a tag to compare

@mattboran mattboran released this 23 Aug 17:17

Initial Release