3fd73f806b
version bump 0.13.1: determinism
...
- pin unknown dates and zero-fill end of file
- cfb_add can take an absolute path e.g. "/Workbook"
2017-09-20 19:33:03 -04:00
d784f9b1f2
version bump 0.13.0: write
2017-09-14 17:14:22 -04:00
5a769874f4
version bump 0.12.0: refresh
...
- pin dependencies
- flow and typescript improvements
- updated repo infrastructure
2017-07-28 13:53:08 -04:00
16eebaeab4
version bump 0.11.1: ignore byte order
...
some writers incorrectly fill `0xffff` rather than `0xfffe`
2017-03-30 17:34:37 -04:00
1a428c8f5b
version bump 0.10.3: ignore bad FAT
...
- sector checked before reading (h/t @e12009)
See https://github.com/SheetJS/js-xlsx/issues/569
- flow type checking
2017-02-23 21:11:45 -08:00
fcc05e3567
version bump 0.10.2: proper directory/FAT analysis
...
- reprocess directory sector lists if not available
- search now strips out OLE metacharacters \0-\5
- strip sourceMappingURL references from minified scripts (h/t @vinin3)
- added xlscfb.js for js-xls
2014-11-02 23:02:42 -05:00
5c7df1f3db
version bump 0.10.0: performance
...
- reworked IIFE
- avoid Buffer read helpers (see https://github.com/joyent/node/issues/7809 )
- avoid nested functions in parse
- eliminate consecutive nulls in test files (libreoffice)
- travis + coveralls support
- jscs linting
2014-06-24 00:00:39 -04:00
ab962d782e
version bump 0.9.1: massive cleanup
...
- no pollution of the Array prototype
- alignment with js-xls CFB code
- removed main code in CFB (use cfb bin instead)
- more tests
- added dist
- correect for incorrect tree level pointers
2014-05-20 10:43:03 -07:00
d03d13d6f2
version bump 0.8.0: removed old accessors
...
- removed .Directory and .Paths accessors
- build script using bits/
- typescript definitions in misc/
2013-11-26 10:56:58 -05:00
5c79a6ee30
version bump 0.7.0: removing unnecessary try-catch
...
Instead of a fixed check, assume that the references are relative if they are
not absolute
2013-11-13 15:36:47 -08:00
369f05ae0f
jshint niggles
2013-10-27 13:32:37 -07:00
3bc2923826
version bump 0.4.0: Fixes from JS-XLS + travis
2013-10-27 03:10:41 -07:00