Skip to content

Releases: Conche/Conche

0.5.0

31 Oct 17:26
Compare
Choose a tag to compare

Features

  • Added the conche init sub-command to create a Conche project.
  • Conche now offers plugin support, you can provide your own sub commands by adding a conche-subcommandname binary similar to git.

Bug Fixes

  • Fixes an issue where Conche may switch to building your project from a specification in the CocoaPods master spec repository if the version number was higher.

0.4.0

30 Oct 04:05
Compare
Choose a tag to compare

Features

  • Adds a conche install command to install your tool to the system.
  • conche test can now can single source files to test.
  • Dependencies are now available to the test source files during conche test.

Bug Fixes

  • Conche will now build dependencies in the correct order when there are deep nested dependency graphs.

0.3.0

21 Oct 05:18
Compare
Choose a tag to compare

Features

  • Adds a conche clean command.
  • Adds conche --version flag.

Bug Fixes

  • Correctly calculate build dependencies and run any necessary dependant tasks.

0.2.0

21 Oct 05:16
Compare
Choose a tag to compare

Features

  • Conche now has full dependency resolution.
  • Conche can now automatically run tests using the Spectre test runner and framework.
  • Supports directories in source_files.

0.1.0

09 Oct 17:06
Compare
Choose a tag to compare

Initial MVP.