Skip to content

Releases: marcoconti83/targone

Swift 4

19 Oct 09:34
Compare
Choose a tag to compare

New:

  • migration to Swift 4

0.8: Lowered expectations

25 Apr 10:40
Compare
Choose a tag to compare

Lowered deployment target to 10.9

0.6: A TV from 1970

28 Dec 21:12
Compare
Choose a tag to compare
  • Add option to specify a predefined set of value to choose from

0.5: Hot Lazer

22 Dec 08:24
Compare
Choose a tag to compare

Fix hash function overflowing

0.4: Ochre Steel

19 Dec 10:31
Compare
Choose a tag to compare
  • Values can be extracted by label without specifying the flag prefix ("--").
  • Instead of asserting in case of missing value, getting a value will return nil if the value is not there.
  • Hidden access to raw dictionary in ParsingResult, added value(label:) and value(label:type:) to get values from ParsingResult.
  • Fatal errors now cause the error to be printed, and the process to exit with status 2. This makes debugging scripts way easier, as the standard Swift error reporting on console is very cryptic.
  • Updated README and example accordingly

Easy extraction

18 Dec 10:49
Compare
Choose a tag to compare

Changes:

  • add methods to extract values from ParsingResult using labels

Types

07 Dec 23:38
Compare
Choose a tag to compare

Changes:

  • Show expected parameter type, if it's not of type String

First release

06 Dec 13:14
Compare
Choose a tag to compare