Skip to content

Releases: sorrycc/roadhog

2.5.0-beta.1

06 Sep 10:05
Compare
Choose a tag to compare
2.5.0-beta.1 Pre-release
Pre-release
  • Upgrade babel to 7, fix decoratorsBeforeExport problem

2.4.3

20 Aug 00:16
Compare
Choose a tag to compare

2.4.0

17 May 02:54
Compare
Choose a tag to compare

build and dev

upgrade af-webpack from 0.18 to 0.22

test

upgrade umi-test from 0.4 to 0.5

2.3.0

15 Mar 08:19
Compare
Choose a tag to compare

build and dev

  • fix sourcemap don't work, #554, umijs/umi#43
  • process.env.NO_COMPRESS work for service-worker.js too
  • fix typo, opts.serviceworker 大小写,#594
  • force reload when process.env.RELOAD is set
  • deprecate DISABLE_ESLINT, DISABLE_TSLINT, prefer ESLINT=none, TSLINT=none
  • don't minify CSS when process.env.CSS_COMPRESS=none is truthy
  • support setPublicPath with env SET_PUBLIC_PATH, #633

test

  • use identity-obj-proxy for css/less files
  • improve test with ts

2.3.0-beta.1

01 Mar 10:45
Compare
Choose a tag to compare
2.3.0-beta.1 Pre-release
Pre-release

1.4.0 (February 8, 2018)

08 Feb 03:37
Compare
Choose a tag to compare
  • Support generate sourcemap by configuring devtool in production,#611

2.2.0 (January 19, 2018)

19 Jan 06:14
Compare
Choose a tag to compare

roadhog@2.2.0

  • Update deps: babel@7-beta.38
  • Update af-webpack@0.15
  • Fix unexpected console, #561

af-webpack@0.15

  • Support env variable DISABLE_CLEAR_CONSOLE to disable clear console
  • Support service worker by config serviceworker
  • Update deps: react-dev-utils@5
  • Update deps: babel@7-beta.38
  • Set access-control-allow-origin:* for dev server
  • Fix: don't set NODE_ENV to production when NO_COMPRESS is setted

2.1.0 (January 10, 2018)

10 Jan 09:50
Compare
Choose a tag to compare
  • feat: roadhog test support config file filters, e.g. roadhog test .e2e.js, #563
  • feat: support config HOST with process.env.HOST
  • fix: winPath problem with mock
  • fix: EISDIR illegal operation on directory when outputPath contains dot

2.0.0 (January 2, 2018)

02 Jan 08:55
Compare
Choose a tag to compare

1.3.0 (October 31, 2017)

31 Oct 02:38
Compare
Choose a tag to compare
  • 新增 ignoreMomentLocale 配置,通过 webpack.IgnorePlugin 忽略 moment 的 locale,默认关闭
{
  "ignoreMomentLocale": true
}