ruby_jard v0.3.1 Release Notes
Release Date: 2020-09-23 // over 4 years ago-
๐ This release fixes bunch of bugs, and performance issues reported by the users after beta launch. No new features are introduced.
- ๐ Pry and Byebug backward compatibility: #39, #45
- ๐ Error with non-UTF8 encoding in the output: #55
- ๐ Ctrl+D not working: #34
- ๐ Errors if putting jard with
<%= jard %>
in ERB: #35 - ๐ Handle standard stream redirections, and prevent Jard from attachment in invalid TTY device: #38, #46, #53
- ๐ Bring back auto-resize when window size changes: #40
- ๐ Improve performance after
exit
command: #49 - ๐ Handle edge cases in Jard color decorator: #54
- ๐จ Escape all special characters and line feeds before printing stuff into the screen: #57