Commit Graph

14 Commits

Author SHA1 Message Date
SheetJS 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
SheetJS 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
SheetJS 6ac8a02762 version bump 0.8.1: byte shield 2013-11-29 02:09:46 -05:00
SheetJS 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
SheetJS 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
SheetJS 99d86f01b7 version bump 0.6.0: case insensitive find 2013-10-29 11:54:56 -07:00
SheetJS 82335b172a version bump 0.5.0: scan directory first
basic parse tests pass
2013-10-27 06:15:06 -07:00
SheetJS 3bc2923826 version bump 0.4.0: Fixes from JS-XLS + travis 2013-10-27 03:10:41 -07:00
SheetJS 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
SheetJS eda9dfbf13 version bump 0.2.1: cleanup 2013-09-15 12:05:46 -07:00
SheetJS 79acaa8747 version bump 0.2.0: cstr/wstr 2013-09-15 03:37:35 -07:00
SheetJS aeefaecd76 version bump 0.1.0: exposing utility functions 2013-09-13 09:31:52 -07:00
SheetJS af6457acf9 version bump 0.0.2: parsing FILETIME fields 2013-09-09 11:05:37 -07:00
SheetJS 99b049b362 Initial commit 2013-09-05 16:26:01 -07:00