Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 1.18 KB

V1.1.0

  • Added chain function to chain stateful iterators

v1.0.0

  • 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

v0.1.9

  • Changed package name to Dash

v0.1.8

  • Added helper types for array/set/map/functions

v0.1.7

  • Added stack to the Error:toString() (29335cd)[29335cd2249f9265ae388f05e01a95487d4b167a]

v0.1.6

  • Move tests to separate folder so they are not included in runtime build

v0.1.5

  • Move to Roblox repository

v0.1.4

  • collect utilities use iterator
  • added Dash.pick

v0.1.3

  • Add iterate and iterable to allow utilities to accept both maps and arrays

v0.1.2

  • Attempt to fix rotriever package definition

v0.1.1

  • Attempt to fix rotriever package definition

v0.1.0

  • Initial release of Dash