Skip to content

Commit bfd1374

Browse files
committed
Update version 2.0.04
1 parent 7f62a62 commit bfd1374

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@
77

88
# Change Log
99

10+
## [2.0.04](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.04)
11+
Released on 2024-01-06
12+
13+
#### Enhance Swift Package experience
14+
15+
- Change the Swift Package Manager to be available without `FLEXLAYOUT_SWIFT_PACKAGE` flag
16+
- add public header path
17+
- remove `FLEXLAYOUT_SWIFT_PACKAGE`
18+
- remove library for internal (FlexLayoutYoga, FlexLayoutYogaKit)
19+
- move the unit test to the swift package with XCTest
20+
21+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#232](https://github.com/layoutBox/FlexLayout/pull/232)
22+
23+
#### Split the Example project in 2 projects (Cocoapods & SPM)
24+
25+
Split the Example project in 2 projects:
26+
27+
* `FlexLayoutSample`: Use cocoapods dependency manager
28+
* `FlexLayoutSample-SPM`: Use SPM (Swift Packager Manager) dependency manager
29+
30+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#240](https://github.com/layoutBox/FlexLayout/pull/240)
31+
32+
1033
## [2.0.03](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03)
1134
Released on 2023-10-15
1235

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "2.0.03"
4+
spec.version = "2.0.04"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)