Skip to content

Releases: dragonfruitnetwork/rest-client

2021.1104.1

04 Nov 20:54
792e624
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2021.910.2...2021.1104.1

2021.910.2

10 Sep 16:52
Compare
Choose a tag to compare
Merge branch 'ienumerable-fix'

2021.910.1

10 Sep 16:47
5111905
Compare
Choose a tag to compare
Merge pull request #83 from dragonfruitnetwork/ienumerable-fix

allow deserialization of ienumerables

2021.910

10 Sep 16:27
3be2cda
Compare
Choose a tag to compare
Merge pull request #82 from dragonfruitnetwork/reduce-serializer-ctors

Update ApiClient to expose less ctors

2021.908.1

08 Sep 18:21
591412b
Compare
Choose a tag to compare
Merge pull request #81 from dragonfruitnetwork/apiclient-cleanup

update default serializers to use new methods

2021.908

08 Sep 17:00
163543b
Compare
Choose a tag to compare

Adds new serializer system that is set to replace the old one. most cases everything will work as normal, but some parts will no longer work. This can be fixed by:

  • Using the new ApiSerializer instead of ISerializer
  • Using SerializerResolver.Register<T, TSerializer>() instead of IntermediateSerializer

2021.828

28 Aug 12:29
9f666b6
Compare
Choose a tag to compare

Adds under the hood optimisations for json deserialization and file downloads

2021.821.6

21 Aug 20:47
2cc917a
Compare
Choose a tag to compare
revert bom changes

2021.821.5

21 Aug 19:24
Compare
Choose a tag to compare
add back encoding and disable utf8 bom

2021.821.4

21 Aug 17:52
Compare
Choose a tag to compare
remove the charset