Commit Graph

27 Commits

Author SHA1 Message Date
SheetJS 7ed84a28ca replace git.io links 2022-04-26 18:48:59 -04:00
SheetJS 40515a860d version bump 1.3.1 2022-03-29 20:59:43 -04:00
SheetJS 1e6410e432 testing 2022-03-29 20:09:58 -04:00
Christophe Coevoet f8e7ee18d9 Remove unused dependency
The printj dependency is used only by the CLI, which has been moved to the adler32-cli package.
2022-01-26 10:29:29 +01:00
ntnyq 9b2c55a531 package.json types refer to .d.ts file 2022-01-17 12:35:53 +08:00
Nicholas Sherlock 6ed55fd9b3 Support "make test" without Mocha installed globally
Since it is already bundled as a dev-dependency, we can just use the bundled version
2021-06-05 16:34:34 +12:00
SheetJS b7700fd5fa version bump 1.3.0 2021-04-18 13:26:36 -04:00
101arrowz 800b787dcf
Merge pull request #6 from 101arrowz/master
Optimize loops for V8 Smi
2021-04-16 08:30:11 -07:00
Arjun Barrett 00ae70e9dd Optimize loops for V8 Smi 2021-02-11 13:10:28 -08:00
Garrett Luu b40011c6f7 Refactored CLI to separate npm package
* Moved CLI to packages folder

* Fixed mistake in path

* Bumped version

* Fixed dependency issues

* Version bump
2020-06-25 12:17:26 -07:00
SheetJS d747eda300 added test artifacts 2019-10-08 02:47:33 -04:00
SheetJS c0e2e7a918 License text 2019-10-08 02:09:58 -04:00
SheetJS 1a8758d592 node 4.x Buffer.from fix 2018-07-07 21:01:05 -04:00
SheetJS bbb21eb173 flow switch to module.exports 2018-04-21 10:10:02 -04:00
SheetJS d750710810 version bump 1.2.0: infrastructure 2018-01-17 14:19:26 -05:00
SheetJS 06fac2b063 version bump 1.1.0: pin dependencies 2017-07-28 04:41:07 -04:00
SheetJS 844c43bc18 pinning npm in travis 2017-06-12 15:26:17 -04:00
SheetJS 8fbfcfddc1 test node 8 in travis 2017-06-12 15:15:04 -04:00
SheetJS 0239cceeda test node 7 in travis 2017-03-29 02:51:39 -04:00
SheetJS 318cb4ebd4 version bump 1.0.0: running hash 2016-10-12 22:18:24 -04:00
SheetJS b692b3f7df version bump 0.4.0
- simplified utf8 code
- added browser demo
- added command line tool adler32
- fixed unicode baseline script (node 6 changed default array printing)
- fixed performance tests (benchmark module changed behavior)
- updated travis versions for test
- miscellaneous adjustments to tooling
2016-06-16 12:56:55 -04:00
SheetJS 8215562b11 version bump 0.3.0
- AMD support (h/t @lmk123 for initially contributing to js-crc32)
- added missing bitshift (h/t @florentbr for initially contributing to js-crc32)
- flow annotaations
- updated ci node versions
2016-01-16 00:36:58 -05:00
SheetJS 77228baf0a version bump 0.2.1: streamlined node module
h/t @ashnur
2014-07-06 12:59:48 -04:00
ashnur 51cd43a372 added files property to package.json to only include required files 2014-07-06 19:46:01 +03:00
SheetJS d0e9ff9b3d version bump 0.2.0: safari performance
On Safari, bit twiddling is 50% faster than directly evaluating mod 65521
2014-06-19 23:53:37 -04:00
SheetJS b53334db84 publish to npm [ci skip] 2014-06-18 14:01:59 -04:00
SheetJS a7891dc881 Initial commit 2014-06-18 13:58:20 -04:00