1.6.1 (2019-04-22)
- deps: update dependency atom-package-deps to v5.1.0 (087c59c)
1.6.0 (2019-01-16)
- update to Linter v2 API (79054ad)
- Guard against invalid
TextEditor
s (#271)
- Update dependencies (#245, #255)
- Defer loading of dependencies (#263)
- Asyncify specs and utilize activationHooks (#264)
- Add setting to ignore php.ini (#265)
- Handle unsaved files (#242)
- Remove PHP version check (#243)
- Clarify settings page scopes (#229)
- Update dependencies (#226, #236)
- Update and fix CI (#230, #241)
- Fix executablePath reference in testBin (#215)
- Run from the directory of the file (#172)
- Allow overriding
error_reporting
fromphp.ini
(#181) - Add exception handling (#197)
- Rewrite in ES2017 (#214)
- Many dependency updates
- Handle fatal errors (#141)
- Update dependencies
- Remove usage of
activationHooks
- Fix the regex to not include the filename in the message
- 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