Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 779 Bytes

File metadata and controls

38 lines (23 loc) · 779 Bytes

0.0.5

Changed

  • Updated library for existing functions.
  • Enhanced and optimized some library functions.

0.0.4

Changed

  • Updated library for existing functions.
  • Enhanced and optimized some library functions.

0.0.3

Changed

  • Updated examples for existing functions.
  • Enhanced and optimized some library functions.

0.0.2

Added

  • Last: Gets the last element of a list.
  • Slice: Creates a slice of a list from start up to, but not including, end.
  • Shuffle: Shuffles a list using the Fisher-Yates shuffle algorithm.
  • Some: Checks if predicate returns truthy for any element of collection.

Changed

  • Updated examples for existing functions.
  • Enhanced and optimized some library functions.

0.0.1

  • Initial release