This repository has been archived by the owner on May 16, 2020. It is now read-only.
Releases: ATLauncher/javascript
Releases · ATLauncher/javascript
@atlauncher/[email protected]
@atlauncher/[email protected]
@atlauncher/[email protected]
@atlauncher/[email protected]
@atlauncher/[email protected]
0.1.0 (2018-04-11)
Bug Fixes
- broken atlauncher plugin in eslint config (968978a)
- change immutable/no-mutation rule to be a warning (cde5ee4)
- filenames eslint plugin not being installed (159a5a5)
- fix up ui-components linting and update some misaligned rules (1638e23)
- switch indentation being wrong (8143a58)
- update to node >= 6 and fix broken linting (591ddb5)
- eslint-config-atlauncher: braces around arrow functions when needed (416e5e4)
- eslint-config-atlauncher: remove deprecated rule (e213c23)
- eslint-config-atlauncher: update some rules and add in jest to global (ce1e7bd)
Features
- add in custom valid-jsdoc rule in plugin @atlauncher/eslint-plugin-atlauncher (385c3dc)
- add in ESLint rules for the React plugin (3876745)
- add in eslint-comments plugin (0a65a91)
- add in immutable plugin for ESLint (045f201)
- add in new-with-error plugin (14580b8)
- add in no-loops eslint plugin (8ec71fa)
- add in rules for import plugin and start of configs (eb35d5d)
- add in rules for jsx-a11y and promise ESLint plugins (db0fc59)
- add in the rest of the linting rules (8adfb11)
- require dangling commas (1321c4d)
@atlauncher/[email protected]
0.1.1 (2018-04-11)
Note: Version bump only for package @atlauncher/commitlint-config-atlauncher
@atlauncher/[email protected]
0.1.0 (2018-04-11)
Bug Fixes
- remove regenerator (c2e20c3)
- remove stage-0 for specific plugins (b579328)
- update to node >= 6 and fix broken linting (591ddb5)
- babel-preset-atlauncher: fix react preset not having options (5ad0758)
- babel-preset-atlauncher: fix spelling mistake on transform (d70aa13)
Features
@atlauncher/[email protected]
0.1.0 (2018-04-11)
Bug Fixes
- app: run .bin files from NPM as the main command and not node (34b5b50)
- app: when on Windows, try to use the cmd (072b2ec)
- atlauncher-scripts: add in chokidar and fix linting (bd4289a)
- atlauncher-scripts: add in colors dependency (f713e72)
- atlauncher-scripts: add in cross-spawn to dependencies (40befde)
- atlauncher-scripts: add in jest and babel-jest packages (3a4025b)
- atlauncher-scripts: add is-windows in package.json not in lerna root (7588d74)
- atlauncher-scripts: don't allow running lint watch in lerna root (63af3ad)
- atlauncher-scripts: fix broken scripts with : and eslintignore path (31d9364)
- atlauncher-scripts: fix issue with processes exiting right away (39c7609)
- atlauncher-scripts: fix issue with root dir not being correct when running jest (6bedb83)
- atlauncher-scripts: fix linting errors (086aafd)
- atlauncher-scripts: fix markdown linting not ignoring node_modules (09f4715)
- atlauncher-scripts: fix node_modules path not showing in lint:md (738c387)
- atlauncher-scripts: fix running commands not filtering out booleans (357481a)
- atlauncher-scripts: rename .jestrc to jest.json so jest will use it (e261385)
Features
- atlauncher-scripts: add in ability to forceExit Jest (ae985db)
- atlauncher-scripts: add in atlauncher-scripts (ca4395c)
- atlauncher-scripts: add in babel-run and build commands (e8b5bab)
- atlauncher-scripts: add in commitmsg script for commitlint (b5384de)
- atlauncher-scripts: add in jest config (2d88c6a)
- atlauncher-scripts: add in markdown linting (044fc06)
- atlauncher-scripts: add in noConcurrency option for test (9e859f9)
- atlauncher-scripts: add in package.json linting (4601fa4)
- atlauncher-scripts: add in preset to babel (917b9cd)
- atlauncher-scripts: add more ignores to md lint and lint **/*.md (97c39e6)
- atlauncher-scripts: check all package.json under lerna (c0ff146)
- atlauncher-scripts: if project uses lerna, run lint on packagesthis allows for atlauncher-scripts to be used in the root of a lerna project and it's commands (such as linting JS files) to be run on all lerna projects defined in lerna.json (b9022e1)
- atlauncher-scripts: update default jest.json file (2870b64)
- atlauncher-scripts: update jest config to not use only src folder (08cec65)