Skip to content

Releases: Freshly/stockpot

v0.4.3

26 Oct 16:10
Compare
Choose a tag to compare
  • Add test coverage for all endpoints

v0.4.2

04 Jun 00:38
Compare
Choose a tag to compare
  • ACTUALLY fixes CreateRecords controller not handling factory attributes correctly.

v0.4.1

04 Jun 00:24
Compare
Choose a tag to compare
  • Fixes CreateRecords controller not handling factory attributes correctly.

v0.4.0

04 Jun 00:17
7881a2e
Compare
Choose a tag to compare

Greatly reduces the gap between a rails app and cypress.

create action now allows creation of multiple records.
Records controller now allow for multiple calls to the same model, effectively returning the correct data.
Better error handling, that specifies the model and property that did not pass validation.
Add support for querying all keys stored in REDIS.
Validation is now triggering correctly and rolling back any changes within the call.
The create#records now returns based on Ids instead of relying on a specific record order.
No more stubbing FactoryBot, there is a method that exposes the class name.

v0.3.1

06 Apr 19:47
Compare
Choose a tag to compare
Backmerging CHANGELOG for v0.3.1