Skip to content

Commit bd2fb64

Browse files
authored
Merge pull request #62 from bitPogo/release/0.3.0/prepare-0.3.0
Prepare Release 0.3.0
2 parents 0b73e3b + 522f455 commit bd2fb64

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6868

6969
* Gradle 7.4.2 -> 7.5
7070
* Kotlin 1.6.21 -> 1.7.0
71+
* AtomicFu 0.17.3 -> 0.18.2
72+
* Stately 1.2.1 -> 1.2.3
7173
* Android Target SDK 31 -> 32
7274

7375
## [0.2.0](https://github.com/bitPogo/kfixture/compare/v0.1.0...v0.2.0)

docs/src/changelog.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/changelog.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Changelog
2+
3+
All important changes of this project must be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased](https://github.com/bitPogo/kfixture/compare/v0.3.0...main)
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
### Bumped
23+
24+
## [0.3.0](https://github.com/bitPogo/kfixture/compare/v0.2.0...v0.3.0)
25+
26+
### Added
27+
28+
* SelectorGenerator
29+
* RangedGenerator for:
30+
- UByte
31+
- Short
32+
- UShort
33+
- UInt
34+
- ULong
35+
- Float
36+
- Char
37+
* SignedNumberGenerator for:
38+
- Byte
39+
- Short
40+
- Int
41+
- Long
42+
- Double
43+
* RangedArrayGenerator for:
44+
- UByteArray
45+
- UShortArray
46+
- UIntArray
47+
- ULongArray
48+
- FloatArray
49+
- CharArray
50+
- String
51+
* SignedArrayNumberGenerator for:
52+
- ByteArray
53+
- ShortArray
54+
- IntArray
55+
- LongArray
56+
- DoubleArray
57+
* BooleanArrayGenerator is now a ArrayGenerator
58+
* DependentGeneratorFactory in order to build Generators on top of other Generators
59+
* Filter
60+
* custom generator for Generics
61+
* support for Enums
62+
63+
### Changed
64+
65+
* iterable of fixture is now called option
66+
67+
### Bumped
68+
69+
* Gradle 7.4.2 -> 7.5
70+
* Kotlin 1.6.21 -> 1.7.0
71+
* AtomicFu 0.17.3 -> 0.18.2
72+
* Stately 1.2.1 -> 1.2.3
73+
* Android Target SDK 31 -> 32
74+
75+
## [0.2.0](https://github.com/bitPogo/kfixture/compare/v0.1.0...v0.2.0)
76+
77+
### Bumped
78+
79+
* Kotlin 1.6.10 -> 1.6.21
80+
* AtomicFu 0.17.1 -> 0.17.3
81+
82+
## [0.1.0](https://github.com/bitPogo/kfixture/compare/releases/tag/v0.1.0)
83+
84+
Initial release.

0 commit comments

Comments
 (0)