Projects
Contributions
Added --date-parser flag to control how PostgreSQL DATE columns are typed, allowing developers to choose between string and Date representations.
Reported that @nrwl/web hijacks module resolution, causing incorrect package versions to be bundled when dependencies exist in nested node_modules.
Added missing 'all' property to the MonitorStates TypeScript interface to align with documented API.
Added underscoreBetweenUppercaseLetters option to knexSnakeCaseMappers, making consecutive uppercase letter handling configurable.
Updated documentation for snakeCaseMappers and knexSnakeCaseMappers functions.
Identified that knexSnakeCaseMappers created naming collisions with consecutive uppercase letters (e.g., isBLevel and isBlevel both mapping to is_blevel).
Fixed a bug where acquireToken callback executed outside Angular's zone, breaking change detection for newly created components.
Fixed ng add @nrwl/angular failing with "Cannot read property 'replace' of undefined" and leaving workspace in bad state.
Reported that @storybook/angular's zone.js peer dependency blocked Angular 7 to 8 CLI upgrades.
Added tests/ folder to .npmignore to prevent it from being included in the npm package, which was causing apps to crash under ts-node.
Reported regression in v6.1.0 where custom repository injection with default connection was broken due to malformed injection tokens.
Fixed a bug where secure: false option was not being respected due to incorrect boolean logic, preventing SSL verification from being disabled.
Fixed a bug where calling Rollbar.configure() would reset telemetry settings to defaults instead of preserving existing configuration.
Fixed typo in developer guide documentation (withing → within).
Reported that ngAnimate causes ngShow to malfunction in certain circumstances when conditions change rapidly.
Added support for Rackspace Nova ORD endpoint to the libcloud compute driver.
Added ability to access NamedNodeMap items via property, improving DOM attribute access compatibility.
Fixed undefined reference to PHASES variable that was accidentally relying on a global, improving test pass rate.
Made CSSOM constructors available on the DOM window object.
Fixed bug where attribute event handlers on bubbling path weren't being called during event propagation.
Fixed bug in appendHtmlToElement when using the HTML5 parser.
Fixed bug where setting text property on script elements didn't clear old text content.
Fixed segmentation fault caused by browser.open() when accessing sessionStorage/localStorage before document exists.
Fixed 2 bugs in the jsdom test suite.
Improved frame and iframe support with significant enhancements to window context handling.
Added support for inline event handlers (onclick, onload, etc.) in HTML attributes.
Refactored script execution and frame window tests into their own files for better organization.
Fixed resource loading over HTTPS connections.
Fixed segmentation fault in jsdom by updating Contextify integration.
Integrated Contextify for window context management, replacing the previous sandboxing approach.