You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
All notable changes to this project will be documented in this file.
3
3
4
4
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
-
and the project versioning adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
5
+
and the project versioning adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
6
6
7
-
## [1.9.0] - UNRELEASED
7
+
## [1.9.0] - 2021-11-19
8
8
### Added
9
9
-[#103](https://github.com/serpro69/kotlin-faker/issues/103)[core] Add support for `Collection` types in `RandomProvider#randomClassInstance`
10
10
-[#96](https://github.com/serpro69/kotlin-faker/issues/96)[core] Add `randomSubset` and `randomSublist` to `RandomService`
11
11
-[#92](https://github.com/serpro69/kotlin-faker/issues/92)[core] Add `randomString` function to `RandomService`
12
12
-[#86](https://github.com/serpro69/kotlin-faker/issues/86)[core] Generate birth-date based on the age
13
13
14
-
### Changed
14
+
### Changed
15
15
-[#108](https://github.com/serpro69/kotlin-faker/issues/108) Update kotlin to 1.6.0
16
16
-[#100](https://github.com/serpro69/kotlin-faker/issues/100)[core] Add deprecation warning for `RandomService#nextString` since it's going to be replaced with `RandomService#randomString`
17
17
-[#97](https://github.com/serpro69/kotlin-faker/issues/97)[core] Change `RandomService#nextString` to generate strings only within given locale
0 commit comments