Skip to content

Latest commit

 

History

History
206 lines (115 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

206 lines (115 loc) · 3.89 KB

[3.3.1] - 21/01/2023

  • Fixed web platform issues from pub dev
  • Added custom path provider for web

[3.3.0] - 15/01/2023

  • Fixed web platform issues

[3.2.1] - 15/01/2023

  • Fixed analyze issue

[3.2.0] - 15/01/2023

  • Added little improvement for sembast and etc.
  • Fixed web support problem

[3.1.1] - 15/06/2022

  • Generic error model added on network manager. NetworkManager

[3.0.1] - 15/06/2022

  • Fixed U8IntList problem.

[3.0.0] - 15/06/2022

  • Error widget mechanism added when your network is gone.

[2.8.1] - 15/06/2022

  • Error model parser added

[2.8.0] - 12/03/2022

  • Force parser added with parameter.
  • Coding improvement for decode

[2.7.0] - 04/12/2021

  • Request can cancelable.
  • HttpCertificate added
  • Some readme problems fixed.
  • A little improvement about parser etc.

[2.6.0] - 04/12/2021

  • Added new feature as a primitive send, It will be provide primitive service response.
  • Cancellation support added for very request.

[2.5.0] - 04/12/2021

  • Updated to new dio version 4.0.+
  • Retry mechanism has changed by google retry package.
  • QueuedInterceptorsWrapper used instead of lock mechanism. (dio #590)

[2.4.3] - 29/09/2021

  • Empty model compare problems has fixed.

[2.4.2] - 29/09/2021

  • Error log has linked to enable logger property.

[2.4.1] - 29/09/2021

  • error model parse has added.

[2.4.0] - 29/09/2021

  • uploadFile method added, it able to upload file.

[2.3.5] - 29/09/2021

  • Every multipart file exported for Multipart request.

[2.3.4] - 29/08/2021

  • Formdata exported for public access.

[2.3.3] - 29/08/2021

  • MultipartFile options exported to outside.

[2.3.2] - 21/08/2021

  • INetwork Model problem fixed so it's accept null return.

[2.3.1] - 21/08/2021

  • Parse exception log added.
  • Network Model accept to nullable map object.
  • Flutter lints improvement.

[2.3.0] - 21/08/2021

  • Base headers control has added.
  • File download options has return byte array fixed.
  • Web export problem fixed.

[2.2.2] - 30/07/2021

  • Successful response code range added.(200> &300<)

[2.2.1] - 20/06/2021

  • Refresh token veriable problem has fixed

[2.2.0] - 30/05/2021

  • File download wih progress callback.
  • Error log message added with logger package

[2.1.5] - 15/04/2021

  • Added simple download manager

[2.1.0] - 15/04/2021

  • Cache operation has fixed for null safety.

[2.0.0-nullsafety.10] - 15/04/2021

  • Some bug fix lasttt :)

[2.0.0-nullsafety.9] - 15/04/2021

  • Some bug fix.

[2.0.0-nullsafety.8] - 10/01/2021

  • Export to interceptors values
  • Add more public documentation

[2.0.0-nullsafety.7] - 10/01/2021

  • Dio null safety migration

[2.0.0-nullsafety.6] - 10/01/2021

  • Interceptor export add library.

[2.0.0-nullsafety.5] - 10/01/2021

  • Object mapper fixed

[2.0.0-nullsafety.4] - 05/01/2021

  • Object type conver to dynamic.

[2.0.0-nullsafety.3] - 05/01/2021

  • To json and From Json Model architecture fixed.

[2.0.0-nullsafety.2] - 05/01/2021

  • Map parsing error has fixed with null safety.

[2.0.0-nullsafety.1] - 05/01/2021

  • Vexana adapt to null safety.

[1.3.1] - 05/01/2021

  • Fixed primitive type response and added test.

[1.3.0] - 05/01/2021

  • Response and Request preview on editor null fixed.

[1.2.2] - 20/11/2020

  • Minor fix and export options added.

[1.2.1] - 20/11/2020

  • Cache use detail added to the documentation.

[1.2.0] - 20/11/2020

  • Network cache options added project.
  • Remove all cache options added.

[1.1.5] - 18/11/2020

  • Retry options add on refresh token mechanism
  • On Refresh Fail added.

[1.1.0] - 17/11/2020

  • The user gave logging options
  • Refresh token options added.

[1.0.0] - 22/10/2020

  • Version 1.0.0 updated.
  • Readme and todos prepared.
  • Wiki Created.

[0.0.1] - 20/10/2020

  • Project template created.
  • Base models has been defined.
  • Logger options added,
  • User custom error model added.