github aspnetboilerplate/aspnetboilerplate v1.0.0.0

latest releases: v9.2.0, v9.1.3, v9.1...
7 years ago

Since this is the first major release, v1.0, we removed obsolete APIs and identical classes to make it cleaner. So, almost all applications will be broken, but it's very easy to fix them by following the issues in the BREAKING CHANGES section.

FEATURES

  • #960 Implement a Value-Object Base class.

BREAKING CHANGES

  • #1200 Completely remove IInputDto, IOutputDto, IDto interfaces.
  • #1402 Remove and rename duplicate DTO classes.
  • #1401 Delete all obsolete methods.
  • #1015 DynamicApiControllerBuilder should not be static.
  • #793 Remove Permission.IsGrantedByDefault option.
  • #1376 Upgrade to OData 6.0.

ENHANCEMENTS

  • #1393 Create similar AggregateRoot base classes like AuditedEntity.
  • #1411 Repository.Get should throw EntityNotFoundException if entity not found.
  • #974 Do not remove JQueryMvcFormUrlEncodedFormatter.
  • #831 Open change logs after nuget package updates.
  • #1412 Introduce IHasErrorCode to set returned Error Code for AJAX requests.
  • #1390 Should trigger AbpHandledException for auth exceptions.
  • #1415 Provide a way to replace EntityFrameworkGenericRepositoryRegistrar.

BUG FIXES

  • #1403 AbpCommonHub NullReferenceException.

See the related blog post: http://volosoft.com/asp-net-boilerplate-1-0-final-release/

Don't miss a new aspnetboilerplate release

NewReleases is sending notifications on new releases.