Skip to content

Commit

Permalink
Added changelog for @tomic/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Nov 1, 2023
1 parent 5f710d9 commit 35574e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ This changelog covers all three packages, as they are (for now) updated as a who

## UNRELEASED

### @tomic/cli

- Created @tomic/cli, a tool that generates typescript types based on the provided ontologies

### @tomic/lib

- When saving a resource whose parent has not yet been saved we now add them to a batch that gets saved later when the parent is saved.
- The `scope` option in `SearchOpts` has changed to `parents` and now accepts an array of subjects instead of a single subject.
- BREAKING: Removed `getCommitBuilder()` method from `Resource`
- Added `hasUnsavedChanges()` method to `Resource`
- No longer clones resources when notifying.
- TS: Added support for typed resources which will give you better type hints when used with ontologies (see @tomic/cli)

### Atomic Browser

Expand Down

0 comments on commit 35574e3

Please sign in to comment.