Sha256: 1bfbfd14349166bf2fee7d3bbd095990cb0ba9895016b8634697cda245b3209a

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

### 1.0.1

* Added a retry logic to the FactoryBot reloading on the POST/create endpoint
  in order to handle parallel requests properly (#13)

### 1.0.0

* Bundler >= 2.3 is from now on required as minimal version (#12)
* Dropped support for Ruby < 2.5 (#12)
* Dropped support for Rails < 5.2 (#12)
* Updated all development/runtime gems to their latest
  Ruby 2.5 compatible version (#12)

### 0.8.0

* Added `FactoryBot.reload` to the initializer code to ensure the factories
  are in place.

### 0.7.1

* Migrated to Github Actions
* Migrated to our own coverage reporting

### 0.7.0

* Dropped Rails 4 support

### 0.6.0

* Added support for custom error handling and improved the default error
  handling on FactoryBot usage (#9)

### 0.5.1

* Corrected a bug on the scenario description update (#8)

### 0.5.0

* Added support for custom before action logics (#7)

### 0.4.0

* Added support for configurable rendering (#6)

### 0.3.0

* Removed CI support for Ruby 2.3 (it never worked before)
* Fixed the overwrite params bug on Rails 4.2
* Added a test suite for the engine

### 0.2.0

* Removed the Gemfile locks and added the to the ignore list
* Dropped Rails 3 support
* Added support for Bundler 1 and 2

### 0.1.0

* Added the initial code base

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
factory_bot_instrumentation-1.0.1 CHANGELOG.md