Skip to content

Releases: polarityio/polarity-integration-development-checklist

v1.0.1

04 Jan 19:00
63849ea
Compare
Choose a tag to compare

What's Changed

  • Added Verification that the .gitignore file exists
  • Added Verification that the defaultColor property has a value set in the config.js file
  • Added Verification that the package-lock.json file exists
  • Added Verification that the package-lock.json file version property matches the version property found in the package.json file

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Aug 00:15
Compare
Choose a tag to compare

Checks a list of requirements found in the Polarity Integration Development Checklist. This currently includes:

  • LICENSE File Checks
    • Verifying the LICENSE file exists
  • .prettierrc File Checks
    • Verifying the .prettierrc file exists
  • README.md File Checks
    • Verifying the README.md file exists
  • config.js File Checks
    • Verifying Logging Level is set to info
    • Verifying Request Options are set correctly including
      • cert, key, passphrase, ca, and proxy all having the value ''
      • rejectUnauthorized being set to true
    • Verifying all Integration Options have a description containing content
  • package.json File Checks
    • Verifying the private flag is set to true
    • Verifying the version property matches standard semantic versioning format
    • Checks to see if the current version property already exists as a release on Github.