Skip to content

Commit cf9934a

Browse files
authored
Merge pull request #15 from CodingAleCR/feature/testing
Feature: Testing.
2 parents 2e89547 + f250712 commit cf9934a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+573
-531
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
* Added: Unit testing for a few of the files.
6+
* Modified: Android and iOS projects both in the plugin and the example now use Kotlin/Swift.
7+
* Modified: Android projects both in the plugin and the example now use AndroidX namespaces.
8+
* Fixed: Last '&' character was not removed from parametized URLs.
9+
* Fixed: Duplicate GET parameters when using `get`.
10+
311
## 0.1.1
412

513
* Fixed: HTTP Methods have misaligned parameters. Now they are called via named parameters to avoid type mismatch exceptions when being used.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Pub](https://img.shields.io/pub/v/http_interceptor.svg)](https://pub.dev/packages/http_interceptor)
44
[![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)
6+
[![codecov](https://codecov.io/gh/CodingAleCR/http_interceptor/branch/master/graph/badge.svg)](https://codecov.io/gh/CodingAleCR/http_interceptor)
67
[![Star on GitHub](https://img.shields.io/github/stars/codingalecr/http_interceptor.svg?style=flat&logo=github&colorB=deeppink&label=stars)](https://github.com/codingalecr/http_interceptor)
78

89
A middleware library that lets you modify requests and responses if desired. Based of on [http_middleware](https://github.com/TEDConsulting/http_middleware)

analysis_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:effective_dart/analysis_options.1.1.0.yaml
1+
include: package:effective_dart/analysis_options.1.2.1.yaml

android/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 44 deletions
This file was deleted.

android/gradle.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

android/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

android/src/main/kotlin/com/example/http_interceptor/HttpInterceptorPlugin.kt

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)