0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Return count of written bytes from `jBinary::write` and `jBinary::writeAll` methods. More... about 13 years ago
Fixed cache for casted instances; added alias from `new jBinary(binary, otherTypeSet)` to `binary.as(otherTypeSet)`. More... about 13 years ago
Added "as" support for casting jBinary instance to given typeSet. More... about 13 years ago
Workaround for component.js bug. More... about 13 years ago
Simplified definition code, changed Node.js detection to global "window" variable detection for better reliability and compliance with component.js. More... about 13 years ago
Updated readme headings style, added component.json. More... about 13 years ago
Added license field to jBinary. More... about 13 years ago
Fixed Caveats wiki link. More... about 13 years ago
Updated documentation structure. More... about 13 years ago
Allow `jBinary.load(source, callback)` call (with implicitly empty typeSet). More... about 13 years ago
Replace documentation text parts with links to wiki pages. More... about 13 years ago
Added support for `jBinary.load` with explicit typeset even when Repo is not used. More... about 13 years ago
Add `readAll()` and `writeAll(data)` methods for reading/writing entire data as value of type referenced in 'jBinary.all' key of typeset. Set "application/octet-stream" as default mime-type for `toURI()` method. More... about 13 years ago
Changed bitfield implementation to use new jDataView methods. Refactored tests to structured style with correct engine switching by using BDD-style description and QUnit-style assertions. More... about 13 years ago
Removed redundant mocha.setup({ui:}) call in browser. More... about 13 years ago
Travis keys update. More... about 13 years ago
Version update according to name change. More... about 13 years ago
Changed Mocha reporter to "spec". More... about 13 years ago
Test update for IE7 & better error messages in Node. More... about 13 years ago
Updated names to lowercase in test HTML. More... about 13 years ago
Added shims required for qunit-mocha-ui in old browsers. More... about 13 years ago
Completely moved to Mocha with QUnit adapter. More... about 13 years ago
Detailed error messages, renamed asyncTest => test (since Mocha allows that). More... about 13 years ago
Explicit done callback for async tests (possible fix for Node.js 0.8 & 0.6). More... about 13 years ago
Renamed to lowercase for RequireJS+Node.js support due to new NPM limitations. More... about 13 years ago
Fixed jDataView & Node.js Readable Stream dependencies. More... about 13 years ago
Put back requirejs dependency for test. More... about 13 years ago
Added Travis support with autopublish to NPM. More... about 13 years ago
Anonymous AMD definition. More... about 13 years ago
Extracted jBinary.Repo from main library code for conversion to Require.js solution. More... about 13 years ago