Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.77 KB

CHANGELOG.rst

File metadata and controls

56 lines (37 loc) · 1.77 KB

Change log

0.0.7 - 20.07.2017

Updated

  1. the intialization method has been modified. please call init_excel(app) before you do anything else. This change was made in order to apply for approved flask extension status. And by doing this change, it will support multiple Flask apps and only the app that was initialized with init_excel gets Flask-Excel and other apps in your BIG app won't get affected.

0.0.6 - 22.06.2017

Updated

  1. #22: support downloadfile name in unicode(including Chinese texts)

0.0.5 - 21.08.2016

Updated

  1. compatibility with pyexcel v0.2.2: automatic discovery of pyexcel plugins.
  2. #15: file name may have more than one dot

0.0.4 - 15.01.2016

Updated

  1. #8: set file name in response

0.0.3 - 01.07.2015

Updated

  1. code refactoring. less code lines in Flask-Excel and more reusable code in pyexcel-webio

0.0.2 - 21.05.2015

Added

  1. turn query sets into a response

0.0.1 - 22.01.2015