This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
Releases: FountainJS/generator-fountain-webapp
Releases · FountainJS/generator-fountain-webapp
v1.0.0
v1.0.0-rc2
- Replace
typings
by@types
- Upgrade TypeScript, Webpack and others
- Use node 6 and 7 for integration tests
- Multiple fixes
v1.0.0-rc1
- Upgrade to Angular 2 Final
- Add Vue.js 2 (with Webpack and ES6)
- Updgrade to TypeScript 2, Karma 1, ESLint 3, ui-router beta.2
- Use jsdom for integration tests
v0.7.2
Activate the publish binaries system needed to have the download page on the website
v0.7.1
- Angular1: Disable ESLint rule angular/no-service-method FountainJS/generator-fountain-eslint#38 FountainJS/generator-fountain-eslint#39
- Fix compatibility with NodeJS 4 FountainJS/generator-fountain-gulp#52 FountainJS/generator-fountain-webpack#51
v.0.7.0
- Bump angular-ui-router to 1.0.0-beta.1
- Move Angular 2 testing bootstrap in one file
- Move tsconfig.json to project root (Fixes #61)
- Remove
.ts
and.spec
files from.tmp
(Fixes #95) - Add CI tools options in prompt (Travis, CircleCI, Jenkins with Dockerfile and Wercker)
- Bump Webpack to 2.0.0-beta.20
- Fix relative path for index.css in webpack-dist (Fixes #88)
- Use
html-loader
for AngularJS/Webpack apps - Minor fixes and bumps (jspm, ts-loader)
v0.6.0
- Add Angular 2 external templates
- Upgrade Angular 2 to rc4
- Freeze ui-router version for Angular 2
- Split
index.js
intoapp.js
andvendor.js
for Webpack - Use https://github.com/frankwallis/plugin-typescript for SystemJS
- Add unit tests for every submodules
- Extract css for Webpack dist
v0.5.4
- Add React Router, and AngularUI Router for Angular 1 and 2
- Add
browser-sync-spa
to serve HTML5 routes and preserve history - Add Stylus Support
- Minor fixes
v0.5.3
v0.5.2
Various fixes