0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed debugging intellisense comments More... over 12 years ago
Added documentation about Function.abastract More... over 12 years ago
Added Function.abstract(message, func) to define abstract function More... over 12 years ago
Added help about Function.prototype.defineStatic and about abstract mixin members More... over 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass More... over 12 years ago
Allow 'abstract' members on class/mixin so they can be redefined by another mixin. Usage: function() {}.defineStatic({abstract:true}); More... over 12 years ago
Added Function.prototype.defineStatic({obj}) to define static members on the given function More... over 12 years ago
Fixed a typo 'property' More... over 12 years ago
Published nuget version 1.0.405.25811 More... over 12 years ago
Added names for anonymous functions for easier debug while writting unit-Tests Fixed intellisense to correctly alter only "creator" but not function's prototype when Function.define Added more tests Updated _vs2012.intellisense.js library More... over 12 years ago
Fixed defining mixins with Function.define({ constructor: function() { } }); Fixes #1 More... over 12 years ago
Added more tags More... over 12 years ago
Added help for Function.define({}) More... over 12 years ago
Added Function.define({ constructor: function() { }, method: function() { } }); More... over 12 years ago
Update README.md More... over 12 years ago
Updated Vechicle example. Added more help about mixins usage More... over 12 years ago
Moved image More... over 12 years ago
Added Vechicle and Car sugar example More... over 12 years ago
Fixed unit tests Added `multiple mixins adding same property should trigger an assert` unit test Added `Function.define should automatically initialize mixins` unit test More... over 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass More... over 12 years ago
Added unit testing Added Function.initMixins Function.define will automatically call Function.initMixins More... over 12 years ago
Removed mixins todo More... over 12 years ago
Added mixins comment to .define More... over 12 years ago
Added mixins docs More... over 12 years ago
Added comments to WAssert More... over 12 years ago
Added missing WAssert More... over 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass More... over 12 years ago
Added mixins support More... over 12 years ago
Update README.md More... over 12 years ago
Added documentation about constructor More... over 12 years ago