Skip to content

Releases: EasyAbp/EShop

5.1.0

27 Dec 15:07
d9103f3
Compare
Choose a tag to compare

How to Upgrade

Add EF Core migrations and update the database.

What's Changed

Full Changelog: 5.0.2...5.1.0

5.0.0

01 Nov 04:12
90e287a
Compare
Choose a tag to compare

How to Upgrade

Add EF Core migrations and update the database.

What's Changed

Full Changelog: 4.3.0...5.0.0

4.3.0

24 Jul 19:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.3.0

4.2.0

28 May 13:55
Compare
Choose a tag to compare

What's Changed

  • Fix the Product to ProductView mapping by @gdlcf88 in #265

Full Changelog: 4.1.0...4.2.0

4.1.0

04 May 09:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

15 Apr 13:36
Compare
Choose a tag to compare

How to upgrade?

  1. Update the modules' NuGet packages version.
  2. Try adding EF Core migrations and correcting the migration files' content.

Important New Features

Breaking Changes

  • Some entity classes have been refactored. See #251 and #241.
  • Some entity interfaces are refactored to include sub-entities. See #241.
  • ProductSkuDto.DiscountedPrice has been removed. The ProductSkuDto.Price now includes product discounts. See the commit.

What's Changed

  • Fix MongoDbContext method names in plugin modules by @gdlcf88 in #239
  • Make entity interfaces include sub-entities by @gdlcf88 in #241
  • Refactor Order aggregate and move business to domain layer by @gdlcf88 in #242
  • Implement product discounts by @gdlcf88 in #251
  • Clear the product view cache when product discounts begin or end by @gdlcf88 in #252
  • Introduce EffectGroup and refactor product/order discounting by @gdlcf88 in #254
  • Implement the BFS discount election by @gdlcf88 in #255
  • Introduce Promotions plugin module by @gdlcf88 in #240
  • Add RuleData in OrderDiscountPreviewInfoModel by @gdlcf88 in #256
  • Introduce IOrderDiscount by @gdlcf88 in #257
  • Add the missing OrderDiscounts EF Core relationship loading by @gdlcf88 in #258
  • Batch discount products to improve performance by @gdlcf88 in #259
  • Fix a bug of the order discount and create UTs by @gdlcf88 in #260
  • Docs for Promotions module and sample app improvements by @gdlcf88 in #261

Full Changelog: 3.6.1...4.0.0

3.6.0

09 Apr 11:21
bf91d41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.6.0

3.5.0

27 Mar 08:41
Compare
Choose a tag to compare

Please execute EF Core migrations.

What's Changed

  • Improve the implementation of ExtraProperties by @gdlcf88 in #236
  • Add the Overview property to the Product entity by @gdlcf88 in #237

Full Changelog: 3.4.0...3.5.0

3.3.0

14 Jan 05:47
4cc3bf2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

08 Jan 11:01
4e59b10
Compare
Choose a tag to compare

Breaking Changes

PaymentService module 2.2.0 has breaking changes. See https://github.com/EasyAbp/PaymentService/releases/tag/2.2.0.

What's Changed

  • Use async methods to get DbContext, Queryable, and DbSet by @gdlcf88 in #229
  • Upgrade to PaymentService 2.2.0 by @gdlcf88 in #230

Full Changelog: 3.1.0...3.2.0