File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 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 )
1134Released on 2023-10-15
1235
Original file line number Diff line number Diff line change 11
22Pod ::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"
You can’t perform that action at this time.
0 commit comments