Skip to content

Commit 8f10510

Browse files
committed
doc: add obs-name, bump version
1 parent 0cb08c1 commit 8f10510

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

gui-easy-lib/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang info
22

33
(define license 'BSD-3-Clause)
4-
(define version "0.19.1")
4+
(define version "0.20")
55
(define collection "racket")
66
(define deps
77
'("base"

gui-easy/gui/easy/scribblings/reference.scrbl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,15 @@ that equality (via @racket[equal?]) is preserved for
878878
observable may be updated.
879879
}
880880

881+
@defproc[(obs-name [o obs?]) symbol?]{
882+
Returns the name of @racket[o].
883+
884+
@tech{Observables} implement @racket[prop:object-name], so the name of
885+
an observable is also accessible generically via @racket[object-name].
886+
887+
@history[#:added "0.20"]
888+
}
889+
881890
@defproc[(obs-rename [o obs?]
882891
[name symbol?]) obs?]{
883892

0 commit comments

Comments
 (0)