danyaPostfactum / modx-ace

ACE editor integration into MODx
24 stars 23 forks source link

semver? #31

Open jpdevries opened 10 years ago

jpdevries commented 10 years ago

Just wondering if ace intends follow semver. I noticed the latest patch release, 1.4.3 contains an awesome new auto complete feature. Seems like that should be a minor release (1.5.0) if not major (2.0.0).

Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

danyaPostfactum commented 10 years ago

My bad. You are absolutely right. Thanks for noticing. I'll try to follow semver rules henceforth.

jpdevries commented 10 years ago

I still get completely confused by them, but one rule of thumb is new features equals minor bump— Sent from Mailbox for iPhone

On Tue, Mar 18, 2014 at 8:50 PM, danyaPostfactum notifications@github.com wrote:

My bad. You are absolutely right. Thanks for noticing. I'll try to follow semver rules henceforth.

Reply to this email directly or view it on GitHub: https://github.com/danyaPostfactum/modx-ace/issues/31#issuecomment-38015313