Skip to content

Releases: gharibi/JsObjExporter

Resolved the issue with the wrong exporter headers in IE

21 Sep 10:56

Choose a tag to compare

Hi there! in this version we have resolved the issue with the wrong exporter headers in Internet Explorer. Happy coding!

Updated the package dependencies

06 Sep 12:21

Choose a tag to compare

Hi there, after a while I updated the dependency versions to the latest to make sure this library is always up-to-date. Happy coding!

Updated the minified version of the library

29 May 10:06

Choose a tag to compare

Hi there. As you know, npm is evolving, therefore we are trying to be in sync with the latest updates in project dependencies to provide a fully functional library. In this version, we updated the project dependencies and accordingly released a new minified file. Happy coding!

Supporting custom column separator in CSV exports

09 Mar 21:12

Choose a tag to compare

Hi there! in this version we have the below updates:

  • Added columnSeparator: <char|string> as a new property for CSV exports to define the desired column separator.
  • Resolved the issue in printing pdf using the latest version of FireFox.

Also special thanks to @farrukhsubhani for his assistance.

Updated the minified version of the library

23 Jan 15:43

Choose a tag to compare

Hi there! in this version we have updated the minified version of the API.

Resolved the issue with the wrong id in the DOM exporter

22 Jan 20:34

Choose a tag to compare

Hey there! there was an issue with the id in DOM exporter which was resolved in this version.

Supporting export from DOM objects to PDF

12 Jan 21:39

Choose a tag to compare

Hi there! now the plugin supports exporting from DOM object (using DOM Id) to PDF. Enjoy!

Improved CSV exporter

22 Nov 12:23

Choose a tag to compare

Hi there! here we are back with an update for the CSV exporter. Now you can generate CSV's even if the row cells have no data.

Supporting the repeat header

04 Oct 07:31

Choose a tag to compare

In this version a major functionality called repeat table headers is implemented. This will improve the visualization of the repeatables specially for the pdf and doc exports.

Supporting title and title style for the XLS exportable

18 Sep 09:07

Choose a tag to compare

This version was an update after a few months. In this version, you can provide a document title and document title style for your export exportables.