- Added chain function to chain stateful iterators
- Changed types to support generics. Type inference should become better.
- Removed types assertions, you must rely on type checker support
- Added zip function to iterate over pairs of elements of the given arrays
- Added all function to check whether all elements conform to the condition
- Added count function to count elements conforming to the condition
- Added frequencies function to count how many times values are encountered in the table
- Added max, min, sum, product functions
- Changed package name to Dash
- Added helper types for array/set/map/functions
- Added stack to the
Error:toString()
(29335cd)[29335cd2249f9265ae388f05e01a95487d4b167a]
- Move tests to separate folder so they are not included in runtime build
- Move to Roblox repository
- collect utilities use iterator
- added Dash.pick
- Add iterate and iterable to allow utilities to accept both maps and arrays
- Attempt to fix rotriever package definition
- Attempt to fix rotriever package definition
- Initial release of Dash