Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Releases: skatejs/build

v12.2.0

02 Feb 10:08
Compare
Choose a tag to compare

<a name"12.2.0">

12.2.0 (2017-02-02)

Features

  • sk-lint-fix: add cli command for fixing linting errors (7b293b29)

v12.1.0

17 Nov 04:52
Compare
Choose a tag to compare

<a name"12.1.0">

12.1.0 (2016-11-17)

Features

  • FlowType: Remove Flow Types at build-time (df67aebb)

v12.0.1

10 Nov 23:23
Compare
Choose a tag to compare

<a name"12.0.1">

12.0.1 (2016-11-10)

Bug Fixes

  • test in safari latest (not pinned, which was a workaround for sauce labs for aw (e539de54)

v12.0.0

03 Nov 00:45
Compare
Choose a tag to compare

<a name"12.0.0">

12.0.0 (2016-11-03)

Features

  • Remove support for IE9 and IE10. These can be added manually by consumers. (3be46de3)

Breaking Changes

  • remove IE9 and IE10 browsers.

    (3be46de3)

v11.0.0

02 Nov 22:33
Compare
Choose a tag to compare

<a name"11.0.0">

11.0.0 (2016-11-02)

Features

  • Remove JSDOM and make browsers more extensible. Load cwd webpack config from kar (2a31a599)

Breaking Changes

  • remove JSDOM because it's too broken. Browsers file is now loaded from cwd; run

sk-init to add file to your project.

(2a31a599)

v10.0.1

25 Oct 22:47
Compare
Choose a tag to compare

<a name"10.0.1">

10.0.1 (2016-10-25)

Bug Fixes

  • Add karma-jsdom-launcher as a normal dep instead of a dev dep. (d5728d61)

v10.0.0

25 Oct 22:38
Compare
Choose a tag to compare

<a name"10.0.0">

10.0.0 (2016-10-25)

Features

  • Run JSDOM locally by default and appended to list of CI browsers. (d29cb99e)

Breaking Changes

  • default test environment is now JSDOM

    (d29cb99e)

v9.2.1

16 Oct 14:31
Compare
Choose a tag to compare

<a name"9.2.1">

9.2.1 (2016-10-16)

Bug Fixes

v9.2.0

16 Oct 14:13
Compare
Choose a tag to compare

<a name"9.2.0">

9.2.0 (2016-10-16)

Features

  • Improve build performance by using yarn. (91d327a0)

v9.1.0

15 Oct 22:22
Compare
Choose a tag to compare

<a name"9.1.0">

9.1.0 (2016-10-15)

Features

  • Only bundle with rollup / webpack if configs exists for each repsective bundler. (6fe9f37c)