File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Change Log
9
9
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
+
10
33
## [ 2.0.03] ( https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03 )
11
34
Released on 2023-10-15
12
35
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |spec |
3
3
spec . name = "FlexLayout"
4
- spec . version = "2.0.03 "
4
+ spec . version = "2.0.04 "
5
5
spec . summary = "FlexLayout"
6
6
spec . homepage = "https://github.com/lucdion/FlexLayout.git"
7
7
spec . license = "MIT license"
You can’t perform that action at this time.
0 commit comments