Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Merging v0.2.0 into master! #13

Merged
merged 22 commits into from
Jul 7, 2015
Merged

Merging v0.2.0 into master! #13

merged 22 commits into from
Jul 7, 2015

Commits on Jul 6, 2015

  1. Feature plan for v0.2.0

    owensd committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    9a6a43d View commit details
    Browse the repository at this point in the history
  2. Added initial test target.

    owensd committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    6bf68ff View commit details
    Browse the repository at this point in the history
  3. Minor project updates

    owensd committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    b53cb58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1af46f View commit details
    Browse the repository at this point in the history
  5. Apous now creates a binary .apousscript.

    Adds support for nested directories (issue #1).
    Added nested folder sample.
    owensd committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    94b7eea View commit details
    Browse the repository at this point in the history
  6. Apous now only works by specifying the root path of your scripts inst…

    …ead of also allowing a specific swift file to be mentioned.
    owensd committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    2c06ba5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bad340 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d931298 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da4b149 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a07a70f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8ad6db View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Refactoring!

    Major cleanup of the tool’s API surface; everything has been
    streamlined to a function-based interface.
    Fixed the issue with streaming output to stdout.
    Fixed a bug with relative paths.
    owensd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    434e10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6fafab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7b4574 View commit details
    Browse the repository at this point in the history
  4. Fixed a typo in a comment.

    owensd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    bf07359 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e7427 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ff31f2 View commit details
    Browse the repository at this point in the history
  7. Fixed typo.

    owensd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    100175e View commit details
    Browse the repository at this point in the history
  8. Refactored apous logic into a tool. Also makes testing easier.

    Added some of the tests (missing CocoaPods and Carthage tests).
    owensd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    88c5c98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e189ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62e3756 View commit details
    Browse the repository at this point in the history
  11. I had to comment out the NSTask/sdtdout redirection code as it didn't…

    … work reliably. Falling back to the previous behavior, which is not ideal, but at least it's robust. I'll look at this for v0.3.0.
    
    The `filesAtPath()` needed to filter out the Carthage and CocoaPods folders and not try to build that content into the script tool... might be a good thing.
    owensd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    4203823 View commit details
    Browse the repository at this point in the history