Skip to content

v1.7.0

Compare
Choose a tag to compare
@ysmoradi ysmoradi released this 24 Jan 17:23

1- Ability to define multiple odata modules for the same assembly/assemblies.
2- Support for MS.Extensions.DI in cs client + Added http Client using its services.
3- INavService now has a method to navigate back to a specific page. Thanks to @jaguel
4- Async JSON read in odata server side. It also ignores requests without body. Thanks to @MoienTajik
5- Added OnPlatform tag to xaml of cs client.

6- Splitted Bindable & TrackableBindable in cs client.
7- MinWidth & MinHeight has been set to 1 in cs client's UWP platform.
8- Added application exceptions to cs client.
9- CSClient now throws a LoginFailureException for unsuccessful logins.
10- Bit's JSON formatter now ignores props marked with [NotMapped] attributes.
11- Renamed EnableMultiVersionWebApiSwagger to EnableMultiVersionWebApiSwaggerWithUI.