Commit Graph

14 Commits

Author SHA1 Message Date
58ebd1ff6c version bump 1.13.0: node 10 deprecation 2018-04-29 00:42:01 -04:00
0ada6f6c75 version bump 1.12.0: infrastructure 2018-01-18 17:47:47 -05:00
16584e588b version bump 1.11.0: suppress exports
`DO_NOT_EXPORT_CODEPAGE` suppresses commonjs exports
2017-08-04 21:32:40 -04:00
7baf5d885f version bump 1.7.0: require cleanup 2017-03-10 16:26:53 -05:00
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
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
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
2a654168f1 version bump 1.3.8: node inconsistency workaround
- Changing Buffer length is inconsistent, remedy is to explicitly slice buffer
- updated test artifacts
- added some notes to README
2014-12-25 15:50:25 -05:00
457f8ab8ab version bump 1.3.4: more codepages
- added codepage 21027 (generated from NLS)
- unicode decoders skip BOM
- codepage command line tool -B writes bom
- version number added to scripts
- codepages 1257/1258 added to cpexcel
2014-07-13 04:30:13 -04:00
883b83265a version bump 1.3.1: prevent browserify require
Addresses js-xlsx GH issue 76
2014-06-27 09:43:31 -04:00
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
ee431af1bf version bump 1.2.0: v8 performance
- eliminated deopt oddities
- decode objects are arrays
- str.charCodeAt(i) preferred to str[i].charCodeAt(0) in processing
- encache and decache check before acting
2014-06-01 00:21:25 -04:00
b501434a20 version bump 1.1.0: cputils guard unknown codepage 2014-05-24 22:59:07 -07:00
6d849693b7 version bump 1.0.0
- dist files
- more browser tests
- basic saucelabs tests
2014-04-22 16:02:59 -07:00