Commit Graph

6 Commits

Author SHA1 Message Date
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
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
6ac8a02762 version bump 0.8.1: byte shield 2013-11-29 02:09:46 -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
8d10376fad version bump 0.3.0: name collision resolution
It is possible for multiple streams to have the same name (albeit with different
paths), so:
- `FileIndex` is an array of the streams
- `FullPaths` is an array of the full paths
- `FullPathDir` is a full path version of `Directory`
2013-09-20 23:13:19 -07:00
99b049b362 Initial commit 2013-09-05 16:26:01 -07:00