http_mock_adapter 0.1.4 copy "http_mock_adapter: ^0.1.4" to clipboard
http_mock_adapter: ^0.1.4 copied to clipboard

outdated

HTTP mock adapter for Dio & Mockito. By simply defining requests and corresponding responses through predefined adapters, you will be able to mock requests sent via Dio.

Changelog #

All notable changes to this project will be documented in this file.

Minor versions will be bundled with more important versions.

The format is influenced by Keep a Changelog.

Subsequently, the date entry follows YYYY-MM-DD format in accordance with the ISO 8601 standard.

This project adheres to Semantic Versioning.


0.1.4 - 2020-12-28 #

  • Updated
    • Addeed throws functionality to test dio exceptions

    • Changes in architecture.

    • Corrected Signiture bug.


0.1.3 (2020-12-4) #

  • Updated
    • Update package's documentation

    • Update request handling through headers


0.1.2 - 2020-11-26 #

  • Updated
    • Improved GitHub Actions workflow upon each version update on each push made to main branch

0.1.1 - 2020-11-23 #

  • Added

    • Author metadata
    • Automatic publishing on https://pub.dev through GitHub Actions
  • Updated

    • Routing logic
    • Package ocumentation

0.1.0 - 2020-11-20 #

  • Added

    • History mixin to keep track of request history
    • HTTP methods
    • RequestRouted - exposes developer-friendly methods which take in routes
    • RequestHandler - The handler of requests sent by clients
    • DioAdapter without mockito
    • Mocked version of DioAdapter
    • Tast cases
    • Non-sequential responding
  • Removed

    • MockHandler - temporarily deprecated (ensures that mock data is saved and retrieved from the disk)

0.0.1 - 2020-11-09 #

  • Added
    • The MIT License
183
likes
0
points
195k
downloads

Publisher

verified publisherlomsa.com

Weekly Downloads

HTTP mock adapter for Dio & Mockito. By simply defining requests and corresponding responses through predefined adapters, you will be able to mock requests sent via Dio.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, meta, mockito

More

Packages that depend on http_mock_adapter