Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leoafarias/pub_api_client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: leoafarias/pub_api_client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.0
Choose a head ref
  • 16 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 20, 2023

  1. Loosen constraint on collection for Flutter

    ```console
    Running "flutter pub get" in pub_stats...                       
    Because every version of flutter_test from sdk depends on collection 1.16.0 and pub_api_client >=2.3.0 depends on collection ^1.17.0, flutter_test from sdk is incompatible with pub_api_client >=2.3.0.
    So, because pub_stats depends on both pub_api_client ^2.3.0 and flutter_test from sdk, version solving failed.
    pub get failed (1; So, because pub_stats depends on both pub_api_client ^2.3.0 and flutter_test from sdk, version solving failed.)
    ```
    Rexios80 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cd62c5e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Merge pull request #31 from Rexios80/patch-1

    Loosen constraint on `collection` for Flutter
    leoafarias authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    10e90ad View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. v2.5.0 (Dart SDK 3+ ; update dependencies)

    - Set the minimum Dart SDK version to `3.0.0`.
      - sdk: ">=3.0.0 <4.0.0"
    
    - Update dependencies:
      - collection: ^1.17.2
      - http: ^1.1.0
      - oauth2: ^2.0.2
      - path: ^1.8.3
      - build_runner: ^2.4.6
      - lints: ^2.1.1
      - test: ^1.24.4
    
    - Fix: `analysis_options.yaml`
      - Was referencing `pedantic` but should reference `lints`.
    - Minor lint fix `pub_api_client_base.dart`.
    gmpassos committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8581412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134ac35 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    ff40462 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from gmpassos/main

    Update dependencies; Dart SDK version to `3.0.0`.
    leoafarias authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    db58581 View commit details
    Browse the repository at this point in the history
  3. Clean up

    leoafarias committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    818e1cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3b1ea6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #37 from leoafarias/feature/customize-user-agent

    Ability to customize user agent
    leoafarias authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    795215e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95eef03 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #38 from leoafarias/fix/handle-invalid-json-error

    Fix/handle invalid json error
    leoafarias authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    79d7622 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    leoafarias committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8ef9a19 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    06b5092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b13678 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from leoafarias/chore/update-doc-endpoint

    Chore/update doc endpoint
    leoafarias authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    69f17a8 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    leoafarias committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f2c542b View commit details
    Browse the repository at this point in the history
Loading