12 lines
643 B
Markdown
12 lines
643 B
Markdown
|
# Changelog
|
||
|
|
||
|
## 2025-02-03 - 1.1.0 - feat(core)
|
||
|
Added type paths configuration for TypeScript, improved BelliniClient with optional API endpoint and publicationName, and refined imports with JavaScript extensions.
|
||
|
|
||
|
- Updated 'tsconfig.json' to include type paths for better module resolution for '@bellini.io/api', '@bellini_private/catalog', and '@bellini.io/interfaces'.
|
||
|
- Refactored 'IBelliniClientOptions' to include optional 'apiEndpoint' and 'publicationName'.
|
||
|
- Changed module imports in several files to use '.js' extension for better compliance with ES modules.
|
||
|
|
||
|
## 2025-02-03 - 1.0.1 - Initial Release
|
||
|
Initial release of the project
|