Skip to content

Better than before

Compare
Choose a tag to compare
@etolstoy etolstoy released this 13 Dec 12:53
· 248 commits to develop since this release

This release brings some pretty minor improvements, new commands and increases overall stability 🐿.

News

  • We were mentioned in a great article about iOS architecture patterns,
  • Come to Rambler.iOS V on December, 22 - there will be a talk about Generamba, its purposes and architecture decisions.

Enhancements

  • You can provide any number of project and test targets instead of a single one. Just use project_targets and test_targets keys in your Rambafile.
  • These targets may also be specified with generamba gen command options: module_targets and test_targets.
  • Besides targets options, you can also specify file- and group paths for generating files (yes, I knew that it's the feature everybody was asking for!).
  • generamba setup doesn't add empty keys (such as prefix) in the Rambafile anymore.
  • Added two new commands: generamba template list and generamba template search, which provide the ability to observe the list of templates from the shared Generamba catalog. Not very useful at the moment, because there is only one template - but in the future it may help a little.
  • And the last bun not least: the output of all commands is now colored!

Bugfixes

  • You can use Generamba for the projects without unit-tests (Issue #37)
  • Fixed some non-informative error messages (Issue #39)