All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.3.0 - 2015-09-17
- Add
xml
property to worksheet objects when retrieving them. - Add method to update a worksheet title and size
- Add option to pass size variable when adding a new worksheet.
- Rename properties
_links
tolinks
.
1.2.1 - 2015-09-11
- Fix
package.json
main property pointing to./lib/index.js
instead of./index.js
.
1.2.0 - 2015-09-10
- Add Travis CI integration and .travis.yml file.
- Add
istanbul
module and Coveralls integration to Travis CI. - Add
dotenv
module and.env.sample
file. - Add methods to add and delete worksheets.
- Change tests from
nodeunit
tomocha
+chai
. - Change test for deleting all rows to delete them from bottom to top.
- Separate lib into classes and moved files to
./lib
. - Change name of
util
class tohelpers
to avoid conflict with Node'sutil
package.
- Remove
test_creds.json
file.
1.1.0 - 2015-09-08
- Add
.editorconfig
,.jshintrc
and.jscsrc
files, and enforced style guide. - Add MIT LICENSE file.