Tests, English docs and other news
It's the last day of the New Year holidays, so it's a perfect time to release a new version! Luckily, we've got more contributors this time, so the number of enhancements, bugfixes and other stuff is quite impressive! 🍭
News
- We've finally got more than 100 stars! Thanks everybody! 🌟
- The README and wiki pages are translated into English, feel free to fix any typos.
- There was a talk about Generamba on Rambler.iOS V. If you're interested in origins of Generamba and its arcitectural principles - chect the slides and video.
Enhancements
- Finally, Generamba has unit tests - only 19 for now, but there definitely will be more of them. Besides, @mogol has added Travis CI integration!
- You can now use custom template catalogs (see #44 for more info).
- Say hello to a new command -
generamba version
! It have never been easier to find out, which Generamba version you are using!
Bugfixes
- The link between Xcode group and filesystem folder for a new module is now established properly, so
Show in Finder
works correct (Pull Request #56). - Added the ability to use Generamba without specifying project paths and targets, e.g. for testing templates (Issue #64).
Compile Sources
section doesn't contain any trash now - after removing a module there are no more broken links (Issue #52).- Fixed a crash in a situation, when there are no templates in the Rambafile (Issue #60).
- and a lot of more minor fixes...