Skip to content

Releases: Riven-Spell/generic

v1.1.2

Choose a tag to compare

@Riven-Spell Riven-Spell released this 05 Mar 22:35

Keys/Values functions

v1.1.1

Choose a tag to compare

@Riven-Spell Riven-Spell released this 13 Jan 02:53

Adds ternary functions

v1.1.0

Choose a tag to compare

@Riven-Spell Riven-Spell released this 01 Jan 02:19

Majorly extends the enumerable package by adding output chaining. I do want to add debug tools to this eventually, since debugging a chain is nightmarish as it stands, but this definitely helps to clean things up in terms of writing code with enumerables.

v1.0.10

Choose a tag to compare

@Riven-Spell Riven-Spell released this 30 Dec 02:19

Type assertion

v1.0.9

Choose a tag to compare

@Riven-Spell Riven-Spell released this 29 Dec 09:42

Oops.

v1.0.8

Choose a tag to compare

@Riven-Spell Riven-Spell released this 29 Dec 09:29

Adds Filter to enumerators

v1.0.7

Choose a tag to compare

@Riven-Spell Riven-Spell released this 25 Dec 06:54

Add ForEach function for enumerators

v1.0.6

Choose a tag to compare

@Riven-Spell Riven-Spell released this 25 Dec 05:22

Add support for maps to enumerators, and adds a safe add function to dict_tools

v1.0.5

Choose a tag to compare

@Riven-Spell Riven-Spell released this 24 Dec 21:35

Functions for the last element of lists

v1.0.4

Choose a tag to compare

@Riven-Spell Riven-Spell released this 23 Dec 21:43

Implements some functions mimicking enumerables patterns in other programming languages (i.e. Scala)