Releases: Cognizant-CDE-Australia/generator-confit
Releases · Cognizant-CDE-Australia/generator-confit
v13.2.0
v13.1.0
v13.0.0
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
12.0.0 (2017-05-18)
Features
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
v11.0.1
v11.0.0
<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
(6df9f0da)
v10.0.0
<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)