Releases: charlymr/XlsxReaderWriter
Releases · charlymr/XlsxReaderWriter
2.5.0
- Version 2.5 is introducing an important dependency changes
- The Library ZipArchive (https://github.com/samsoffes/ssziparchive), has been integrated and is use internally now.
- WARNING: ZipArchive is no longer a dependency of this project, if you depend on it, import it by another mean
- Made XlsxReaderWriter dependencies less & self contain
- Fixed #33 'Again errors when opening Excel files'
Full Changelog: 2.4.3...2.5.0
2.4.3
2.4.2
2.4.1
2.4.0 - 2019-11-13
- Version 2.4 is introducing an important dependency changes
- The Library XMLDictionary is Deprecated, for this reason the code
has been integrated and refactored to avoid Name collision - WARNING: XMLDictionary is no longer a dependency of this project, if you depend on it, import it by another mean or
- The Library XMLDictionary is Deprecated, for this reason the code
- Carthage integration
- Refactored Import to be more module friendly (and moved header import to implmeention as much as possible)
- Some refactoring on XMLDictionary to increase performance
- 2.4.0 fixed an issue while saving files. Please do not use previous 2.4.0 beta 4 if you intend to edit files.
Thanks to @Florrr & @luchspeter - Updated for Xcode 11.2
2.3.5 - 2018-05-13
2.3.4 - 2018-02-25
- As of this version, the minimum system requirement are iOS 8.0, macOS 10.9
- Added Travis for automatic testing
- Merged Liquidsoul fork as he fixed Testing
- Merged brvignesh PullRequest #94
- Merged bryant1410 PullRequest #77
- Added Support for Xcode 9.3 and future proof build (it was failing due to new compiler recommended settings by Apple)
2.3.3 - 2018-02-12
- Updated Specs to use the latest version of SSZipArchive '~> 2.1'
- Fixed some ocumentation warnings
- Fixed a Null pointer exception case in BRAContentTypes
2.3.2 - 2017-11-06
- Fixed conditional for Cocoapods Lint (MacOS vs. iOS)
- Changed podspec to point outside Cocoapods main repo (As I don't have rigth to push for the public Pod)
See: Issue #88 - original renebigot/XlsxReaderWriter - Updated readme to explain how to use this repo
- Fixed Bug preventing SSZipArchive to extract folder
- Fixed cocoapods and added FrameWorks support (for Xcode 9+ and Swift 4)