Skip to content

Release v0.2.0 — Import XLSX/CSV with validation#14

Merged
khatabwedaa merged 1 commit into
mainfrom
release/v0.2.0
Mar 25, 2026
Merged

Release v0.2.0 — Import XLSX/CSV with validation#14
khatabwedaa merged 1 commit into
mainfrom
release/v0.2.0

Conversation

@khatabwedaa
Copy link
Copy Markdown
Contributor

Summary

  • Bump package version from 0.1.0 to 0.2.0
  • Add v0.2.0 changelog entry documenting all new features

v0.2.0 includes

Import features (issue #1):

  • 4 new ExcelService methods: import(), importFromBuffer(), toArray(), toCollection()
  • 11 import concerns: ToArray, ToCollection, WithHeadingRow, WithImportMapping, WithColumnMapping, WithValidation (custom rules + class-validator DTO), WithBatchInserts, WithStartRow, WithLimit, SkipsEmptyRows, SkipsOnError
  • ImportResult type with structured validation errors

Export enhancements (issues #4, #5):

  • WithAutoFilter, WithFrozenRows, WithFrozenColumns
  • FromTemplate, WithTemplateData

Internal improvements:

  • Shared CSV settings helper, full template event lifecycle, input validation guards, cached DTO deps

Verification

  • 130 tests passing
  • ~99% coverage (statements, branches, functions, lines)
  • TypeScript compiles clean
  • README fully updated with import documentation

Test plan

  • All 130 tests pass (npx vitest run)
  • TypeScript compiles without errors (npx tsc --noEmit)
  • Coverage at ~99% (npx vitest run --coverage)
  • Verify npm publish works after merge

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 25, 2026 04:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Releases @nestbolt/excel v0.2.0 by bumping the package version and documenting the new import/validation features and export enhancements in the changelog.

Changes:

  • Bump npm package version from 0.1.00.2.0
  • Add a v0.2.0 changelog entry summarizing import features, export enhancements, and internal improvements

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the published package version to 0.2.0.
CHANGELOG.md Adds the v0.2.0 release notes covering import + export enhancements and internal changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@khatabwedaa khatabwedaa merged commit 8a81a75 into main Mar 25, 2026
6 checks passed
@khatabwedaa khatabwedaa deleted the release/v0.2.0 branch March 25, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants