Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 27, 2020
1 parent 367319b commit 28bba9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.8.0-dev.1

- [#124](https://github.com/passsy/kt.dart/pull/124) `KtList.of` and `KtSet.of` now allow `null` as parameters. Same for `listOf` and `setOf`
- [#120](https://github.com/passsy/kt.dart/pull/120) Standard extensions `let`, `also`, `takeIf` and `takeUnless`
- [#120](https://github.com/passsy/kt.dart/pull/120) `TODO([String message])` top-level function which throws `NotImplementedException`
- [#120](https://github.com/passsy/kt.dart/pull/120) `repeat(int times, void Function(int) action)` top-level function
- [#126](https://github.com/passsy/kt.dart/pull/126) Allow const `.empty()` constructors for `KtList`, `KtMap` and `KtSet` (Thanks @TimWhiting)
- [#127](https://github.com/passsy/kt.dart/pull/127) `plus`, `minus` operator overrides for `KtSet`, returning `KtSet` and not `KtList` as the `KtIterable` operators do

## 0.7.0+1

- Fix unused import
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kt_dart
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.
version: 0.7.0+1
version: 0.8.0-dev.1
homepage: https://github.com/passsy/kt.dart

environment:
Expand Down

0 comments on commit 28bba9f

Please sign in to comment.