We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08f4f6 commit f933d6fCopy full SHA for f933d6f
CHANGELOG.md
@@ -2,9 +2,21 @@
2
3
## [Unreleased]
4
5
+## [0.1.0] - Oct 27, 2024
6
+
7
+- Accept Dart SDK versions above 3.0 (`sdk: ^3.0.0`).
8
9
+- Add class modifiers.
10
11
+- Update dependencies:
12
+ - `http: ^1.1.0`.
13
+ - `rxdart_ext: ^0.3.0` (~ `rxdart: ^0.28.0`).
14
+ - `cancellation_token_hoc081098: ^2.0.0`.
15
16
## [0.0.1-dev.0] - Dec 6, 2022
17
18
- Initial version.
19
-[Unreleased]: https://github.com/hoc081098/http_client_hoc081098/compare/0.0.1-dev.0...HEAD
20
+[Unreleased]: https://github.com/hoc081098/http_client_hoc081098/compare/0.1.0...HEAD
21
+[0.1.0]: https://github.com/hoc081098/http_client_hoc081098/releases/tag/0.1.0
22
[0.0.1-dev.0]: https://github.com/hoc081098/http_client_hoc081098/releases/tag/0.0.1-dev.0
0 commit comments