issues
search
paldepind
/
union-type
A small JavaScript library for defining and using union types.
MIT License
478
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TypeScript support
#65
talyssonoc
opened
4 years ago
0
Update README.md
#64
harsh-tamr
closed
5 years ago
1
replaced compose, curryN with own implementations
#63
leeor
closed
5 years ago
1
Parameterized type
#62
nsaunders
closed
6 years ago
1
Update ramda dependency
#61
Sinewyk
closed
7 years ago
1
Version 0.4.0 changed the way paramless functions are called
#60
rmoliva
closed
7 years ago
2
Create New Release
#59
jakesower
opened
7 years ago
3
Throw error if object passed to Type case is not exhaustive
#58
ptgolden
opened
7 years ago
2
Tutorial to grasp the rational behind union-types
#57
karlhp
opened
7 years ago
4
add predicates `is[Something]` for union type
#56
jcouyang
opened
8 years ago
0
unthunk nullary data constructors
#55
davidchambers
closed
7 years ago
2
proposal: unthunk nullary data constructors
#54
davidchambers
closed
7 years ago
1
readme: fix links in table of contents
#53
davidchambers
closed
8 years ago
1
Check if union covers all cases even if the current case is satisfied.
#52
JAForbes
opened
8 years ago
0
Option to disable currying
#51
JAForbes
opened
8 years ago
0
Product type
#50
xgrommx
opened
8 years ago
1
With Type.check = false, avoid TypeError
#49
foxdonut
closed
8 years ago
4
Support lists of types natively or via an exposed predicate.
#48
JAForbes
closed
6 years ago
2
Should caseOn be flipped?
#47
JAForbes
closed
6 years ago
5
More informative error messages
#46
wishfoundry
opened
8 years ago
2
Support record with more than ten keys
#45
mpal9000
opened
8 years ago
1
Add case and caseOn as instance methods for types
#44
pelotom
closed
8 years ago
1
Add simplified means of expressing records and newtypes
#43
pelotom
opened
8 years ago
2
Improve type error messages
#42
pelotom
closed
8 years ago
2
A handy ListOf Type
#41
jcouyang
closed
8 years ago
3
Records can't have a "name" property
#40
kwijibo
closed
8 years ago
1
Difference from daggy
#39
texastoland
closed
6 years ago
1
Record constructor verbosity
#38
jgoux
closed
8 years ago
1
Remove dependency on ramda
#37
jethrolarson
opened
8 years ago
5
added support for instanceof with both the returned union Type and the sub type constructors
#36
kwijibo
opened
8 years ago
8
Partially-applied type constructors as validator functions?
#35
kwijibo
opened
8 years ago
1
How to enumerate thru all type variants
#34
avesus
opened
8 years ago
2
Tutorial on using union-types
#33
jethrolarson
opened
8 years ago
3
Type.ListOf
#32
kwijibo
opened
8 years ago
4
Next releae
#31
paldepind
closed
8 years ago
14
Reintegrate next
#30
gilligan
closed
8 years ago
6
Reintegrate next
#29
gilligan
closed
8 years ago
1
Add features from next to master
#28
gilligan
closed
8 years ago
5
publish next release
#27
gilligan
closed
8 years ago
5
Bump ramda version to latest.
#26
jethrolarson
closed
8 years ago
1
do not destructure arguments in _
#25
kurtharriger
closed
8 years ago
3
caseOn with _ has variable argument count
#24
kurtharriger
closed
8 years ago
4
What about names types?
#23
ccorcos
closed
8 years ago
4
readme: fix rectangle area example
#22
eush77
closed
9 years ago
2
serialization/deserialization of actions
#21
yelouafi
opened
9 years ago
6
automate release process
#20
davidchambers
closed
9 years ago
1
npm version is behind
#19
jimf
closed
9 years ago
3
Prototype based version
#18
alexeygolev
closed
8 years ago
12
added environment conditions
#17
alexeygolev
closed
9 years ago
4
Remove runtime type checks for production
#16
alexeygolev
closed
8 years ago
6
Next