# Revision history for array-chunks ## 0.1.4.0 -- 2023-08-30 * Add `constructN` functions that use numbers instead of tuple names for construction of fixed-length chunks. ## 0.1.3.0 -- 2021-02-04 * Add `nonupleton`, `decupleton`, `undecupleton`, `duodecupleton`. ## 0.1.2.0 -- 2020-11-18 * Add `index`. * Add `singleton`, `doubleton`, `tripleton`, `quadrupleton`, `quintupleton`, `sextupleton`, `septupleton`, `octupleton`. * Add `map'`, which converts to `SmallArray` while mapping over the elements. ## 0.1.1.0 -- 2019-09-12 * Add `copy`, `copyReverse`, `concat`, and `concatReverse`. ## 0.1.0.0 -- 2019-08-12 * First version. Released on an unsuspecting world.