Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SheetJS/js-codepage

:currency_exchange: Codepages for JS
https://github.com/SheetJS/js-codepage

ESM build

d5f23335d5335ee7d241b6c9e7f2ea124a07f616 authored almost 3 years ago
version bump 1.15.0: added 28591 to cpexcel

6d1f7cc2d6e58dfeca32f352864f98752728373d authored over 3 years ago
Refactored CLI to be a separate package (#24)

* codepage-cli refactor

* Moved cli to packages folder

* Removed bin

* Renamed cli fold...

ff3c114453c18e9ad636c779b1ee24e834b8abc3 authored over 4 years ago
License text

62fd61e2b7122819fb9a49dc83917d3daee881d9 authored over 5 years ago
version bump 1.14.0: Buffer.from node 4.x fix

cbdc9486c175be0e555f8b2573c531bb801ee457 authored over 6 years ago
version bump 1.13.0: node 10 deprecation

58ebd1ff6c8610e12f37b755e8cf5e75e80b6f76 authored almost 7 years ago
flow switch to module.exports

122f01a3c30f7d7d1c87e740c07be0e6970dfe2a authored almost 7 years ago
version bump 1.12.2: force push [ci skip]

0e83490e4aca42adad0a5c0793e0d4e1aa67fe66 authored almost 7 years ago
Use version ~2.14.1 of commander

e001d938834316554f77f69adfe8d5d451406bc9 authored almost 7 years ago
version bump 1.12.1: dependency update [ci skip]

a65d3b2e7f75a8c262a332a53f6a7a4991aa941e authored almost 7 years ago
add types [ci skip]

9bd15abc458f5c61fc955866ca3124fe136900b2 authored about 7 years ago
version bump 1.12.0: infrastructure

0ada6f6c75795d49c021d212b051c6ef7bb0bd91 authored about 7 years ago
version bump 1.11.1: add sbcs.full.js to module

fixes #14 h/t @stephenegriffin

note: library code is unchanged

b070fe0052074722f8594b5ce40a289a66539714 authored about 7 years ago
version bump 1.11.0: suppress exports

`DO_NOT_EXPORT_CODEPAGE` suppresses commonjs exports

16584e588b091c2adf8ca2b5dc8de23b8f076cfd authored over 7 years ago
version bump 1.10.1: removed concat-stream dep

note: concat-stream was only used in `bin/codepage.njs`, not in core lib

e19c8672e0f1221acb3a2491af8324d0a9a5d708 authored over 7 years ago
version bump 1.10.0: pin dependencies

9aa4f8d7a823d3d42b5fbe7c69f86e717171ad2d authored over 7 years ago
version bump 1.9.0: cp10008 added to cpexcel

2e57f806fd81b07395419952564170b81212d0c1 authored over 7 years ago
version bump 1.8.1: codepage.njs bom fix [ci skip]

14644b57895c311a6fcc680cda458de1312e357a authored almost 8 years ago
version bump 1.8.0: add to cpexcel

0a49ae96fd1981f6e1fe7143bd562651295a2193 authored almost 8 years ago
updating travis config

e53b82c7cec8ba908231b02334b67c920adc545a authored almost 8 years ago
version bump 1.7.0: require cleanup

7baf5d885f17ed43ee90f13e82ddae0095af1aec authored almost 8 years ago
version bump 1.6.0: IE6+ compatibility

- removed string indexing from table generation
- browser tests
- expanded flow checks

7745bcfc5316e41f403938c38bcf6531b5bc36b4 authored over 8 years ago
syntax highlighting in README [ci skip]

closes #13 (h/t @amilajack)

ff120df8f59f85a26e0673c1a2a3cab03bd0bf8c authored over 8 years ago
version bump 1.5.0

new codepages:

- 808 OEM Russian; Cyrillic + Euro symbol
- 872 OEM Cyrillic (primarily Russ...

5aacbbf52271b41c7e5457a5189641bd1ad46683 authored over 8 years ago
update ci versions

9e7fe631db789ed724b6b188356a22d0b7a8ebb8 authored about 9 years ago
version bump 1.4.0

- avoid modifying buffer length (breaks in node 4.x 5.x)
h/t @khankuan @zetxx @mikkeloscar
- u...

8bc8da47bafccc2bcb05876af355615fca385b28 authored about 9 years ago
version bump 1.3.8: node inconsistency workaround

- Changing Buffer length is inconsistent, remedy is to explicitly slice buffer
- updated test ar...

2a654168f1df3016c6df297b0cc6bf0166312c7a authored about 10 years ago
version bump 1.3.7: extra DBF encodings

- 620 Mazovia (Polish) MS-DOS
- 895 Kamenický (Czech) MS-DOS

Aforementioned codepages used in D...

d0df77f479ce11928c4cae4820aa28a569899243 authored about 10 years ago
version bump 1.3.6: codepage cmd fixes

7d631f25d886f335296f295461afd838525da154 authored over 10 years ago
version bump 1.3.5: codepage bin supports stdin

67d9bedc1481a0ba13db93fcb09a0ee8e60ab71c authored over 10 years ago
corrected CP1253 name

21a55bdc3b208079d6b33845a28168e9e93c33d9 authored over 10 years ago
IE Browser Tests [ci skip]

- added shims from js-xls / js-xlsx
- added json2 (http://json.org/js.html) for browsers without...

6c60577c8a4333f2b0669448b4b9a152de3324f5 authored over 10 years ago
version bump 1.3.4: more codepages

- added codepage 21027 (generated from NLS)
- unicode decoders skip BOM
- codepage command line ...

457f8ab8ab8d244c42db37fb91d4667ba8d20182 authored over 10 years ago
version bump 1.3.3: reduce node module size

Addresses https://github.com/SheetJS/js-codepage/issues/4

8bb326d6320e4abc25d57322fb31ead2e00152d1 authored over 10 years ago
version bump 1.3.2: reduce node module size

Addresses https://github.com/SheetJS/js-codepage/issues/4

c5339be089338130529c2167587986af315219f9 authored over 10 years ago
version bump 1.3.1: prevent browserify require

Addresses js-xlsx GH issue 76

883b83265a4d9f55223d6fc56eba1ad43e000798 authored over 10 years ago
added node 0.11 to travis

9e792fd4de838e4feb75b2bfdc962d65a6952e28 authored over 10 years ago
version bump 1.3.0: performance

- more specializations in cptable
- removed functional badnesses in cptable
- bits reworked to m...

93513b6e52b59ecba6d21f693c2bb18d2d943be8 authored over 10 years ago
version bump 1.2.0: v8 performance

- eliminated deopt oddities
- decode objects are arrays
- str.charCodeAt(i) preferred to str[i]....

ee431af1bfd3eeef2cb77dbc3178a65d348825b9 authored over 10 years ago
version bump 1.1.0: cputils guard unknown codepage

b501434a2001827dc0f7cd4a0aa02ae44a0c856b authored over 10 years ago
version bump 1.0.0

- dist files
- more browser tests
- basic saucelabs tests

6d849693b7e478963cfd221d9773fb7432617d15 authored almost 11 years ago
update license year [ci skip]

33dbe0941a0ee38344f1eacedc42b65d731ae99a authored almost 11 years ago
version bump 0.6.0: windows support

- MakeEncoding.cs program pulls from .NET encodings (tested with Windows 7)
(outputs stored at...

01217084991a122fbe0c87b67ce498d09b7a3ffa authored almost 11 years ago
Merge pull request #2 from xch89820/master

Fix the function of judging the commonJS environment

422560fffa3df606c68ab14d5e9c88b5851568e6 authored almost 11 years ago
Fix the function of judging the commonJS environment

f2ffe97f3c52b44f1f4e5f60a1293d936fbf46ae authored almost 11 years ago
cleaning up tables 708,720,858

871c25a579afe66bb9b83a830385756457ebb5c1 authored about 11 years ago
Initial commit

2033d81cec6fdcd8b336c89ade1ccff6081389e0 authored about 11 years ago