openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
Javascript-FastClass
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Aug 08, 2024 — Aug 08, 2025
Showing page 2 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed debugging intellisense comments
Laurenţiu Macovei
More...
over 12 years ago
Added documentation about Function.abastract
dotnetwise
More...
over 12 years ago
Added Function.abstract(message, func) to define abstract function
Laurenţiu Macovei
More...
over 12 years ago
Added help about Function.prototype.defineStatic and about abstract mixin members
dotnetwise
More...
over 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass
Laurenţiu Macovei
More...
over 12 years ago
Allow 'abstract' members on class/mixin so they can be redefined by another mixin. Usage: function() {}.defineStatic({abstract:true});
Laurenţiu Macovei
More...
over 12 years ago
Added Function.prototype.defineStatic({obj}) to define static members on the given function
Laurenţiu Macovei
More...
over 12 years ago
Fixed a typo 'property'
dotnetwise
More...
over 12 years ago
Published nuget version 1.0.405.25811
Laurenţiu Macovei
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
Laurenţiu Macovei
More...
over 12 years ago
Fixed defining mixins with Function.define({ constructor: function() { } }); Fixes #1
Laurenţiu Macovei
More...
over 12 years ago
Added more tags
Laurenţiu Macovei
More...
over 12 years ago
Added help for Function.define({})
dotnetwise
More...
over 12 years ago
Added Function.define({ constructor: function() { }, method: function() { } });
Laurenţiu Macovei
More...
over 12 years ago
Update README.md
dotnetwise
More...
over 12 years ago
Updated Vechicle example. Added more help about mixins usage
dotnetwise
More...
over 12 years ago
Moved image
dotnetwise
More...
over 12 years ago
Added Vechicle and Car sugar example
dotnetwise
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
Laurenţiu Macovei
More...
over 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass
Laurenţiu Macovei
More...
over 12 years ago
Added unit testing Added Function.initMixins Function.define will automatically call Function.initMixins
Laurenţiu Macovei
More...
over 12 years ago
Removed mixins todo
dotnetwise
More...
over 12 years ago
Added mixins comment to .define
dotnetwise
More...
over 12 years ago
Added mixins docs
dotnetwise
More...
over 12 years ago
Added comments to WAssert
Laurenţiu Macovei
More...
over 12 years ago
Added missing WAssert
Laurenţiu Macovei
More...
over 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass
Laurenţiu Macovei
More...
over 12 years ago
Added mixins support
Laurenţiu Macovei
More...
over 12 years ago
Update README.md
dotnetwise
More...
over 12 years ago
Added documentation about constructor
dotnetwise
More...
over 12 years ago
←
1
2
3
4
5
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree