Releases: DXHeroes/dx-scanner
Releases · DXHeroes/dx-scanner
v1.13.0
v1.12.0
v1.11.0
v1.10.0
1.10.0 (2019-10-21)
Bug Fixes
- add file GitHubService (1f196a2)
- add interface and fix it (19d29d6)
- add relevant type of bitbucketNock and return type (d9dc3b3)
- add return type to mock responses (005b592)
- allow only type string of userId. Fix returning UserInfo. (d949be9)
- auth with apppassword (1e3c80c)
- Bitbucket doesn't return time of closing, so the value will be undefined (dc339b0)
- change error.status to error.code (ec2b094)
- clone repo if it's not local (ec3ae32)
- Facelift of the tests (c888dd0)
- fullname; counting totalCount if there is no item (ef938b0)
- make base required (c35f271)
- Name of issueNumber (542e28b)
- name of PullRequestState and IssueState, which is used just by GitHub for now (468c037)
- Not passing build https://travis-ci.org/DXHeroes/dx-scanner/jobs/600727699 (81fc734)
- remove unused imports (68276a8)
- rename IGitHubService to ICSVService, (aa77885)
- return id as a string (2abf5f8)
- return issue is as a string, (3b84e02)
- return responses in own interfaces (10e1ab6)
- returning interfaces (4ba6887)
- returning object (bf255d3)
- Show the right message to the user accordingt to used CVS. (188eef6)
- Split mock response into files (13d79f0)
- testing path of bitbucket (0fcf989)
- tests (c229212)
- tests for BitbucketService (f7537bf)
- typo in name of file (5150580)
- use git-url-parser package to get username (6f4c8f0)
- user url (444cdbf)
Features
v1.9.0
v1.8.0
v1.7.0
v1.6.1
1.6.1 (2019-10-03)
Bug Fixes
- add tests for EslintCorrectlyUsedPractice (187f697)
- Allow user to add impact in object in dx config file (22e1577)
- allow user to customize configuration of DX scanner so it could be string or object (a58f571)
- Catch the error and if it's SyntaxError return PracticeEvaluationResult.unknown (be7d1b9)
- compare RegExp name with the package.name (3e4a3f4)
- eslint practice (6acf75f)
- Fix the condition for eslintIgnore (54ca010)
- Interface of Config; add interface for EslintConfig and use it in PracticeContext (70f4c9c)
- Path for scanFor() (c29708a)
- Remove console.logs, (08a78cf)
- Remove unnecessary logs. (85baa4e)
- remove unnecessary type definition (3e6fd36)
- rename EslintConfig to PracticeConfig; return always PracticeConfig in getOverridenPractice() (81e00cd)
- rename practice (05c09f7)
- run on eslint/espree repo (faa838e)
- throw error if it's not a SyntaxError (3644149)
- typo (2dcb4c4)
- typo (898dcc6)