v0.5.0 - 2019-10-08
- Add ability to create frames without specifying width or height
- Add #info, #warn, #success, #error ready frames for status messages inspired by conversation with Konstantin Gredeskoul(@kigster)
- Change #frame to accept content as an argument in addition to a block
- Change to match titles with border styling
v0.4.1 - 2019-08-28
- Add example to demonstrate different line endings
- Fix to handle different line endings
v0.4.0 - 2019-06-05
- Change gemspec to require Ruby >= 2.0.0
- Change to update tty-cursor dependency
- Fix issue with displaying box with colored content
v0.3.0 - 2018-10-08
- Add border parameters :top_left, :top_right, :bottom_left & :bottom_right to allow specifying values for box corners
- Add :ascii border type for drawing ASCII boxes
- Fix box color fill to correctly recognise missing borders and match the height and width
- Fix absolute content positioning when borders are missing
v0.2.1 - 2018-09-10
- Fix content alignment by @DannyBen
v0.2.0 - 2018-07-31
- Change to stop positioning box without
:top
&:left
coordinates - Change to load manually required files in gemspec without using git
v0.1.0 - 2018-07-23
- Initial implementation and release