ruby_jard v0.3.1 Release Notes

Release Date: 2020-09-23 // over 3 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

Previous changes from v0.3.0

  • tour-1

    • Filter feature
    • ๐Ÿ†• New variable screen look and feel
    • ๐Ÿ‘Œ Improve website and documentation page.
    • ๐Ÿ‘Œ Improve color-scheme command
    • ๐Ÿ‘‰ Use Thread sequential label instead of Thread's object id
    • โœ… Complete testing infrastructure.
    • ๐Ÿ›  Fix multiple performance issues.