Skip to content

Releases: Cognizant-CDE-Australia/generator-confit

v13.2.0

15 Sep 03:40
Compare
Choose a tag to compare

13.2.0 (2017-09-15)

Features

  • testUnit: add test-framework support and use nyc for Node projects (54b0b06)

v13.1.0

31 Aug 05:39
Compare
Choose a tag to compare

13.1.0 (2017-08-31)

Features

  • generator: use Chrome for unit testing and visual regression testing (013f30d)

v13.0.0

30 Aug 06:14
Compare
Choose a tag to compare

13.0.0 (2017-08-30)

Features

  • generator: set minimum NodeJS version to 6+ (86bdcb8)
  • testSystem: add support for Codecept for UI testing (1836113)
  • verify: upgrade to eslint v4.5 (71b8f0f)

BREAKING CHANGES

  • verify: Delete your existing .eslintrc file as Confit will generate a .eslintrc.js file instead, which is easier to override.
  • testSystem: Codecept is now the supported tool for writing user-interface tests. This means that Protractor is now deprecated.

ISSUES CLOSED: #62

  • generator: Node 4 is no longer supported. Please upgrade to version 6 or higher.

v12.0.0

18 May 05:21
Compare
Choose a tag to compare

12.0.0 (2017-05-18)

Features

  • generator: update Confit and generated-project dependencies (#125) (94c2deae)

Breaking Changes

  • Most project dependencies have changed since v11+. Major changes are Angular 2.x -> 4.1, Angular 1.6.1 -> 1.6.4, BackstopJS 1.3.5 -> 2.7.0, ESLint 3.19.0 (and related ESLint configs), SASSLoader
    4.1.1 -> 6.0.3, StylusLoader 3.0.1, TSLint 5.1.0, TypeScript 2.3.2

  • The npm run test:system command has also changed. You no longer need to start a web server in a separate process.

(94c2deae)

v11.1.0

03 Feb 04:09
Compare
Choose a tag to compare

11.1.0 (2017-02-03)

Features

  • release: replace deprecated ghooks with husky for git hook implementation (98aa1419)

v11.0.1

31 Jan 13:44
Compare
Choose a tag to compare

<a name"11.0.1">

11.0.1 (2017-01-31)

Bug Fixes

  • build: webpack htmlLoader supports both .htm and .html file extensions (eda2010e)

v11.0.0

30 Jan 14:26
Compare
Choose a tag to compare

<a name"11.0.0">

11.0.0 (2017-01-30)

Features

  • app: upgrade less-critical NPM modules (6df9f0da)

Breaking Changes

  • There's bound to be some breaking changes, although the automated unit & integration tests are passing.
    Known breaking changes:
  • upgraded Angular from 1.5.8 to 1.6.1 which has breaking changes
  • TSLint version changed

ISSUES CLOSED: #108 #109

(6df9f0da)

v10.0.0

29 Jan 10:30
Compare
Choose a tag to compare

<a name"10.0.0">

10.0.0 (2017-01-29)

Features

  • documentation: update to use latest Swanky version (2.5.0) (fe31a954)

Breaking Changes

  • Swanky snippet structure changed slightly resulting in a breaking change only for users of previous
    versions of Swanky for document generation.

ISSUES CLOSED: #110

(fe31a954)

v9.3.0

20 Jan 06:24
Compare
Choose a tag to compare

<a name"9.3.0">

9.3.0 (2017-01-20)

Features

  • browserApp: support Webpack 2.2.0 (final) (34d6f269)

v9.2.0

18 Jan 23:03
Compare
Choose a tag to compare

9.2.0 (2017-01-18)

Bug Fixes

  • build: set correct relative path from css folder to app folder for prod build (103f011a)

Features

  • release: support BitBucket repos (changelog format when using corp-semantic-release) (f9108a75)
  • testUnit: turn off webpack perf hints when running unit tests (b338a920)