- Added
Dictionary.filter,Dictionary.map,Dictionary.omit, andList.equals(#66) - Added
Dictionary.union(#71)- Consumers migrating to Cryo looking for
setshould consider using this operation
- Consumers migrating to Cryo looking for
- Partially roll back
Dictionary.joinoptimization to preserve iteration behavior (#58)
- Optimized
Dictionary.joinperformance using latest Luau best practices (#56)
- Exclude .spec test files from released package (#49)
- Added a List.findWhere utility that allows one to supply a predicate to search in a list.
- Added a List.toSet utility that creates a set of values from a list of values.
- Basic functionality for Dictionary and List