issues
search
pelotom
/
unionize
Boilerplate-free functional sum types in TypeScript
MIT License
402
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump qs from 6.4.0 to 6.4.1
#87
dependabot[bot]
opened
1 year ago
0
Bump shell-quote from 1.6.1 to 1.7.3
#86
dependabot[bot]
opened
2 years ago
0
Bump async from 2.6.0 to 2.6.4
#85
dependabot[bot]
opened
2 years ago
0
Bump tmpl from 1.0.4 to 1.0.5
#84
dependabot[bot]
opened
3 years ago
0
Bump path-parse from 1.0.5 to 1.0.7
#83
dependabot[bot]
opened
3 years ago
0
Bump tar from 2.2.1 to 2.2.2
#82
dependabot[bot]
opened
3 years ago
0
Bump hosted-git-info from 2.5.0 to 2.8.9
#81
dependabot[bot]
opened
3 years ago
1
Bump lodash from 4.17.15 to 4.17.21
#80
dependabot[bot]
opened
3 years ago
1
Bump handlebars from 4.1.2 to 4.7.7
#79
dependabot[bot]
opened
3 years ago
1
Bump y18n from 3.2.1 to 3.2.2
#78
dependabot[bot]
opened
3 years ago
1
Bump ini from 1.3.5 to 1.3.7
#77
dependabot[bot]
opened
3 years ago
1
Expose record tags as string constants
#76
GrzegorzKazana
opened
4 years ago
1
Way to access tags as string constants from unionized [proposal]
#75
GrzegorzKazana
opened
4 years ago
1
Bump handlebars from 4.1.2 to 4.7.6
#74
dependabot[bot]
closed
3 years ago
2
Bump lodash from 4.17.15 to 4.17.19
#73
dependabot[bot]
closed
3 years ago
2
Bump extend from 3.0.1 to 3.0.2
#72
dependabot[bot]
opened
4 years ago
1
Bump merge from 1.2.0 to 1.2.1
#71
dependabot[bot]
opened
4 years ago
1
Expose `TaggedRecord`
#70
OliverJAsh
closed
4 years ago
5
Bump handlebars from 4.1.2 to 4.5.3
#69
dependabot[bot]
closed
4 years ago
2
Non-object record types are converted to objects
#68
OliverJAsh
opened
5 years ago
0
Tags are not removed from variant value
#67
OliverJAsh
opened
5 years ago
2
Bump lodash from 4.17.4 to 4.17.15
#66
dependabot[bot]
closed
5 years ago
1
Remove `UnTagged`
#65
OliverJAsh
closed
5 years ago
7
Bump lodash from 4.17.4 to 4.17.14
#64
dependabot[bot]
closed
5 years ago
2
Match multiple unions simultaneously
#63
OliverJAsh
opened
5 years ago
6
Suggestion: add type level tests
#62
OliverJAsh
opened
5 years ago
2
Nested unions are "untagged"
#61
OliverJAsh
closed
5 years ago
4
UX issues when inspecting types (truncation, type aliases not used)
#60
OliverJAsh
opened
5 years ago
3
Match case not infering/enforcing return value of function
#59
MainShayne233
closed
5 years ago
2
Bump stringstream from 0.0.5 to 0.0.6
#58
dependabot[bot]
closed
5 years ago
1
Bump diff from 3.4.0 to 3.5.0
#57
dependabot[bot]
closed
5 years ago
1
Ban "tag" as a property name
#56
karol-majewski
closed
5 years ago
7
Missing error when value contains property matching `TagProp`
#55
OliverJAsh
closed
5 years ago
0
Bump handlebars from 4.0.11 to 4.1.2
#54
dependabot[bot]
closed
5 years ago
1
Bump js-yaml from 3.10.0 to 3.13.1
#53
dependabot[bot]
closed
5 years ago
1
Bump sshpk from 1.13.1 to 1.16.1
#52
dependabot[bot]
closed
5 years ago
1
Bump fstream from 1.0.11 to 1.0.12
#51
dependabot[bot]
closed
5 years ago
1
Enumerate union
#50
OliverJAsh
closed
5 years ago
2
Clarify the default behavior of value tag
#49
lorefnon
closed
6 years ago
2
Constructors holding `Partial<T>` can be called with any argument
#48
geigerzaehler
closed
5 years ago
5
Creating action with undefined payload converts to {}
#47
mischkl
opened
6 years ago
2
Suggestion: require value property to avoid collisions when nesting
#46
OliverJAsh
closed
5 years ago
14
Compatibility with Flux Standard Actions (multiple top-level value/payload keys)
#45
joshburgess
closed
6 years ago
3
Truly "empty" type constructors? (Disallow passing arguments)
#44
joshburgess
opened
6 years ago
7
Union of generic variants
#43
Stouffi
opened
6 years ago
10
Error using Unionize in angular 6.0.0
#42
cdiaz
closed
6 years ago
1
Deserialising/validating/decoding JSON strings to unionize types
#41
OliverJAsh
opened
6 years ago
6
Ability to define each variant individually
#40
sledorze
opened
6 years ago
5
Don't flatten union-type values through `UnTagged`
#39
tvald
closed
6 years ago
1
Fix type accessors
#38
sledorze
closed
6 years ago
4
Next