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

Releases: owensd/apous

Homebrew support added.

07 Jul 23:33
Compare
Choose a tag to compare

No changes to the binary output from v0.2.0; only support for Homebrew was added.

v0.2 is a feature and stability release.

07 Jul 18:53
Compare
Choose a tag to compare

The big changes in this version are:

  1. Support for #! in your scripts.
  2. Support for nested folders within your script; everything just gets compiled together happily.
  3. Some basic tests to catch regressions earlier.

This version was essentially a rewrite and restructuring, of what was essentially, a proof-of-concept implementation. Much of the boilerplate was removed and things were streamlined in the source. The fundamental difference between v0.1 and v0.2 is that v0.2 actually creates a proper binary to run instead of just merging all of the scripts into a single file and running it through the REPL.

Bug fix for v0.1.1 with new CocoaPod support.

06 Jul 19:44
Compare
Choose a tag to compare
v0.1.2

Fixed a bug with the 'Rome' folder addition.

CocoaPod support added.

06 Jul 16:07
Compare
Choose a tag to compare
Pre-release
v0.1.1

Updating version to 0.1.1

Initial release.

06 Jul 07:13
Compare
Choose a tag to compare
Initial release. Pre-release
Pre-release
v0.1.0

Refactored the code to be ready for the 0.1.0 release.