Skip to content

Latest commit

 

History

History
178 lines (87 loc) · 7.35 KB

CHANGELOG.md

File metadata and controls

178 lines (87 loc) · 7.35 KB

0.10.0 (2020-04-30)

Bug Fixes

  • ava: fix ava setup for no-framework (81ee963)
  • no-framework: fix tests for no-framework option (182cefe)
  • react: cleanup lint error (604fc47)
  • react: remove tslint (8e24448)
  • typescript: add resolveJsonModule (6ada295)
  • typescript: fix tsconfig include (2511261)
  • typescript: remove unneeded dep (06e26d2)
  • add node ts type when using jasmine (4dd5f6f)
  • fix cypress/jasmine/jest ts type conflicts (ec2f6c5)
  • fix eslint ext (55e5608)
  • fix plugin gitignore (1f82882)
  • fix plugin watch mode (0823ef9)
  • recreate typescript.createProject to avoid gulp.watch edge case (458867c)
  • should reject error in test mode (eca08df)

Features

  • tape: upgrade to tape v5 (ec77ff4)
  • add no-framework (537a01e)
  • switch from libsass to dart-sass (7b9cd24)

0.9.1 (2020-03-13)

Bug Fixes

  • babel-jest doesn't read .babelrc (94c1e90)
  • fix evergreen browser list (5c02c60)
  • fix missing dep (a6fa41b)
  • fix vue-jest babel bug (e569e7e)
  • remove vue-jest from non-jest setup (b4619d8)
  • retain dynamic import (61a8768)

Features

  • support browser choice, ie or evergreen (730358e)

0.9.0 (2020-02-16)

Bug Fixes

  • fix sourcemap for browser test (dcad468)
  • plugin needs a main (d265f94)
  • plugin needs to publish dist files (fd6a451)
  • turn of minification in aurelia plugin (bf6fb31)

0.8.0 (2019-10-16)

Features

  • default aurelia deps are now added by aurelia-deps-finder (3293871)

0.7.0 (2019-08-09)

Features

  • get rid of gulp-preprocess, use latest dumber feature on process.env.NODE_ENV (24dd7f0)

0.6.0 (2019-07-31)

Bug Fixes

Features

  • code coverage support for babel+browser-do setup (72447cd)
  • turn on ava option, dumber now supports import 'a.less'; (029d90f)

0.5.0 (2019-06-19)

Bug Fixes

  • fix mocha tests, remove tap-dot (bbbed7b)
  • fix wrong browser-test script (5a28223)

Features

  • display "Get Started" guide in after task (c1f19b6)
  • use browser-do, add mocha support (d332318)

0.4.0 (2019-05-24)

Bug Fixes

  • update to latest makes 0.7.0 run() (feb41e8)

Features

  • normalise common tasks to npm scripts (0c61b04)
  • print hint of silent mode (9a067ae)

0.3.0 (2019-05-16)

Bug Fixes

  • fix syntax (c59b674)
  • use absolute path for requirejs baseUrl (d1e2d2d)

Features

  • "after" task to optionally install deps (2e53df3)
  • make gulpfile more adaptive (dfddf94)
  • vue skeleton (0439a9d)

0.2.0 (2019-05-13)

Bug Fixes

Features

  • enable cypress e2e tests (4fa72b1)
  • react skeleton, simplify aurelia skeleton (1a966f0)

0.1.0 (2019-04-28)

Bug Fixes

  • add missing value for sfv choice (9a06f76)
  • bypass raw preprocess syntax (173dfb3)

Features

  • aurelia skeletons tests (69227ee)
  • mark Aurelia skeletons as implemented (0fe605f)