0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
each test gets its own Wiring container, so no test will affect any other More... about 14 years ago
Wiring.modify now respects the debug flag and added a test for the Wiring.modify debug module More... about 14 years ago
add a factory ValueResolver More... about 14 years ago
Move validation for 'modify' into the debug file More... about 14 years ago
add Wiring.modify More... about 14 years ago
add test for array of object references More... about 14 years ago
add tests for arrays More... about 14 years ago
rename mergeUp to merge More... about 14 years ago
Speed up array detection a slight bit More... over 14 years ago
IE skips the "constructor" property when iterating over an objects properties using "for-in" More... over 14 years ago
Add isDefined method. Patch submitted by jvinding. More... over 14 years ago
Debug addon: Disable all the validation and object debugging property additions if the 'debug' property is set to false. Update documentation. More... over 14 years ago
Enhancements to the debug addon: Perform validations on the configuration for an object when that object is requested, throwing useful error messages describing the problem when validation fails. Also add the calculated config object as a __wiring_config__ property on all created objects. More... over 14 years ago
Move the resolving of String type values from the instantiation code to the cascaded config resolution, so it only happens once per config. More... over 14 years ago
Move the resolving of String type values from the instantiation code to the cascaded config resolution, so it only happens once per config. More... over 14 years ago
Add try/catch which adds the wiring def name to the thrown exception object if an error occurs during object creation More... over 14 years ago
Add ability for the 'type' configuration property to be set to a String, which will be evaluated as a dot-separated fully-qualified path to the class constructor. Allows more flexibility so the constructor doesn't have to be defined yet at the time the configuration is added. More... over 14 years ago
Fix WiringAware test which was not actually fetching a real object from the container More... over 14 years ago
Create addon file which enhances the wiring container with some debugging utilities. More... over 14 years ago
Add 'mergeUp' wrapper function to mark object/array properties/ctorArgs so they will be merged with corresponding object/array values in their parent definition rather than overriding. More... over 14 years ago
add ignore file More... over 14 years ago
rename internal var for object configuration to avoid overloading the 'def' term More... over 14 years ago
Remove some unused vars More... over 14 years ago
Reimplement how objects are instantiated with arbitrary-length constructor argument lists, using a temporary empty constructor, rather than the old hacky compiled Function. More... over 14 years ago
Slight space optimizations More... over 14 years ago
Add simple class extension utility function and use it for all internal classes; fixes incorrect constructor property on some. More... over 14 years ago
Add minified version More... over 14 years ago
Undo accidental commit More... over 14 years ago
Add MIT license block More... over 14 years ago
clean up More... over 14 years ago