Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 914 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 914 Bytes

Change Log

This project uses Semantic Versioning to control its releases. To quickly quote what SemVer takes into consideration:

This is not a new or revolutionary idea. In fact, you probably do something close to this already. The problem is that “close” isn’t good enough. Without compliance to some sort of formal specification, version numbers are essentially useless for dependency management. By giving a name and clear definition to the above ideas, it becomes easy to communicate your intentions to the users of your software. Once these intentions are clear, flexible (but not too flexible) dependency specifications can finally be made.

Not a "revolutionary" idea, huh?

v0.3.0 (23/02/2018)

First usable release of Revolutionary, it includes:

  • Supports iOS only;
  • Supports both Carthage and CocoaPods;
  • iOS examples;
  • Builds with TravisCI;
  • Reasonable README.