Releases: stoplightio/scripts
Releases · stoplightio/scripts
v5.1.0
5.1.0 (2019-03-27)
Features
- allow pkg to be placed in package.json (#32) (eb664aa)
v5.0.0
5.0.0 (2019-02-25)
Bug Fixes
- remove test/lint commands, update deps (#31) (490e477)
BREAKING CHANGES
- Removed test and lint commands. Library users should replace their
test
and lint
commands with jest
and tslint -c tslint.json 'src/**/*.ts?'
respectively.
- Moved the following deps into dev deps. Users of sl-scripts must install these deps themselves now if they need to use them.
yarn add -D @types/jest @types/node jest lodash ts-jest tslint-config-stoplight tslint
.
v4.3.0
4.3.0 (2019-02-08)
Features
v4.2.1
4.2.1 (2019-02-04)
Bug Fixes
- react: remove emotions deps from react template (89ec383)
v4.2.0
4.2.0 (2019-02-01)
Features
v4.1.0
4.1.0 (2019-01-08)
Features
v4.0.0
4.0.0 (2018-12-19)
Bug Fixes
Code Refactoring
- remove storybook and react deps (6ef0c29)
BREAKING CHANGES
- check
templates/pkgs/react.json
for the new deps required in react projects
chore(storybook): remove Storybook related stuff
v3.1.1
3.1.1 (2018-12-13)
Bug Fixes
- base: bump scripts dep (0f42d40)
- snapshots: update snapshot (5c5103b)
- a few small ci related bugs (c9d0ba7)
v3.1.0
3.1.0 (2018-12-04)
Bug Fixes
- center storybook container (6ccee41)
- exclude json files from lint process (b97800a)
- omit stories folder from code climate (a820a26)
Features
- BREAKING CHANGE: require ts 3.2 (f3d7197)
- with ts 3.2 node_modules in path is not requried anymore (32e37c8)
v3.0.2
3.0.2 (2018-11-21)
Bug Fixes
- defaultArgs should work for all commands (957c5db)