- Bump to include a fix in
atom-linter
.
- Bump to include a fix in
atom-linter
.
- Bump to include latest
package-deps
.
- Stop ignoring
php.ini
- Update package dependencies to clear an Atom deprecation issue
- Only activate the package when a PHP file has been opened
- Verify the configured
php
works properly on activate
- Automatically install the
linter
package - Specify a name to display in messages
- Use a more permissive regex to fix a bug
- Default to
error
message type if not specified
- Enable linting on the fly
- Update to the new Linter API
- Call
super
fromdestroy
- Revert: Use options to observe
phpExecutablePath
config
- Fix deprecation error
- Use options to observe
phpExecutablePath
config
- Update readme
- Add settings
- Implement Linter
- Fix description
- Initial version