Skip to content

Latest commit

 

History

History
145 lines (108 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

145 lines (108 loc) · 3.27 KB

1.1.1

  • Upgrade overlay_support: ^2.1.0
  • Replaced deprecated DioError with DioException
  • Fixed minor lint error

1.1.0

  • Upgrade Dio ^5.

0.1.5

  • Changed video_player and Chewie to Better Player. Better Player will be used to display videos.

0.1.4

  • Updated texts in call details to be selectable
  • Fixed general bugs
  • Fixed video not disposed properly

0.1.3

  • Updated documentation

0.1.2

  • Updated dependencies
  • Added documentation
  • General refactor

0.1.1

  • Removed sound in ios notification
  • Upgraded local notification library

0.1.0

  • Promoted to 0.1.0
  • Added Android/iOS dummy classes for pubdev score fix

0.0.33

  • Fixed share issue

0.0.32

  • Code style refactor

0.0.31

  • Fixed file save path of iOS
  • Fixed Stream request body

0.0.30

  • Added better duration and bytes formatting

0.0.29

  • Added possibility to add generic http call
  • Refactored rendering of invalid body in application/json response

0.0.28

  • Fixed rendering body responses of unknown content-type

0.0.27

  • UI polishing
  • File & email content polishing

0.0.26

0.0.25

  • Added notificationIcon parameter
  • Added better notification handling
  • Refactored codebase
  • Added setNavigatorKey method
  • Added FormData support for Dio requests

0.0.24

  • Updated dependencies
  • Prepare for 1.0.0 version of sensors and package_info. (dart_lsc)

0.0.23

  • Updated to dart 2.6.0
  • Added AliceHttpExtensions, AliceHttpClientExtensions

0.0.22

  • Updated dependencies
  • Refactored response page. If response is image or video, Alice will show it in response page. Large body outputs will be not shown by default. There is a "Show body" button to show large output.

0.0.21

  • Added Chopper support
  • Added AndroidX support

0.0.20

  • Updated dependencies

0.0.19

  • Updated dependencies

0.0.18

  • Added share option in call details. Share allows user to share curl of the request. (by: Praveenkumar Ramasamy https://github.com/pravinarr)

0.0.17

0.0.16

  • Fixed server text overflow

0.0.15

  • Updated dependencies

0.0.14

  • Fixed Dio API breaking change

0.0.13

  • Updated dependencies
  • Notification won't init when showNotification is off

0.0.12

  • Updated flutter local notification dependency version
  • Refactor

0.0.11

0.0.10

  • Added stats feature
  • Added save feature
  • Added secured/not secured connection indicator in call list item
  • Query parameters feature (Dio only)
  • Fix for Uint8List SDK breaking change
  • Updated dependencies
  • Refactored code

0.0.6

  • Fixed http/http package requests

0.0.5

  • Updated dependencies
  • Navigator key can be provided now from application (instead of using Alice's navigator key)

0.0.4

  • Updated Kotlin version

0.0.3

  • Removed gif from package

0.0.2

  • Bug fixes

0.0.1

  • Initial release