Commit Graph

13 Commits

Author SHA1 Message Date
SheetJS 8b85d78142 forcefully make a copy of the output buffer 2024-04-14 22:24:58 -04:00
SheetJS d5f23335d5 ESM build 2022-02-11 22:40:10 -05:00
SheetJS 6d1f7cc2d6 version bump 1.15.0: added 28591 to cpexcel 2021-07-29 17:10:06 -04:00
SheetJS 0ada6f6c75 version bump 1.12.0: infrastructure 2018-01-18 17:47:47 -05:00
SheetJS 2e57f806fd version bump 1.9.0: cp10008 added to cpexcel 2017-06-13 03:24:04 -04:00
SheetJS 7baf5d885f version bump 1.7.0: require cleanup 2017-03-10 16:26:53 -05:00
SheetJS 7745bcfc53 version bump 1.6.0: IE6+ compatibility
- removed string indexing from table generation
- browser tests
- expanded flow checks
2016-10-15 02:17:29 -04:00
SheetJS 5aacbbf522 version bump 1.5.0
new codepages:

- 808   OEM Russian; Cyrillic + Euro symbol
- 872   OEM Cyrillic (primarily Russian) + Euro Symbol
- 1010  IBM EBCDIC French
- 1132  IBM EBCDIC Lao (1132 / 1133 / 1341)
- 47451 Atari ST/TT

other changes:

- updated travis versions for test
- miscellaneous adjustments to tooling
2016-09-22 13:42:47 -04:00
SheetJS 8bc8da47ba version bump 1.4.0
- avoid modifying buffer length (breaks in node 4.x 5.x)
  h/t @khankuan @zetxx @mikkeloscar
- updated dist and tests (h/t @bryannaegele)
- corrected code pages 5022*
2016-01-15 22:27:02 -05:00
SheetJS 883b83265a version bump 1.3.1: prevent browserify require
Addresses js-xlsx GH issue 76
2014-06-27 09:43:31 -04:00
SheetJS 93513b6e52 version bump 1.3.0: performance
- more specializations in cptable
- removed functional badnesses in cptable
- bits reworked to minimize functional impact (which caused deopts)

some loss in coverage due to standard codepages missing astral characters
2014-06-26 01:54:13 -04:00
SheetJS 6d849693b7 version bump 1.0.0
- dist files
- more browser tests
- basic saucelabs tests
2014-04-22 16:02:59 -07:00
SheetJS 0121708499 version bump 0.6.0: windows support
- MakeEncoding.cs program pulls from .NET encodings (tested with Windows 7)
  (outputs stored at dotnet/out and misc/err)
- Many new codepages and improvements
- coverage + coveralls
- better environment handling (h/t @xch89820)
- cpexcel.js for the formats recognized by excel
- decode endian option removed (implicit from codepage definition)
NOTE: utf7 encode can be more space efficient
2014-04-14 13:45:36 -07:00