1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 01:29:17 +02:00
Commit graph

308 commits

Author SHA1 Message Date
Jeff Schiller
2aa0fdecdf
Merge pull request #51 from codedread/dependabot/npm_and_yarn/multi-456de2e4f1
Bump serialize-javascript and mocha
2025-02-23 11:11:14 -08:00
dependabot[bot]
51e4691cd3
Bump serialize-javascript and mocha
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.0...v6.0.2)

Updates `mocha` from 10.1.0 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v10.8.2)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-22 15:45:05 +00:00
Jeff Schiller
08e21a42f8
Merge pull request #50 from codedread/dependabot/npm_and_yarn/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3
2024-12-08 17:35:35 -08:00
Jeff Schiller
3d98e9b211 Fix import error in unrar/rarvm, v1.2.4 2024-12-08 17:13:52 -08:00
Jeff Schiller
ebfb78755c Declare Bits variable in Unpack20() 2024-12-08 10:28:24 -08:00
Jeff Schiller
5adb3e924c Make BitStream docs a little clearer in README 2024-06-20 12:34:32 -07:00
dependabot[bot]
89d04f616b
Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 22:49:43 +00:00
Jeff Schiller
610e6f14da Correct typo 2024-05-21 22:11:53 -07:00
Jeff Schiller
14f82a83bc Update TS types 2024-02-04 21:22:21 -08:00
Jeff Schiller
440478c520 Update docs for gunzip 2024-02-04 21:11:17 -08:00
Jeff Schiller
5facf91dba Update changelog for 1.2.3 release 2024-02-04 21:07:05 -08:00
Jeff Schiller
813b154e8c For issue #48, add Gunzipper that relies on DecompressionStream('gzip'). 2024-02-04 20:54:51 -08:00
Jeff Schiller
d01610ac9c Move INFLATE implementation into its own module. 2024-02-04 15:41:21 -08:00
Jeff Schiller
abcf593d4f Added a getData() method to ByteBuffer. 2024-02-04 15:02:17 -08:00
Jeff Schiller
1852dc6509 Remove unneded afterEach() in decompress unit tests 2024-02-03 15:16:57 -08:00
Jeff Schiller
51a4f84e13 Type in types file 2024-02-03 14:25:26 -08:00
Jeff Schiller
1fab6b1c16 Updates types after adding onExtract, etc 2024-02-03 14:25:11 -08:00
Jeff Schiller
426741a43e Fix unrar unit tests. Remove RAR5 test files. Properly error on RAR5 files for issue #25 2024-02-03 14:22:05 -08:00
Jeff Schiller
ede9c6aafa For issue #47, add semantic event handlers to Unarchiver (onProgress, onExtract) 2024-02-03 13:12:30 -08:00
Jeff Schiller
675512cf84 Tweak README for 1.2.2 release 2024-01-26 17:14:10 -08:00
Jeff Schiller
08a0fd8e6c Updat TS types 2024-01-26 09:25:10 -08:00
Jeff Schiller
b00dc80946 Update some TODOs for a 2.0 release 2024-01-26 09:23:24 -08:00
Jeff Schiller
f738d73390 Update docs in prep for 1.2.2 release 2024-01-25 23:27:09 -08:00
Jeff Schiller
e03fe7c483 Add one more byte for the gzip signature 2024-01-25 20:46:41 -08:00
Jeff Schiller
4ca68bd336 Fix issue #38: Use runtime's native DecompressionStream to inflate zip streams. 2024-01-25 19:58:18 -08:00
Jeff Schiller
5bf583c617 Fix JS error in WebWorker wrapper 2024-01-25 19:44:10 -08:00
Jeff Schiller
6d7d4abac7 Add gzip detection to file sniffer 2024-01-25 18:42:27 -08:00
Jeff Schiller
4fc5ce450c Only have a unit test for DEFLATE when the runtime supports CompressionStream('deflate-raw') 2024-01-25 08:42:00 -08:00
Jeff Schiller
6c19e3a908 For issue #40, support DEFLATE compression in Zipper where the runtime supports it via CompressionStream. 2024-01-25 01:17:35 -08:00
Jeff Schiller
c07aa83e12 io: Add skip() method to BitStream and beef up unit tests 2024-01-20 17:30:42 -08:00
Jeff Schiller
45fdedd663 Move some common type definitions into archive/common.js and some comments. 2024-01-20 16:12:55 -08:00
Jeff Schiller
4fc0c3da2b Update changelog for 1.2.1 release 2024-01-19 13:28:13 -08:00
Jeff Schiller
98f98b8197 nit: jsdoc typo 2024-01-19 13:25:45 -08:00
Jeff Schiller
1cd392e3f3 Tweak README 2024-01-19 13:00:46 -08:00
Jeff Schiller
d2f35163c3 Remove Node 18 from actions since it does not support CustomEvent. 2024-01-19 12:53:38 -08:00
Jeff Schiller
1267691579 Remove all PNG parser boilerplate events and use CustomEvent. 2024-01-19 12:49:15 -08:00
Jeff Schiller
17c58ec416 Remove Jpeg parse event boilerplate 2024-01-19 11:56:46 -08:00
Jeff Schiller
c3a7b35fd5 Remove GIF parser event boilerplate in favor of a @template solution using CustomEvent 2024-01-19 11:43:03 -08:00
Jeff Schiller
5aff47ccfd Add license header to exif.js 2024-01-19 11:39:40 -08:00
Jeff Schiller
0a79ef1cd5 Add back in missing DEBUG variable for png.js 2024-01-18 22:08:27 -08:00
Jeff Schiller
f1096f0ab2 PngParser: Add support for sPLT chunk 2024-01-18 22:05:09 -08:00
Jeff Schiller
7b1906a91b PngParser: Add support for hIST chunk 2024-01-18 21:39:35 -08:00
Jeff Schiller
aeb5bb2f10 PngParser: Add support for eXIf chunk 2024-01-18 21:02:12 -08:00
Jeff Schiller
29ca69e874 Move EXIF profile extraction from jpeg.js into exif.js 2024-01-18 21:00:11 -08:00
Jeff Schiller
17b3850745 PngParser: Add support for pHYs chunk 2024-01-18 20:10:29 -08:00
Jeff Schiller
1869cd7bfa PngParser: Add support for tIME chunk. 2024-01-18 19:48:18 -08:00
Jeff Schiller
9f5b3a4882 PngParser: Add support for bKGD chunk 2024-01-18 00:12:10 -08:00
Jeff Schiller
af72e198ed PngParser: Add support for iTXt chunk 2024-01-17 23:03:21 -08:00
Jeff Schiller
153405a453 PnParser: Confirm decompressed text in zTXt chunk in unit test 2024-01-17 20:15:44 -08:00
Jeff Schiller
ade8f1a9ab PngParser: Add support for zTXt chunk 2024-01-17 01:54:28 -08:00