Searches for file names, folder paths, variable and function / method names within the content and comment text, and wraps them with a CSS class.
.spanfile,
.spanvar {
font-family:"Vollkorn", Geneva, sans-serif;
font-size:1em;
letter-spacing:0.5px;
}
.spanvar {
color:#3c3f07;
}
pre .spanfile,
pre .spanvar {
font-family:"Courier", monospace;
font-style:normal;
color:#333;
}
Version Numbering
Version components:
{major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes / re-writes or incompatible API changes.
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 1.0.3 (2017/04/08)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Maintenance release.