Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: split to files on save #29

Closed
pustovitDmytro opened this issue May 20, 2021 · 0 comments
Closed

Feature: split to files on save #29

pustovitDmytro opened this issue May 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pustovitDmytro
Copy link
Owner

pustovitDmytro commented May 20, 2021

Is your feature request related to a problem? Please describe.
Add splitting to files based on context

await chronicle.split(({ context }) => {
            if (context.group === 'Users') return 'users';

            return 'others';
        })
@pustovitDmytro pustovitDmytro added the enhancement New feature or request label May 20, 2021
@pustovitDmytro pustovitDmytro self-assigned this May 20, 2021
pustovitDmytro pushed a commit that referenced this issue May 21, 2021
# [1.6.0](v1.5.1...v1.6.0) (2021-05-21)

### New

* adds split chronicle functionality #29 ([b0e673a](b0e673a)), closes [#29](#29)
pustovitDmytro added a commit that referenced this issue May 21, 2021
pustovitDmytro pushed a commit that referenced this issue May 21, 2021
## [1.6.1](v1.6.0...v1.6.1) (2021-05-21)

### Docs

* update README fixes #20, #29 ([53be9a9](53be9a9)), closes [#20](#20) [#29](#29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant