v2.0.0
2.0.0 (2018-04-21)
Bug Fixes
BREAKING CHANGES
- api: two method signatures and one property name have changed.
Objects & Properties
- readmeInspector.ReadmeScore - refactor:rename ReadmeScore ➡️ ReadmeAppraisal
- module:readme-inspector/readme-score - refactor:rename 'ReadmeScore'
module:readme-inspector/readme-appraisal 'ReadmeAppraisal', which is now
a class.
Functions
-
getReadmeInfo
1.1. Function name - refactor:rename ➡️ getInfo
1.2. Function signature - now expects a params object literal -
getReadmeScore
2.1. Function name - refactor:rename ➡️ getAppraisal
2.2. Function signature remains the same as in 1.x.x. -
check's signature now expects a params object literal,
which it passes to getInfo.
API tests
Add API (integration) tests to verify appraisal initialization.
- Create the lib/apis/ directory
- Add Jest/Jasmine specs without mocks
- Invoke real APIs for results
CI
- Create four ENV variables on Appveyor.
- Customize greenkeeper commit messages
Documentation
- Use commonality branding colors for 'Request a Feature' and
'Report a Defect' badges - Move DEVELOPERS.md user the /docs/project/ directory
- Add secure variables to for API testing
- Iterate through filepaths with markdown files that require
automated content generation