Skip to content

Releases: BobElDevil/ScriptWorker

v0.6.4: Fix deployment target bug

08 Nov 22:05

Choose a tag to compare

Set minimum deployment target for script to current os

v0.6.3: Fix logging

21 Jun 18:42

Choose a tag to compare

Remove unnecessary print

v0.6.2: Task object

20 Jun 20:15

Choose a tag to compare

Script task (#2)

* Create an object to encapsulate the command information.

This allows more of a builder pattern when running tasks, which also
made it easier to add piping capabilities

v0.6.1: Static funcs

17 Apr 20:27

Choose a tag to compare

Create static func versions of all methods for convenience when you already have the full path to a file.

v0.6.0: Readability is a thing

14 Apr 16:53

Choose a tag to compare

Make the api not require 'pushing' files, and instead add file/item params to most methods. Makes usages much more readable.

v0.5.1: Add a multifile swift script tool

07 Apr 21:12

Choose a tag to compare

Swiftscript (#1)

* Add new command line tool target to write multi-file scripts, via a very
simple preprocessor

* Write preprocessor and unit tests

* Add unit tests with data for file management

* Use URL whenever possible

* Write main file that performs the scripting

* Rename helper class

v0.5

02 Dec 06:52

Choose a tag to compare

Add ability to do background commands

v0.4.3

21 Oct 23:33

Choose a tag to compare

Put back stdout buffering for our own log lines

v0.4.2

21 Oct 18:46

Choose a tag to compare

FIx line buffering

v0.4.1: Set line buffering and don't log environment

14 Oct 23:14

Choose a tag to compare

Logging environment could reveal sensitive information because env
is likely used for tokens and the like