- Fixes a few crashes (mainly resulting from an invalid .ac-poly.json file)
- Can now load autocompletes for polymer elements which don't have the
is
property set within the script but only in thedom-module
id
. This is expected to be allowed in the Polymer spec in the future. - Fixes a few crashes (mainly resulting from missing .ac-poly.json files)
- Added more keywords to package description.
- Added new section to README: Recommended Packages.
- Now displays a modal message when update task has completed.
- Links to PolymerElements docs now added. Click the more link at the bottom of the completions dropdown.
- First release on atom 🎉
- Improved javascript analyse function. Now identifies more polymer elements correctly.
- Fixed camelCase renaming.
- Initial Internal Release