0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added live development via `grunt live`. Added npm deploy to Travis configuration (would be activated only when switched to main branch). More... over 12 years ago
Removed Node.js 0.6.x testing as deprecated. Added experimental 0.11.x testing (allowed to fail). More... over 12 years ago
Removed redundant dependency. More... over 12 years ago
Added Grunt CLI installation on Travis. More... over 12 years ago
Switched to Grunt+[Karma]+Mocha+Chai for testing. Removed custom QUnit+BDD interface in favor of chai.assert. Removed separate HTML+CSS+JS pack for browser in favor of Karma runner. Removed custom component.json generator in favor of grunt-update-json. Added Karma and Mocha config files for running CLIs. Added CI detection for testing on Travis. More... over 12 years ago
jBinary.load: switch->case to if-else-... linear chain until mishoo/UglifyJS2#376 is fixed. Updated `npm test`. More... over 12 years ago
Filename fix. More... over 12 years ago
Better splitting & minifying code. More... over 12 years ago
Add a Bitdeli badge to README More... almost 13 years ago
Merge pull request #21 from bitdeli-chef/master More... almost 13 years ago
Fix context for promising() functions. More... almost 13 years ago
Temporarily removed `release` plugin (maybe will be replaced with another one). More... almost 13 years ago
Added common `promising` wrapper for async functions that accept callback in last argument or return promise if such argument's missing. More... almost 13 years ago
Cleaning up: Removed `clean` task to save concatenated file for source maps (since `concat` doesn't provide them). Stripped extra empty lines in files in favor of `concat`:`separator` config. Renamed datatypes.js to simpleTypes.js. More... almost 13 years ago
Changed hardcoded jbinary.js to dynamic templated version; doing all the temporary conversions in dist/jbinary.js not in src folder. More... almost 13 years ago
Merge pull request #19 from mikach/v2.0 More... almost 13 years ago
Convert spaces to tabs More... almost 13 years ago
Split jBinary into logical parts More... almost 13 years ago
Update README.md More... almost 13 years ago
Update README.md More... almost 13 years ago
Merge pull request #1 from jDataView/v2.0 More... almost 13 years ago
Revert "Temporarily removed BROWSER dependency for toURI implementation to workaround mishoo/UglifyJS2#357." More... almost 13 years ago
Added jDataView as dependency to component.json. More... almost 13 years ago
Temporarily removed BROWSER dependency for toURI implementation to workaround mishoo/UglifyJS2#357. Fixed npmignore rule. More... almost 13 years ago
Removed redundant `publish` submodule. Updated npmignore so package contains only related dist folder. Removed mocha as explicit dependency. [WARNING: Currently doesn't uglify Node.js version, not sure why] More... almost 13 years ago
Build improvements. Returned dist into repo in order for component.js to work. Moved targets into separate dist subfolders. Using grunt-umd for wrapping library code for export into customized UMD template with strict mode enabled. Renamed NODEJS constant to NODE. More... almost 13 years ago
Fixed path to Node.js built file. Switched to dist jDataView version. Conditional Node.js module export vs other methods. Temporarily setting source map to point to local source. Added "white" JSHint option to make code style even more clear (had to temporarily indent everything inside closure). More... almost 13 years ago
Switching to Grunt for component.json generation, JSHint, compiling to multiple targets, test running and publishing tasks. More... almost 13 years ago
Updated version since #8 is closed. More... almost 13 years ago
Merge pull request #18 from mikach/master More... almost 13 years ago