Skip to content

Latest commit

 

History

History
executable file
·
99 lines (66 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

executable file
·
99 lines (66 loc) · 3.27 KB

0.2.3: Watch your words

0.2.2: Don't get stuck

0.2.1: Make the wish again

0.2.0: Newer and faster

0.1.3: No Troubles At All

  • Updated the codebase to Xcode 7.3 #26
    Alex Culeva

  • Slightly improved the performance (it was very fast, now it's lightning fast)
    Alex Culeva

  • When running make install, now it uses xcpretty if available
    Alex Culeva

  • Made Easter egg great again
    Alex Culeva

  • Now it prints running time with two decimal places
    Andrei Raifura

  • Slightly changed rules warning messages
    Alex Culeva

0.1.2: Taylor gets smarter

  • Fixed the bug when closure parameters were recognized as simple parameters leading to tooManyArguments violation trigger
    Alex Culeva

  • Fixed the crash when empty string was passed as report filename
    Alex Culeva

  • Guard statement is now recognized
    Alex Culeva

  • Extracted the logic of excluded files in a framework
    Simion Schiopu

  • Edited Makefile. Homebrew will use make install to deploy the binaries
    Andrei Raifura

  • Taylor now uses Carthage as dependency manager
    Andrei Raifura

  • Improved compile time
    Andrei Raifura

0.1.1: Before New Year's Eve Party

0.1.0: Brand New First Version

  • Implemented Finder module
    Simion Schiopu

  • Implemented Temper module reponsible for rule conformance checking and report generation
    Mihai Seremet

  • Implemented Caprices module responsible for parsing command-line arguments and storing into a dictionary
    Dmitrii Celpan

  • Implemented Scissors module responsible for parsing SourceKitten AST dictionary into a more convenient to work with form
    Alex Culeva

  • Implemented Taylor application and set the logic flow throughout the modules
    Andrei Raifura