Current section
Files
Jump to
Current section
Files
CHANGELOG
# CHANGELOG
## v0.4.0
### Enhancements
- `Chunky.permutations_size/1` - pre-calculate the size of a permutation using a closed form equation, instead of running the permutation
## v0.3.0
### Enhancements
- Added `Chunky.combinations/2` for nCr unordered set generation
### Documentation
- move all TODO items out of Chunky module
- remove references to incomplete/unimplemented functions
## v0.2.1
### Documentation
- Fix reference to `Chunky.chunk_length/2` in moduledoc
## v0.2.0
### Enhancements
- `Chunky.chunk_length/2` added. Supports `list`, `tuple`, `binary`, and `range` types
### Documentation
- Cleanup of readme and top level documentation
- Hexdocs now have embedded readme data
## v0.1.1
### Documentation
- Expanded documentation for `Chunky.permutations/1`
## v0.1.0
### Enhancements
- `Chunky.permutations/1` added. Supports `list`, `tuple`, `binary`, and `range` types