ASP.NET Boilerplate v4.12 Release Notes

Release Date: 2020-02-20 // about 4 years ago
  • ๐Ÿ”‹ Features

    • โšก๏ธ PR #5137: Enhance EFPlus' extension methods to support BatchDelete & BatchUpdate. (by maliming)

    โœจ Enhancements

    • PR #5167: Added RoleDisplayName property to StaticRoleDefinition class. (by maliming)

    ๐Ÿ› Bug Fixes

    • PR #5187: use current tenant Id in PermissionManager GetAllPermission (by demirmusa)
    • ISSUE #5185: PermissionManager GetAllPermission should set tenant id of FeatureDependencyContext #5184

    Others

    • PR #5270: Entity History will not always create history record for shadow property (by ryancyq)
    • โฑ PR #5265: Add Timeout property to dapper repository. (by maliming)
    • ๐Ÿ”€ PR #5201: Remove sync methods usage of Async queryable executer For 4.x (by ryancyq)
    • PR #5173: Added settings parameter to beforeSend method. (by maliming)
    • PR #5144: Fix localization getSource TypeScript function to allow multiple format args (by worthy7)