Skip to content

Latest commit

 

History

History
executable file
·
60 lines (50 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

executable file
·
60 lines (50 loc) · 2.88 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.5.0

  • Version 2.5 is introducing an important dependency changes
    • The Library ZipArchive is 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 or
  • Made XlsxReaderWriter dependencies less & self contain
  • Fixed #33 'Again errors when opening Excel files'

2.4.3

  • Fixed Carthage! Thanks ddaddy fro the support!
  • Added back tvOS support

2.4.2

  • 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

  • XCode 12 update
  • Use angled bracket imports (Darren Jones)
  • Using GEM
  • Carthage update

2.4.0

  • 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.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)