Skip to content

Releases: sunnyfounder/boxenn

v3.0.0

21 Jan 05:41
Compare
Choose a tag to compare

What's Changed

  • Add CI on github action, included rspec unit test and rubocop linter check
  • Add example code works with sidekiq
  • Add basic README

For more details

Full Changelog: v2.3.0...v3.0.0

v2.3.0

10 May 07:06
Compare
Choose a tag to compare

Feature

  • repository save & destroy allow array of entities or single entity input

v2.2.0

15 Apr 04:58
Compare
Choose a tag to compare

Feature

  • Use Case return array when failure

FIx

  • Repository all primary key transform to schema with mapper

v2.1.2

14 Apr 06:54
Compare
Choose a tag to compare

Fix

  • Repositories find by identity return nil if not exist
  • Use Case add trace failure

v2.2.0-unstable

14 Apr 06:59
Compare
Choose a tag to compare

Feature

  • Use Case return array when failure

v2.1.1

17 Mar 04:31
Compare
Choose a tag to compare

Fix

  • rename Usecase -> UseCase

v2.1.0

31 Dec 06:48
Compare
Choose a tag to compare

Feature

  • repository add destroy method

v2.0.0

24 Dec 09:41
Compare
Choose a tag to compare

Feature

  • Entity infrastructure
  • Repository detail class interface (factory, record mapper, source wrapper)
  • Repository redesign

v1.0.1

23 Dec 10:38
Compare
Choose a tag to compare

Fix

  • Usecase add dry initializer

v1.0.0

10 Dec 09:05
Compare
Choose a tag to compare

Feature

  • Repository base infrastructure
  • Query Object base infrastructure
  • Usecase base infrastructure