- Transpiling Typescript to esnext.
- Remove unnecessary if in notEmptyString.
- Add tests for:
- notContainsFind do not throw error when null array.
- notEmptyString when not string.
- Add containsFind.
- Add notContainsFind.
- Add custom error message to.
- notEmptyString,
- notEmptyArray,
- emptyArray
- Remove babel-node, babel-polyfill, babel-core and ptz-babel-register.
- Remove babel settings from package.json.
- Remove typings and gulp.
- Remove unnecessary dependency babel-loader.
- Initial public release.