v3.0.0
- Remove
Signal.sequential
static method - Change
Signal.periodic
to emit sequential numbers - Add
Signal#first
method - Add
Signal#last
method - Add index to
map
,filter
,fold
, andscan
methods - Add
Signal.merge
static method - Add
Signal.zip
static method - Add
Signal.zipWith
static method - Remove combinator functions from exports
- Extract keyboard and mouse signals into
bulb-input
package