- Don't require quotes around version (#80)
- Note support for support OpenAPI 3.0 (#69)
- Linter API v2 support (#72)
- Update
swagger-parser
to v5.0.1 (#67)
- Update
swagger-parser
to v5.0.0 (#63)
- Use the entire first line of the file if no range given (#54)
- Add the ability to lint OpenAPI specs (#57)
- Update
swagger-parser
to v4.1.0 (#60)
- Update
swagger-parser
to v3.4.2 (#46) - Update dependencies (#43, #44, #48)
- Majorly reduce activation time (#40)
- Rebuild the validator engine for better error messages (#35)
- Add note on required trigger for linting (#37)
- Update dependencies (#34, #38)
- Fix reporting of a single error (#33)
- Many bugfixes and code cleanups
- Linter now recognizes single quote strings in YAML files, i.e.
swagger: '2.0'
.
- Install Linter automatically #16
- greenkeeper tasks: Updated
lodash
andswagger-parser
packages
- Implemented better handling for ONE_OF_MISSING syntax errors
- Simple handling for syntax errors in arrays
- Now reports line and columns. Thanks for the tip @Arcanemagus
- Github repostory moved to AtomLinter organization
- Fix: Error now shows up at correct file.
- Permits json and yaml files other than just ending with swagger and file extension.
- Initial release
- Initial implementation