Revision history for nuggets¶ ↑
1.6.1 [2022-05-18]¶ ↑
-
Ruby 3.1 compatibility.
1.6.0 [2018-07-12]¶ ↑
-
Added
JSON.*_{multi,canonical}
.
1.5.0 [2016-04-19]¶ ↑
-
Added
String#format
. -
Added
String#highlight
. -
Dropped IO::NULL, available as File::NULL since Ruby 1.9.3.
1.4.0 [2015-10-02]¶ ↑
-
Added File.open_file.
-
Added
Array#extract_options
.
1.3.0 [2015-07-07]¶ ↑
-
Added
Hash.{identity,array}
.
1.2.1 [2015-04-14]¶ ↑
-
Ruby Core compatibility for
Enumerable#minmax
etc. Issue #4 by @codez.
1.2.0 [2015-03-13]¶ ↑
-
Extracted
Nuggets::RubyMixin
fromNuggets::Ruby
. -
Added
Hash#deproc
.
1.1.0 [2014-11-26]¶ ↑
-
Nuggets::LogParser::Rails
no longereval
s the params hash; set the environment variableNUGGETS_LOG_PARSER_RAILS_EVAL_PARAMS
to restore this behaviour. -
Added
Object#rescue_if
andObject#rescue_unless
. -
Added JRuby variant of
Process.ruby
.
1.0.1 [2014-08-27]¶ ↑
-
Added
DATA.{consume,reposition,update}
. -
Added
Module#query_attr
. -
Added
Module#lazy_attr
. -
Added
Integer#to_roman
. -
Added
Numeric#signum_s
. -
Added
Array#interpolate
.
1.0.0 [2014-06-20]¶ ↑
-
First release under new name. Formerly known as ruby-nuggets.