Skip to content

Commit 9f8a240

Browse files
committed
Bump version to 1.1.0
1 parent 1e9bd9c commit 9f8a240

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 1.1.0
4+
5+
- [#190](https://github.com/passsy/kt.dart/pull/190) `KtMutableMapEntry.setValue()` is now implemented (thx @hugobrancowb)
6+
- [#188](https://github.com/passsy/kt.dart/pull/188) Added `KtIterable.firstNotNullOf()` `KtIterable.firstNotNullOfOrNull()` (thx @hugobrancowb)
7+
- [#196](https://github.com/passsy/kt.dart/pull/196) Methods, returning mutated copies are now marked with `@useReslt` (thx @nohli)
8+
- [#197](https://github.com/passsy/kt.dart/pull/197) `mapNotNull`, `mapNotNullTo`, `mapIndexedNotNull`, `mapIndexedNotNullTo`, `filterNotNullTo` work now correctly for non-nullable types
9+
310
## 1.0.0
411

512
- [#183](https://github.com/passsy/kt.dart/pull/183) New: `KtIterable.sumOf` thx @nohli

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is a port of Kotlin's [Kotlin Standard library](https://kotlinlang.
1111

1212
```yaml
1313
dependencies:
14-
kt_dart: ^0.10.0
14+
kt_dart: ^1.1.0
1515
```
1616
1717
```dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kt_dart
22
description: This project is a port of kotlin-stdlib for Dart/Flutter projects. It includes collections (KtList, KtMap, KtSet) with 150+ methods as well as other useful packages.
3-
version: 1.0.0
3+
version: 1.1.0
44
repository: https://github.com/passsy/kt.dart
55
issue_tracker: https://github.com/passsy/kt.dart/issues
66

0 commit comments

Comments
 (0)