iterize
Version:
Use JavaScript Iterator, Easily
34 lines (28 loc) • 736 B
Markdown
# Change Log
## 1.5.0
- Fix `@ts-ignore` to<any>
- Add `takeWhile` API
- Replace `eslint` to `prettier`
## 1.4.0
- Add `*.d.ts` Files
- Extract interfaces on `types.ts` file.
## 1.3.0
- Add change log and pull request templates
- Add Eslint
- Update babel version to 7.2.x
- Support Universal Module Define
- Reformatting codes
## 1.2.0
- Add Higher-API Functions.
- Support string type on cycle.
- Combine repeat and replicate API.
- Support take method for function predicate.
## 1.1.0
- Exception handling when using infinite type on cycle, repeat, replicate method.
- Support function type on all method.
- Refactoring.
- Error models.
- Test cases.
- Default parameter on range.
## 1.0.1
- Release regular version.