Releases: JuliaGizmos/Observables.jl
Releases · JuliaGizmos/Observables.jl
v0.5.5
Observables v0.5.5
Merged pull requests:
- Fix a typo (#103) (@fingolfin)
- fix custom obsfuncs + add back obs.inputs (#105) (@SimonDanisch)
- Add priority to map (#110) (@ffreyer)
- Get an actualy unique ID (#111) (@SimonDanisch)
v0.5.4
Observables v0.5.4
Merged pull requests:
- fix show for custom callback functors (#101) (@SimonDanisch)
v0.5.3
Observables v0.5.3
Closed issues:
- [0.4.0] why not keep
connect!
same as 0.3.x, change the docs and make a new func? (#70) - MapUpdater doesn't accept AbstractObservables{T} other than Observables{T} (#72)
- Is there any chance, that Observer value causes blocks? (#74)
- Order-dependent failure to execute handler (#78)
Merged pull requests:
- api improvements (#81) (@SimonDanisch)
- Custom display for ObserverFunction (#82) (@timholy)
- api improvements + compile times (#84) (@SimonDanisch)
- fix connect! + clean up (#86) (@SimonDanisch)
- Update TagBot.yml (#89) (@musm)
- better show and a bit better compile times (#92) (@SimonDanisch)
- Reintroduce setexcludinghandlers! (#97) (@rasmushenningsson)
- Create Invalidations.yml (#98) (@ranocha)
- Fix typo in docstring (#99) (@Sagnac)
- fix docs (#100) (@SimonDanisch)
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)
v0.3.3
v0.3.2
Observables v0.3.2
Closed issues:
- Use Int for ID instead of string (#18)
- Confusing behavior on setindex! of a vector Observable (#31)
- Question: Would it make sense to make
val
aRef{T}
? (#46)
Merged pull requests:
- Introduce self-deregistering closures for on / onany (#48) (@jkrumbiegel)
v0.3.1
v0.3.0
Observables v0.3.0
Closed issues:
Merged pull requests:
- catch + print errors manually (#26) (@SimonDanisch)
- do not require changed value to update throttled observable (#28) (@piever)
- remove precompile statement (#30) (@musm)
- Fix spelling (#32) (@hgeorgako)
- update docs (#33) (@piever)
- fix documentation (#35) (@cserteGT3)
- fix ojects objects typo (#36) (@milesfrain)
- fix documentation (#37) (@SimonDanisch)
- Create Project.toml (#38) (@asinghvi17)
- Install TagBot as a GitHub Action (#39) (@JuliaTagBot)
- improvements (#40) (@SimonDanisch)
fix show + error catching
Merge pull request #26 from JuliaGizmos/sd-trycatch catch + print errors manually