Sha256: 761f1c7326c4381f98f545dab26bc319ef1eabf3173e8bf498eca27c0faf59bb

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

## 1.1.0 - 2016-03-24

### API Changes
- `ReverseParameters` instance will now be `ReverseParameters::Base`. This should not change any usage.

### Enhancement
- Add Ruby 2.1 Refinements ie. `using ReverseParameters` to enable `Method#reverse_parameters` and  `UnboundMethod#reverse_parameters`

## 1.0.0 - 2016-03-24

### API Changes
- ReverseParameters.new keyword arg :blocks_as_values moved to `ReverseParameters#arguments(blocks_as_values: [true, false])`

### Enhancement
- CoreExt to Ruby Code (Monkey Patch) `Method#reverse_parameters` and  `UnboundMethod#reverse_parameters`. This is not required by default, to use `require 'reverse_parameters/core_ext'`.

## 0.4.0 - 2016-03-14

### Enhancement
- Add the ability to pass blocks as values with the options blocks_as_values: true given in the initializer. 

## Initial 0.3.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reverse_parameters-1.1.0 CHANGELOG.md