- Remove docs generation after tests.
- Add libs to tsconfig.json.
- Generate docs after tests.
- Fix test coverage path.
- Add docs by Typedoc.
- Add preset es2017 to .babelrc.
- Transpiling Typescript to esnext.
- Add noUnusedLocals: true to tsconfig.json
- Rename npm script open:cover to test:cover.
- Add try catch to codecov npm test script.
- Create folder dist-es6 for typescript compiler.
- Create babel source maps.
- Move errors.ts to generator-ptz-domain.
- Add index.test.ts.
- Remove console.log.
- Compose prompt questions.
- Add pt-br README.md translation.
- Update README.md usage and contribuition.
- Add ptz-log as dependencie;
- Store codecov token
- Clean .babelrc
- Add .babelrc
- Concat tsconfig.json.
- Add '--require babel-polyfill' to mocha npm script.
- Clean dist folder before compile js.
- Add dependencies to package.json.
- Remove babel-node, babel-polyfill, babel-core and ptz-babel-register.
- Remove babel settings from package.json.
- Remove typings.
- Remove typings. Now it is possible to use typings throw npm modules.
- Fix ptz-babel-register to compile all ptz- modules.
- Add ptz-babel-register.
- Add debug support for vs code.
- Remove gulp.
- Bug fix.
- Using current package.json and updating info
- Add npm badget to README.md
- Add CHANGELOG.md template.
- Initial public release.