|
1 | 1 |  |
2 | 2 | <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
3 | 3 | <p align="center"> |
4 | | - <a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-3.0.0-orange" alt="pub"></a> |
| 4 | + <a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-3.1.0-orange" alt="pub"></a> |
5 | 5 | <a href="https://github.com/wuba/fair"><img src="https://img.shields.io/badge/platform-flutter-blue.svg" alt="github"></a> |
6 | 6 | <a href="https://fair.58.com/"><img src="https://img.shields.io/badge/doc-fair.58.com-green.svg" alt="doc"></a> |
7 | 7 | <a href="https://github.com/wuba/fair/LICENSE"><img src="https://img.shields.io/badge/license-BSD-green.svg" alt="license"></a> |
@@ -50,7 +50,7 @@ Assuming that the fair project and your own project are in the same folder: |
50 | 50 | ```yaml |
51 | 51 | # add Fair dependency |
52 | 52 | dependencies: |
53 | | - fair: 3.0.0 |
| 53 | + fair: 3.1.0 |
54 | 54 |
|
55 | 55 | # add build_runner and compiler dependency |
56 | 56 | dev_dependencies: |
@@ -173,6 +173,27 @@ Hot update platform: [FAIR PUSHY](https://github.com/wuba/FairPushy) |
173 | 173 |
|
174 | 174 | ## versions |
175 | 175 |
|
| 176 | +### 3.1.0 |
| 177 | +updateDate:2023.03.14 |
| 178 | + |
| 179 | +- Upgrade analyzer library to 5.5.0; |
| 180 | +- Dart function to JS supports parameter passing; |
| 181 | +- JS Object value compatibility; |
| 182 | +- Remove kotlin dependencies from fair/android; |
| 183 | +- Add custom parsing for IconData; |
| 184 | +- The generation of optional positional parameters is modified to obtain pa; |
| 185 | +- Fixed missing OptionalPositional default values; |
| 186 | +- Remove the generation time from the generation.fair. dart comment; |
| 187 | +- Added the ignore unnecessary_import operation; |
| 188 | +- Fixed incorrect assignment of Sugar.switchCase key and defaultValue; |
| 189 | +- binding was changed to SplayTreeMap to increase search efficiency, especially for lists, where duplicate tags are searched for a short time; |
| 190 | +- Exposing specialBinding so that users can override a value; |
| 191 | +- When the provider is added to the _binding, the Settings set by the user prevail for quick modification; |
| 192 | +- Fixed the loadCoreJs package splicing problem; |
| 193 | +- Reduced minSdkVersion to 16; |
| 194 | +- runApplication supports specifying the package in which the JS resides; |
| 195 | +- Fixed error in calling context in the _reload method. |
| 196 | + |
176 | 197 | ### 3.0.0 |
177 | 198 | updateDate:2022.11.17 |
178 | 199 |
|
|
0 commit comments