Releases: kareman/FootlessParser
Releases · kareman/FootlessParser
Swift 5
Swift 4.2
Swift 4.1
Release version 0.4.1.
Readme: add banjun/NorthLayout to examples, shorten podspec instructions
Explicit iOS Support (#14)
- Explicitly support iOS back to version 10.3 (arbitrary one version back rule)
- Set build number explicitly to ensure it is set for Carthage builds. This is required for app store submission. Add additional iOS architectures to supported list.
Silence Xcode 9.1 warnings.
- Remove uses of CharacterView. String is a collection again.
Swift 4
Swift 2.0
v0.1.4
v0.1.3
v0.1.2
- Massively update the readme.
- Create versions of 'assertParseSucceeds' for collections.
- Add ‘count’ parser for repeating a parser a number of times.
- Simplify documentation.
- Add character version of ‘count’ which returns a string.
- Add ‘fail’ parser for customizing error messages.
- Add ‘extend’ function for joining 2 collections together.
- Add version of ‘count’ which supports ranges.
- Add 'tokens' parser for parsing several tokens in a row, like e.g. a string.
- Update readme with sections on definitions and operators.