You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API remains unchanged - only the package name has changed.
33
+
34
+
---
35
+
36
+
## [1.0.0] - 2025-10-23
37
+
38
+
### Changed
39
+
40
+
-**BREAKING**: Package renamed from `@scottluskcis/outport` to `@scottluskcis/export-toolkit`
41
+
-**BREAKING**: Repository renamed from `scottluskcis/outport` to `scottluskcis/export-toolkit`
42
+
- Version bumped to 1.0.0 to signify package stability and the rename
43
+
44
+
### Note
45
+
46
+
This is purely a rename - the API and functionality remain unchanged. Upgrading requires only updating the package name in your `package.json` and import statements.
47
+
8
48
## [Unreleased]
9
49
10
50
## [0.0.7] - 2025-10-21
@@ -15,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
55
16
56
### Added
17
57
18
-
-**Initial public release** of `@scottluskcis/outport`
58
+
-**Initial public release** of `@scottluskcis/export-toolkit` (formerly `@scottluskcis/outport`)
19
59
-**Fluent Builder API** - Intuitive, chainable configuration for data exports
0 commit comments