Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse Changelog order #66

Merged
merged 1 commit into from
Aug 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 49 additions & 49 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,44 @@
# Rainbow changelog

## 1.0.0 (2008-7-21)

* initial version

## 1.0.1 (2009-3-19)

* Windows support
## 3.0.0 (2017-04-21)

## 1.0.2 (2009-5-15)
* drop MRI 1.9.3 compatibility
* drop MRI 2.0 compatibility

* improved support for ruby 1.8.6 and 1.9.1
## 2.2.2 (2017-04-21)

## 1.0.3 (2009-7-26)
* added explicit rake dependency to fix installation issue

* rainbow methods don't mutate the original string object anymore
## 2.2.1 (2016-12-28)

## 1.0.4 (2009-11-27)
* fixed gem installation (2.2.0 was a broken release)

* support for 256 colors
## 2.2.0 (2016-12-27)

## 1.1 (2010-6-7)

* option for enabling/disabling of escape code wrapping
* auto-disabling when STDOUT is not a TTY
* improved Windows support
* added Ruby 2.4 support
* added `bold` alias method for `bright`

## 1.1.1 (2011-2-7)
## 2.1.0 (2016-01-24)

* added X11 color support
* fixed `require` issue when rainbow is used as a dependency in another gem
* improved Windows support

## 1.1.2 (2011-11-13)
## 2.0.0 (2014-01-24)

* improved compatibility with MRI 1.9.3
* disable string mixin by default

## 1.1.3 (2011-12-6)
## 1.99.2 (2014-01-24)

* improved compatibility with MRI 1.8.7
* fix for regression with regards to original string mutation
* bring back ruby 1.8 support

## 1.1.4 (2012-4-28)
## 1.99.1 (2013-12-28)

* option for forcing coloring even when STDOUT is not a TTY (CLICOLOR_FORCE env var)
* fix for frozen strings
* drop support for ruby 1.8
* `require "rainbow/string"` -> `require "rainbow/ext/string"`
* custom rainbow wrapper instances (with separate enabled/disabled state)
* shortcut methods for changing text color (`Rainbow("foo").red`)

## 1.99.0 (2013-12-26)

Expand All @@ -51,42 +48,45 @@
* support for MRI 1.8.7, 1.9.2, 1.9.3, 2.0 and 2.1, JRuby and Rubinius
* deprecation of Sickill::Rainbow namespace (use Rainbow.enabled = true instead)

## 1.99.1 (2013-12-28)
## 1.1.4 (2012-4-28)

* drop support for ruby 1.8
* `require "rainbow/string"` -> `require "rainbow/ext/string"`
* custom rainbow wrapper instances (with separate enabled/disabled state)
* shortcut methods for changing text color (`Rainbow("foo").red`)
* option for forcing coloring even when STDOUT is not a TTY (CLICOLOR_FORCE env var)
* fix for frozen strings

## 1.99.2 (2014-01-24)
## 1.1.3 (2011-12-6)

* bring back ruby 1.8 support
* improved compatibility with MRI 1.8.7
* fix for regression with regards to original string mutation

## 2.0.0 (2014-01-24)
## 1.1.2 (2011-11-13)

* disable string mixin by default
* improved compatibility with MRI 1.9.3

## 2.1.0 (2016-01-24)
## 1.1.1 (2011-2-7)

* added X11 color support
* fixed `require` issue when rainbow is used as a dependency in another gem
* improved Windows support

# 2.2.0 (2016-12-27)
## 1.1 (2010-6-7)

* improved Windows support
* added Ruby 2.4 support
* added `bold` alias method for `bright`
* option for enabling/disabling of escape code wrapping
* auto-disabling when STDOUT is not a TTY

# 2.2.1 (2016-12-28)
## 1.0.4 (2009-11-27)

* fixed gem installation (2.2.0 was a broken release)
* support for 256 colors

# 2.2.2 (2017-04-21)
## 1.0.3 (2009-7-26)

* added explicit rake dependency to fix installation issue
* rainbow methods don't mutate the original string object anymore

## 1.0.2 (2009-5-15)

# 3.0.0 (2017-04-21)
* improved support for ruby 1.8.6 and 1.9.1

* drop MRI 1.9.3 compatibility
* drop MRI 2.0 compatibility
## 1.0.1 (2009-3-19)

* Windows support

## 1.0.0 (2008-7-21)

* initial version