Skip to content

Releases: topbitdu/unidom-shopping

The v1.7.8 Release

24 Apr 01:25
Compare
Choose a tag to compare
  1. As Item Shopper shared examples
  2. Improve the RSpec shared examples manifest to require the As Item Shopper shared examples

The v1.7.7 Release

14 Apr 03:54
Compare
Choose a tag to compare
  1. As Cart Shopper shared examples
  2. Improve the RSpec shared examples manifest to require the As Cart Shopper shared examples

The v1.7.6 Release

01 Apr 13:37
Compare
Choose a tag to compare
  1. As Shopped shared examples

The v1.7.5 Release

23 Mar 10:46
Compare
Choose a tag to compare
  1. As Shop shared examples
  2. RSpec shared examples manifest

The v1.7.4 Release

16 Mar 03:09
Compare
Choose a tag to compare
  1. Improve the Shopping Item model for the validations on the #unit_price attribute, & the #quantity attribute
  2. Improve the Shopping Item spec for the validations on the #unit_price attribute, & the #quantity attribute

The v1.7.3 Release

07 Mar 14:34
Compare
Choose a tag to compare
  1. Improve the Shopping Item spec for the shopping_cart_is scope

The v1.7.2 Release

02 Mar 11:37
Compare
Choose a tag to compare
  1. Improve the Shopping Cart spec for the has_many :items, class_name: 'Unidom::Shopping::ShoppingItem' macro
  2. Improve the Shopping Item spec for the belongs_to :shopping_cart, class_name: 'Unidom::Shopping::ShoppingCart' macro

The v1.7.1 Release

17 Feb 02:14
Compare
Choose a tag to compare
  1. Improve the Shopping Item spec for the validations on the #unit_price attribute, & the #quantity attribute

The v1.7 Release

29 Jan 09:22
Compare
Choose a tag to compare
  1. Models RSpec examples manifest
  2. Types RSpec examples manifest
  3. Validators RSpec examples manifest

The v1.6.5 Release

20 Jan 05:28
Compare
Choose a tag to compare
  1. Improve the Ruby Gem Specification to depend on unidom-common v1.9
  2. Improve the models to support the namespace neglecting