Releases: ericphanson/Asciicast.jl
Releases · ericphanson/Asciicast.jl
v0.1.3
Asciicast v0.1.3
- Add
loop_delay
option for@cast
blocks - Expose
idle_time_limit
in@cast
blocks - Fix parsing of delay in
@cast
blocks to not truncate
Merged pull requests:
- add
loop_delay
documenter option, exposeidle_time_limit
, and fix parsing ofdelay
in@cast
blocks to not truncate (#39) (@ericphanson)
Closed issues:
- Delay before the next loop starts (#38)
v0.1.2
Asciicast v0.1.2
Merged pull requests:
- Add width argument to Documenter (#35) (@efaulhaber)
- Bump version for release (#36) (@ericphanson)
Closed issues:
- Set number of columns in Documenter (#34)
v0.1.1
Asciicast v0.1.1
Merged pull requests:
- Allow
include
in cast blocks (#33) (@ericphanson)
Closed issues:
- Include not defined (#32)
v0.1.0
Asciicast v0.1.0
Initial release! Provides:
@cast
Documenter integration, for animated REPL execution in docscast_readme
for generating gifs in READMEscast""
string macro, for generating.cast
files to use elsewhere- and more!
Merged pull requests:
- Initial functionality (#1) (@ericphanson)
- update readme (#2) (@ericphanson)
- fix
matcher
, add named example (#3) (@ericphanson) - Modify
capture
to write events "as they happen" (#4) (@ericphanson) - make delay modifiable by keyword arguments (#5) (@ericphanson)
- enable color in docs (#11) (@ericphanson)
- add
record_output
(#12) (@ericphanson) - add cast macro; rename
@gif
to@cast
for Documenter; add show method toCast
(#13) (@ericphanson) - Updates (#14) (@ericphanson)
- Improve docs, apis (#16) (@ericphanson)
- inline into documenter (#17) (@ericphanson)
- fixes (#18) (@ericphanson)
- Add gif functionality (#19) (@ericphanson)
- fix syntax highlighting (#20) (@ericphanson)
- add section, more documenter options (#21) (@ericphanson)
- Tweaks and improvements (#22) (@ericphanson)
- Require opt-ing in to exceptions (#23) (@ericphanson)
- mention some alternatives (#27) (@ericphanson)
- Features and improvements (#28) (@ericphanson)
Closed issues: