- Added
ignore
configuration forsort-import-declarations
to ignore certain packages such as polyfills.
- .
Fixed
issue where plugin would break when it encounters a spread operator when destructuring an object
- Fixed Travis API key.
- Updated pull request and issue templates to remove unrelated specifics
- Updated to use version 3 of
pr-bumper
- Updated CI to run node version
8.1.2
- Added
package-lock.json
file
- Updated the repository.url value in package.json
- Updated
PULL_REQUEST_TEMPLATE.md
- Added
ISSUE_TEMPLATE.md
- Added slack channel integration
- Updated babel-eslint to ^8.0.3 (verified)
- Updated pin eslint-plugin-promise @ 3.6.0 (verified)
- Updated pin eslint-plugin-standard @ 3.0.1 (verified)
- Updated pin eslint-config-standard @ 10.2.1 (verified)
- Updated pin eslint-plugin-import @ 2.8.0 (verified)
- Updated pin eslint-plugin-node @ 5.2.1 (verified)
- Updated engine node version to
>= 6.0.0
- Updated to
pr-bumper
version 2 - Updated
PULL_REQUEST_TEMPLATE.md
with support forpr-bumper #none#
option - Updated the node engine version to
6.11.0
Updates from PR that did not publish: ciena-blueplanet#15
- Updated scripts used in travis CI for publishing Updates from PR that did not publish: ciena-blueplanet#14
- Updated into separate dependencies and devDependencies
- Updated to version 4 of
eslint
- Updated to version 4 of
mocha
- Updated to version 8 of
babel-eslint
- Updated to version 10 of
eslint-config-standard
- Added now needed
eslint-plugin-import
dependency - Added now needed
eslint-plugin-node
dependency - Updated to version 3 of
eslint-plugin-standard
- Updated to version 4 of
remark-cli
- Updated to version 6 of
remark-lint
- Updated version of node to
>= 6.9.1
- Removed running of node versions 4 and 5 from travis CI
- Fixed typo.
- Added option to
sort-imports
rule to allow separating local and external packages, with each group being properly sorted.
- Added
sort-import-declaration-specifiers
rule to sort import declaration specifiers alphabetically.
- Added
sort-variable-declarator-properties
rule to make sure variable declarator properties are sorted alphabetically. - Renamed
sort-imports
rule tosort-import-declarations
.
- Fixed
sort-imports
rule to have deterministic sort.
- Added missing documentation for
sort-imports
rule. - Fixed build so it will actually publish to npm.