Skip to content

Grand refactoring continues

Compare
Choose a tag to compare
@etolstoy etolstoy released this 05 Sep 12:50
· 58 commits to develop since this release

Hi again! The second release today - we've fixed a couple of new bugs and made some other small but breaking changes.

Breaking changes

  • Updated logic of rambafile and module validation. Now, only company, project_name, xcodeproj_path fields are mandatory. (PR #148).
  • Renamed gen command options module_file_path -> project_file_path and module_group_path -> project_group_path. (PR #148)
  • Added liquid property product_module_name for use in rambaspec files (PR #148).

Bugfixes

  • Fixed file creation in root folder (Issue #147)