Draft
feat: modernize library — rename to angular-csv, update all deps#2
Conversation
Copilot created this pull request from a session on behalf of
ehsanshrz
July 23, 2026 11:15
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The library was targeting Angular 5 (EOL 2018) with a severely outdated toolchain (TypeScript 2.x, Karma 1.x, PhantomJS). This updates everything to current standards.
Renames
angular5-csv→angular-csv(v1.0.0)Angular5-csv.ts→AngularCsv.ts,Angular5-csv.spec.ts→AngularCsv.spec.tsAngular5Csv→AngularCsv(Angular5Csvretained as deprecated alias for backward compat)dist/Angular2-csv.js→dist/AngularCsv.jsCode cleanup
navigator.msSaveBlobbranchobjectAssignpolyfill with nativeObject.assignURL.revokeObjectURL()after download to prevent memory leaksDependencies
Removed unused/dead packages:
@angular/*(never imported),rxjs,webpack,awesome-typescript-loader,es6-shim,phantomjs-prebuilt,karma-phantomjs-launcher,karma-webpack,zone.js,reflect-metadata,@types/js-base64,core-jsUpdated dev toolchain:
tsconfig target upgraded from
ES5→ES2020.Migration