0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected casing More... almost 11 years ago
Merge pull request #4 from mariusbaciu/patch-1 More... almost 11 years ago
Update README.md More... almost 11 years ago
VS2013 More... about 11 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass into beta More... about 11 years ago
Better intellisense support for VS2013 (since VS2012 supports __proto__) inheritWith creator now automatically shows members added on constructor and inherited constructors More... about 11 years ago
Merge pull request #3 from hanneskaeufler/patch-1 More... over 11 years ago
Typo fixes in Readme More... over 11 years ago
Added the ability to define non-enumerable members with enumerable:false on .define() and .defineStatic() More... almost 12 years ago
Returning base ctor's result || this on default constructors Dropping WAssert calls when minified with uglifyjs2 Added support for Node More... almost 12 years ago
Added info about nodejs version More... almost 12 years ago
Bumped node version to 1.1011.122041 More... almost 12 years ago
Bumped into version 1.0.1011.122041 More... almost 12 years ago
Fixed package.json More... almost 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass More... almost 12 years ago
Added support for node Added to npm More... almost 12 years ago
Corrected IE<=10 More... about 12 years ago
Fixed link More... about 12 years ago
Updated _Vs2012.intellisense.js More... about 12 years ago
Made use of intellisense.inheritXMLDoc so we automatically inherit XMLDoc from the first base class that has has one specified More... about 12 years ago
Fixed inheritWith to accept an object when __proto__ is available More... about 12 years ago
Removed wrong call More... about 12 years ago
Added inheritWith support to only provided an object when you don't need to call the base or baseCtor, or you call them explicitely More... about 12 years ago
Removed console.log that should not be there More... about 12 years ago
Merge branch 'master' of https://github.com/dotnetwise/Javascript-FastClass More... about 12 years ago
Corrected constructor xmldoc pointing to the correct ctor or the base function Corrected trigger intellisense on VS2012 when pressing F12 (go to reference) to go to the creator rather than the defaultCtor or to the constructor if that was defined More... about 12 years ago
Corrected Unit Tests link More... over 12 years ago
Added link to unit tests More... over 12 years ago
Fixed missing Object.getPrototypeOf for IE8 or older. All the tests are passing even in IE7 (except enumerable properties which is expected) Dropped dependence https://github.com/dotnetwise/VS2012-Javascript-Intellisense More... over 12 years ago
Made sure all the methods defined over Function and Function.prototype are not enumerable More... over 12 years ago