Skip to content

Releases: charlymr/XlsxReaderWriter

2.5.0

25 Nov 11:23
4571ad0
Compare
Choose a tag to compare
  • 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

17 Sep 17:46
ece5d25
Compare
Choose a tag to compare
  • Fixed Carthage! Thanks ddaddy fro the support!
  • Added back tvOS support

2.4.2

02 Aug 09:01
d4a1f74
Compare
Choose a tag to compare
  • Added swift package support
  • can see the target of hyperlinks. They show as non-nil targetStrings of the cell. (David Phillip Oster)

2.4.1

02 Aug 09:01
beaa8bb
Compare
Choose a tag to compare
  • XCode 12 update
  • Use angled bracket imports (Darren Jones)
  • Using GEM
  • Carthage update

2.4.0 - 2019-11-13

13 Nov 10:16
60ee8a7
Compare
Choose a tag to compare
  • 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
  • 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

13 May 10:27
Compare
Choose a tag to compare

2.3.4 - 2018-02-25

25 Feb 11:30
413dd03
Compare
Choose a tag to compare
  • 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

25 Feb 11:30
Compare
Choose a tag to compare
  • 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

25 Feb 11:31
Compare
Choose a tag to compare
  • 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)