Generator Fountain Webapp Versions Save

Yeoman 'fountain' generator to start a webapp

v0.5.1

8 years ago

v0.5.0

8 years ago
  • Add and clean documentation
  • Add issue and PR templates
  • Angular 1
    • Fix dependency injection issues
  • Angular 2
    • Add Todo MVC with ngrx/store
    • Upgrade to angular2-rc.1
    • Add unit tests
    • enableProdMode when serving a bundle
  • React
    • Add Todo MVC with Redux
    • Use ReactTestUtils instead of Enzyme
  • Upgrade yeoman-generator to ^0.23.3
  • Upgrade SystemJS and jspm
  • Minor fixes

v0.4.0

8 years ago
  • Add more tests for React
  • Fix Webpack conf for React unit tests
  • Clean npm dependencies
  • Add special conf jspm.test.js for tests with SystemJS
  • Update linter rules for React
  • Not use .eslintignore anymore
  • Minor fixes

v0.3.0

8 years ago
  • Add missing logos for techs sample
  • Add less and css styles for techs sample
  • Angular 1
    • Split template into modules and inject to avoid using regex
    • Add unit tests
    • Use angular.bootstrap instead of ng-app
  • Angular 2
    • Name component constructors for es5 to hack bug
  • React
    • Add unit tests
  • Update jspm to 0.17-beta
  • Minor fixes
  • Remove auto open of the browser on gulp serve

v0.0.1

8 years ago

Initial release

v0.2.2

8 years ago
  • Add techs sample for React
  • Minor fixes

v0.2.1

8 years ago
  • Add scss and less versions for react, Angular 2 and Angular1
  • Handle css preprocessors with Webpack, SystemJS and Gulp
  • Put es6 as defaut choice for js preprocessor

v0.1.0

8 years ago

Bump minor release

v0.0.2

8 years ago
  • Fix composition
  • Upgrade angular2 to alpha.53

v0.2.0

8 years ago
  • Add documentation
  • First tests for React and Angular 1
  • Add ts and js templates for React, Angular 2, Angular 1
  • Bump angular2-beta.0
  • Handle js transpilers and tests in SystemJS and Webpack
  • Multiple fixes