Skip to content

Commit 3b64b9b

Browse files
committed
Merge tag '2.0.0' into develop
Updated to NNBD
2 parents 65a32c7 + 885ffa4 commit 3b64b9b

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,51 @@
11
# Changelog
22

3-
## [1.1.1]
3+
## 2.0.0
4+
5+
* Updated to NNBD
6+
7+
## 1.1.1
48

59
* Update docs
610

7-
## [1.1.0]
11+
## 1.1.0
812

913
* Moved `group` and `groupMap` to common extensions
1014

11-
## [1.0.0]
15+
## 1.0.0
1216

1317
* Added `distinctWhere`, `unionWhere`, `intersectionWhere`, `differenceWhere` extensions
1418
* Added `minWhere`, `maxWhere`, `minOrNullWhere`, `maxOrNullWhere` extensions
1519

16-
## [0.5.0]
20+
## 0.5.0
1721

1822
* Added `whereList`, `whereMapList`, `mapWhereList`, `notNull` extensions
1923
* Added `sumWhere`, `averageWhere` extensions
2024
* Redo examples
2125

22-
## [0.4.1]
26+
## 0.4.1
2327

2428
* Migrated to GitHub
2529
* Minor refactorings
2630
* Updated homepage link
2731

28-
## [0.4.0]
32+
## 0.4.0
2933

3034
* Added group and groupMap methods
3135
* Updated example
3236

33-
## [0.3.0]
37+
## 0.3.0
3438

3539
* Added tests
3640
* Updated README
3741

38-
## [0.2.0]
42+
## 0.2.0
3943

4044
* Moved `List` `set` extensions to `Iterable` `set` extensions
4145
* Moved `List` `common` extensions to `Iterable` `common` extensions
4246
* Added examples
4347

44-
## [0.1.0]
48+
## 0.1.0
4549

4650
* Created `Iterable` `common` extensions
4751
* Created `Iterable` `comparable` extensions

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flinq
2-
version: 1.1.1
2+
version: 2.0.0
33
homepage: https://github.com/marchdev-tk/flinq
44
description: Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
55

0 commit comments

Comments
 (0)