Sha256: be48c672cb6506008228bafb37cb4ba5768060a8cc295307acda3715ae3282f9

Contents?: true

Size: 1013 Bytes

Versions: 108

Compression:

Stored size: 1013 Bytes

Contents

Contributing to Parser
----------------------

Parser employs a script to extract information from VCS (git) log and form a Changelog file. Thus, each commit which affects the public API in any way must be marked with one of the following sigils, or characters at the beginning of line:

 * `-` for bugfixes. For example: `- lexer.rl: fixed lexing of "alias $foo $bar".`
 * `+` for features. For example: `+ Implemented Parser::Rewriter, a module for non-intrusive rewriting of source code.`
 * `*` for miscellaneous changes. For example: `* Converted measurement units from metric to imperial.`

Versioning
----------

Parser is versioned as follows:
 * The version starts with the most recent Ruby version that Parser supports (which should be also the most recent released Ruby version).
 * After that, a `.x` is appended, where `x` is incremented for every change.

No breaking changes to API will be ever made, except for changes that correct behavior which did not match documentation or Ruby MRI behavior.

Version data entries

108 entries across 93 versions & 12 rubygems

Version Path
parser-2.3.3.1 CONTRIBUTING.md
parser-2.3.3.0 CONTRIBUTING.md
parser-2.3.2.0 CONTRIBUTING.md
parser-2.3.1.4 CONTRIBUTING.md
parser-2.3.1.3 CONTRIBUTING.md
erruby_parser-2.3.1.2 CONTRIBUTING.md
parser-2.3.1.2 CONTRIBUTING.md
parser-2.3.1.1 CONTRIBUTING.md
parser-2.3.1.0 CONTRIBUTING.md
parser-2.3.0.7 CONTRIBUTING.md
parser-2.3.0.6 CONTRIBUTING.md
parser-2.3.0.5 CONTRIBUTING.md
parser-2.3.0.4 CONTRIBUTING.md
parser-2.3.0.3 CONTRIBUTING.md
parser-2.3.0.2 CONTRIBUTING.md
parser-2.3.0.1 CONTRIBUTING.md
parser-2.3.0.0 CONTRIBUTING.md
parser-2.3.0.pre.6 CONTRIBUTING.md
parser-2.3.0.pre.5 CONTRIBUTING.md
parser-2.3.0.pre.4 CONTRIBUTING.md