v0.4.0
Observables v0.4.0
Closed issues:
map
does not infere type (#34)- Trying to solve design issues with Observables2 (#47)
map
document may introduce misunderstanding (#49)- Mapping observable leads to world age error (#50)
Merged pull requests:
- Fix
connect!
(#55) (@timholy) - Reimplement ObservablePairs and eliminate notify keyword (#56) (@timholy)
- Add a convenience utility for locating the origin of methods (#57) (@timholy)
- Move notification to
notify
(#58) (@timholy) - Minor code-cleanups (#59) (@timholy)
- Let
map
store ObserverFuncs & add precompile (#60) (@timholy) - Adjust specialization of
on
andmap
(#61) (@timholy) - Rework
map
andmap!
(#62) (@timholy) - Add tests for
show
(#63) (@timholy) - Improvements to the documentation (#64) (@timholy)
- Always use invokelatest (#65) (@timholy)
- Update on value change (#68) (@yha)