Skip to content

Releases: jhb563/OneWeekApps

Version 0.3.0, Models Generation, Split Up Language Projects

16 Jun 17:33
Compare
Choose a tag to compare

This version added Objective C and Swift support for generating basic "Model files". The generated code includes constructors as well as accessor fields covering a variety of different types, including arrays, maps, and optional types.

It also split up the generated projects by language. Running the new command now generates both Objective C and Swift projects separately. Generated Objective C code will go into the objc project, and generated Swift code will go into the swift project.

Version 0.2.3 Swift, Enhanced Generation Features, and Refactoring

11 Feb 05:55
Compare
Choose a tag to compare

This version added Swift generation for all features that previously had only Objective C code.

It also added some improved features to code generation such as Code Types, Language Types, and Lazy generation.

It also added a CLI for creating a project that actually creates the necessary app.info file and the corresponding XCode project. For now, new files are NOT automatically added to the XCode project.

Additionally, the project structure was refactored to be numerous smaller components, each with their own package file. This brought about a much cleaner separation of the tests.