This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Releases: owensd/apous
Releases · owensd/apous
Homebrew support added.
v0.2 is a feature and stability release.
The big changes in this version are:
- Support for #! in your scripts.
- Support for nested folders within your script; everything just gets compiled together happily.
- 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.
v0.1.2 Fixed a bug with the 'Rome' folder addition.
CocoaPod support added.
v0.1.1 Updating version to 0.1.1
Initial release.
v0.1.0 Refactored the code to be ready for the 0.1.0 release.