Sha256: e4f8273a0a044032a2d7d6b34f7cb11090fda30536b8019bf779a1e0f5f16da0

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 KB

Contents

# Change Log
All notable changes to this project will be documented in this file.

## Not released

## 0.2.0 - 2019-11-02

### Added

- `parameters` method to define path or requests params for the whole file.
- A simple Rails application now acts as example and is used to generate some
of the fixtures.

### Changed

- method `path_params` can now use a reference to a previously defined parameters
  set. The method has a new signature: `path_params(fields: nil, defined: nil)`. Update
  the existing calls accordingly. To use params defined with `parameters`, use the
  `defined` option: `path_params defined: :common_path_params`
- method `request_params` can now use a reference to a previously defined parameters
  set. The method has a new signature: `request_params(attributes: nil, defined: nil)`. Update
  the existing calls accordingly. To use params defined with `parameters`, use the
  `defined` option: `request_params defined: :common_form_params`

## 0.1.5 - 2019-10-31

### Fixed

- Fixed issue with POST/PUT/DELETE requests with no `request_params`
- Improved documentation (integration with Devise, typos and mistakes)

## 0.1.4 - 2019-10-24

### Added

- Added support for arrays of objects in request parameters

## 0.1.3 - 2019-10-23

### Added

- Added ability to document API descriptions, servers, etc... from the RSpec helper files
  
## 0.1.2 - 2019-10-22

### Added

- Added `item` property for arrays descriptions

## 0.1.1 - 2019-10-22

- Added support for custom headers in request examples (useful for `visit` method)

## 0.1.0 - 2019-10-21

Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-rails-api-0.2.0 CHANGELOG.md