Skip to content

Releases: stoplightio/scripts

v5.1.0

27 Mar 16:31
eb664aa
Compare
Choose a tag to compare

5.1.0 (2019-03-27)

Features

  • allow pkg to be placed in package.json (#32) (eb664aa)

v5.0.0

25 Feb 22:01
490e477
Compare
Choose a tag to compare

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

08 Feb 19:51
Compare
Choose a tag to compare

4.3.0 (2019-02-08)

Features

v4.2.1

04 Feb 19:19
Compare
Choose a tag to compare

4.2.1 (2019-02-04)

Bug Fixes

  • react: remove emotions deps from react template (89ec383)

v4.2.0

01 Feb 21:37
Compare
Choose a tag to compare

4.2.0 (2019-02-01)

Features

v4.1.0

08 Jan 17:48
Compare
Choose a tag to compare

4.1.0 (2019-01-08)

Features

v4.0.0

19 Dec 22:09
6ef0c29
Compare
Choose a tag to compare

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

13 Dec 20:01
2d2c332
Compare
Choose a tag to compare

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

04 Dec 08:16
b96a207
Compare
Choose a tag to compare

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

21 Nov 18:08
8f08d3c
Compare
Choose a tag to compare

3.0.2 (2018-11-21)

Bug Fixes

  • defaultArgs should work for all commands (957c5db)