Skip to content

Releases: Riven-Spell/generic

v1.1.0

01 Jan 02:19

Choose a tag to compare

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

30 Dec 02:19

Choose a tag to compare

Type assertion

v1.0.9

29 Dec 09:42

Choose a tag to compare

Oops.

v1.0.8

29 Dec 09:29

Choose a tag to compare

Adds Filter to enumerators

v1.0.7

25 Dec 06:54

Choose a tag to compare

Add ForEach function for enumerators

v1.0.6

25 Dec 05:22

Choose a tag to compare

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

v1.0.5

24 Dec 21:35

Choose a tag to compare

Functions for the last element of lists

v1.0.4

23 Dec 21:43

Choose a tag to compare

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

v1.0.3

23 Dec 11:42

Choose a tag to compare

Whoops. Forget 1.0.2 existed. Assignability tools.

v1.0.1

23 Dec 11:27

Choose a tag to compare

Adds some tools for getting writeable values in the reflect package