Skip to content

Commit fc0bcbb

Browse files
chore(master): release 3.2.0
1 parent 046c418 commit fc0bcbb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.1.0...v3.2.0) (2023-11-27)
4+
5+
6+
### Features
7+
8+
* 620 - autocomplete for all taxonomy names and fuzziness levels ([#835](https://github.com/openfoodfacts/openfoodfacts-dart/issues/835)) ([046c418](https://github.com/openfoodfacts/openfoodfacts-dart/commit/046c4189a116fdd20b2e2100def665f07094a786))
9+
* 620 - Elastic Search autocomplete for categories ([#834](https://github.com/openfoodfacts/openfoodfacts-dart/issues/834)) ([1672f1a](https://github.com/openfoodfacts/openfoodfacts-dart/commit/1672f1a01fc8055866ee30b1594940fda589d10b))
10+
* 836 - localizable and clickable server error ([#837](https://github.com/openfoodfacts/openfoodfacts-dart/issues/837)) ([a40101c](https://github.com/openfoodfacts/openfoodfacts-dart/commit/a40101c2b0c0b8aefe2f761bf4718be31022c84b))
11+
* new field pageCount for searchResult ([#823](https://github.com/openfoodfacts/openfoodfacts-dart/issues/823)) ([1d88bbf](https://github.com/openfoodfacts/openfoodfacts-dart/commit/1d88bbfac3411bfe150745034a4e28067628ac0f))
12+
* new localized product fields for generic name ([#828](https://github.com/openfoodfacts/openfoodfacts-dart/issues/828)) ([a98cfcb](https://github.com/openfoodfacts/openfoodfacts-dart/commit/a98cfcb3d1e127b5a57d6a7e70db163906ac2661))
13+
14+
15+
### Bug Fixes
16+
17+
* 829 - no more crash if the user name is not ASCII/ISO-8859-1 ([#830](https://github.com/openfoodfacts/openfoodfacts-dart/issues/830)) ([8a23aee](https://github.com/openfoodfacts/openfoodfacts-dart/commit/8a23aeef41307fd85d5f119da0fd60470b6d39db))
18+
319
## [3.1.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.0.0...v3.1.0) (2023-10-28)
420

521

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: openfoodfacts
22
description: Dart package for the Open Food Facts API, a food products database made by everyone, for everyone.
33
# The version is automatically, temporarily increased by the release workflow, changing it manually has no effect.
4-
version: 3.1.0
4+
version: 3.2.0
55
homepage: https://github.com/openfoodfacts/openfoodfacts-dart
66

77
environment:

0 commit comments

Comments
 (0)