Skip to content

Releases: fortio/term

v0.23.0-fortio-6

10 Aug 20:07
6308a8b
Compare
Choose a tag to compare

What's Changed

  • Change history default to 99 from 100 so history printed with %02d looks good by @ldemailly in #7

Full Changelog: v0.23.0-fortio-5...v0.23.0-fortio-6

v0.23.0-fortio-5

10 Aug 17:29
07a4a9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0-fortio-4...v0.23.0-fortio-5

v0.23.0-fortio-4

09 Aug 18:32
ed77b0f
Compare
Choose a tag to compare

What's Changed

  • Add ReplaceLatest() to mutate top of history. Add comments. Expose DefaultHistoryEntries as const by @ldemailly in #5

Full Changelog: v0.23.0-fortio-3...v0.23.0-fortio-4

v0.23.0-fortio-3

09 Aug 16:17
e4cae6f
Compare
Choose a tag to compare

What's Changed

  • Add AutoHistory(false) option (default remains true) to not automatically add to the History by @ldemailly in #4

Full Changelog: v0.23.0-fortio-2...v0.23.0-fortio-3

v0.23.0-fortio-2

08 Aug 23:44
7796a13
Compare
Choose a tag to compare

What's Changed

  • Don't add adjacent duplicates to history by @ldemailly in #3

Full Changelog: v0.23.0-fortio-1...v0.23.0-fortio-2

v0.23.0-fortio-1

08 Aug 19:28
113a4d5
Compare
Choose a tag to compare

What's Changed

  • Expose History() AddToHistory() and NewHistory() so users of the library can save and restore the history (#1 / golang#15 )

Based on/derived from https://github.com/golang/term/releases/tag/v0.23.0

Full Changelog: golang/term@v0.23.0...fortio:term:v0.23.0+fortio-1