Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Sep 26, 2024
1 parent b5d2625 commit cc5dac4
Showing 1 changed file with 51 additions and 54 deletions.
105 changes: 51 additions & 54 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,179 +5,176 @@
## 2.7.0

* Updated schema by @leoafarias
* Add missing field to pubspec by @jxstxn1
* Added missing field to pubspec by @jxstxn1

## 2.6.0

- Feature: Added topics parameters to search method
- Chore: Improved models equality and toString methods
- Fix: Hanging on close [#40](https://github.com/leoafarias/pub_api_client/pull/40)
* Feature: Added topics parameters to search method
* Chore: Improved models' equality and toString methods
* Fix: Hanging on close [#40](https://github.com/leoafarias/pub_api_client/pull/40)

## 2.5.0

- Feature: Ability to customize user-agent
- Chore: Set the minimum Dart SDK version to `3.0.0`. by @gmpassos
- Chore: Update dependencies by @gmpassos
- Chore: Switched analysis to use `lints` by @gmpassos
- Chore: Pub.dev API no longer returns latestStableVersion for documentation endpoint
- Fix: Handle invalid json on exception
* Feature: Ability to customize user-agent
* Chore: Set the minimum Dart SDK version to `3.0.0` by @gmpassos
* Chore: Updated dependencies by @gmpassos
* Chore: Switched analysis to use `lints` by @gmpassos
* Chore: Pub.dev API no longer returns latestStableVersion for documentation endpoint
* Fix: Handle invalid JSON on exception

## 2.4.0

- Add the ability to search with any tags [32](https://github.com/fluttertools/pub_api_client/pull/32) thanks @Rexios80
* Added the ability to search with any tags [32](https://github.com/fluttertools/pub_api_client/pull/32) thanks @Rexios80

## 2.3.0

- Updated dependencies
- Removed freezed
* Updated dependencies
* Removed freezed

## 2.2.2

- chore: Updated dependencies
- Updated min SDK Version to 2.17
* Chore: Updated dependencies
* Updated min SDK version to 2.17

## 2.2.1

Thank you [@Rexios80](https://github.com/Rexios80) for all the great contributions

- chore: Updated dependencies
- fix: Recursive paging shares client
- added: More tests
* Chore: Updated dependencies
* Fix: Recursive paging shares client
* Added: More tests

## 2.2.0

- Fixed `Client` interace for custom HTTP Client by @Rexios80 [#17](https://github.com/leoafarias/pub_api_client/pull/17)
- Added Flutter Favorites, Google Packages and Publisher Package request helpers.
* Fixed `Client` interface for custom HTTP Client by @Rexios80 [#17](https://github.com/leoafarias/pub_api_client/pull/17)
* Added Flutter Favorites, Google Packages, and Publisher Package request helpers.

## 2.1.1

- Added `close` method to PubClient
* Added `close` method to PubClient

## 2.1.0

### Fixed

- Exposed SearchOrder for sorting
* Exposed SearchOrder for sorting

## 2.0.7

### Added

- Ability to sort search results.
* Ability to sort search results

## 2.0.6

### Changed

- PackageScore nullable fields. Package metrics does not return fields when package is being processed. [#10](https://github.com/leoafarias/pub_api_client/issues/10)
* PackageScore nullable fields. Package metrics do not return fields when the package is being processed. [#10](https://github.com/leoafarias/pub_api_client/issues/10)

## 2.0.5

### Changed

- PublisherId is now a nullable string
* PublisherId is now a nullable string

## 2.0.4

### Added

- Better exception messaging
* Better exception messaging

## 2.0.3

### Added

- Support for retrieve pub credentials on windows
* Support for retrieving pub credentials on Windows

## 2.0.2

### Added

- Ability to list liked packages
- Like and unlike a package
* Ability to list liked packages
* Like and unlike a package

## 2.0.1

### Added

- Ability to get all package names for completion functionality
* Ability to get all package names for completion functionality

### Changed

- Fetching Google packages calls hosted static file
* Fetching Google packages calls hosted static file

### Removed

- Check latest update API
- Deprecated packages to keep smaller dependency tree
* Check latest update API
* Deprecated packages to keep a smaller dependency tree

## 2.0.0

### Changed

- Deprecated checkUpdatePrinter
- Null safety
* Deprecated checkUpdatePrinter
* Null safety

## 1.0.9

### Changed

- Ability to pass custom http Client as param.
- Changed latest version to display stable version only
* Ability to pass custom HTTP Client as a parameter
* Changed latest version to display stable version only

## 1.0.8

### Changed

- Added search filter for `publisher` or for `dependency`
- Added Google packages helpers
* Added search filter for `publisher` or for `dependency`
* Added Google packages helpers

## 1.0.7

### Changed

- Added package publisher
- Added package options
- Added package version info
- Added documentation
- Exposed models
* Added package publisher
* Added package options
* Added package version info
* Added documentation
* Exposed models

## 1.0.5

### Changed

- Better pubspec parsing
* Better pubspec parsing

## 1.0.4

### Changed

- Added check for package update
- Added console printer for package update
* Added check for package update
* Added console printer for package update

## 1.0.3

### Changed

- Added user-agent to requests
* Added user-agent to requests

## 1.0.2

### Changed

- Further improvements
* Further improvements

## 1.0.1

### Changed

- Test improvements and API clean up
* Test improvements and API cleanup

## 1.0.0

### Changed

- Initial version

[Unreleased]:
[2.0.1]:
* Initial version

0 comments on commit cc5dac4

Please sign in to comment.