Skip to content

Commit

Permalink
0.14.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DomagojGojak committed Oct 23, 2024
1 parent 91d5857 commit 7f9f98a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.1] - 2024-10-24

This release introduces greater flexibility for custom integrations and general improvements to CLI handling.

### Changes

- Added support for custom integration paths with the `-i <path-to-integration>` CLI argument.
- Can be used with commands like `fetch`, `start`, `build:app`, etc.
- Defaults to the `integration` directory if the argument isn't specified, ensuring backward compatibility.

### Improvements

- Enhanced CLI command management:
- Switched to `yargs` for improved CLI parsing.
- Each command now has a dedicated handler file for better modularity.
- Improved the docs app build process:
- Introduced a cleanup procedure that ensures only files present in the working directory are included in the final build.

## [0.14.0] - 2024-09-26

This release enables creation of complex documentation pages, with storybook
Expand Down

0 comments on commit 7f9f98a

Please sign in to comment.