All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.1.0 (2018-02-10)
- enable to emit d.ts files (fea12cf)
- Build: Fix #14 (8d90e34)
- Template: Add missing .gitignore files (bc5c6ae), closes #9
- Test: Fix UTs coverage with Istanbul configuration (aff34e0)
- Build: Run production build by default when running npm run build. (66c5489)
- CI: Commit before this one says everything (7cff6db)
- CI: Update Travis steps (48d1026)
- CI: Update travis steps. Run E2E Tests (4fdcbb2)
- CLI: 😒 (d01e35c)
- CLI: Add CLI basic feature to handle project creation (95fec55)
- CLI: Add mandatory shebang (0bc7b08)
- CLI: Add template folder with minimal files to start the module / application (38657f9)
- CLI: Ensure the cli is installed globally (9c52d42)
- CLI: Script to create a basic typescript boilerplate with no build configuration (39f9c07)
- configurations: Simplify the web pack configuration using a single file. Add cross-env dependency (4cadd5c)
- continuous-integration: Continuous integration with Travis (fd5fa82)
- dev-server: Add webpack-dashboard plugin to dev configuration (8d6e908)
- dev-server: Add webpack-dev-server. (7e56319)
- Remove create-ts-lib dependency. Add Lerna to handle multiple packages (4cc0d71)
- Setup: Open the Browser tab when running npm start (9f78fd8)
- Fix lerna version for all packages (efb8098)
- Use Main project as a proxy for the CLI and scaffold a
app
whennpm start
(8f8f31b) - Doc: Add Development Section. Add CONTRIBUTING.md file (f0b6dc4)
- Doc: Add framework info (e6f1ad1)
- Doc: update readme.md (e11b027)
- E2E: Add npm run build command to Test (fd57296)
- Test: Add end to end test as another package (244c512)
- Test: Show Unit Tests timing (cd663fe)
- Tests: Minimal working configuration for Unit Tests and coverage with Karma, TypeScript and WebPack (4f7c84a)
- Webpack: Add istanbul instrumenter loader configuration. File formatting (91a40c5)
- webpack-dashboard: Integrate the Webpack dashboard (f8180af)