Skip to content

Releases: SwiftStudies/OysterKit

Beta Release 4: OysterKit v2 (0.1.4)

26 Jan 22:24
001a558
Compare
Choose a tag to compare
Pre-release

Refactored repository to break out STLR into it's own framework and also include the stlr command line tool

Beta Release 3: OysterKit v2 (0.1.3)

19 Jan 07:34
Compare
Choose a tag to compare
Pre-release

The focus of this release has been getting the API documentation off the ground. I have also added a substantial tutorial demonstrating many of the standard OysterKit features including STLR, Swift Code Generation, automatic Parser Decoding (Using the Swift 4.0 Decoding features), stlr command line processing, and off course some standard Swift.

In the next interim release there will be some code breaking changes as I break out STLR and it attendant parsing from OysterKit itself. I also intend to remerge the stlr command line product back into this package as well as integrating the tutorial repositories to make it easier to get up and running with OysterKit.

Beta Release 2: OysterKit v2 (0.1.2)

15 Jan 12:45
d6a5562
Compare
Choose a tag to compare
Pre-release

This release fixes a few issues, most importantly an issue that stopped consumers using dynamically generated languages.

Beta Release 2: OysterKit v2 (0.1.1)

07 Dec 02:02
294397d
Compare
Choose a tag to compare
Pre-release

Numerous bugs fixed in Swift code generation tests updated to capture should there be a next time!

Initial Testing Release

11 Sep 08:00
Compare
Choose a tag to compare
Pre-release

Beta Release 1: OysterKit v2 (0.1.0)

There is a lot of work that needs to be done to tidy up the code base, and changes should be expected to STLR (although I believe it is largely syntacticly complete). From this point onwards I will create issues for any code breaking changes I'm intending to make (including both Swift and STLR)