Skip to content

Commit

Permalink
CHANGELOG: add changelog for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Apr 22, 2023
1 parent 2478df8 commit c96ccc0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG/CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# v0.1.0

## Changelog since v0.1.0

### Known Issues

No new known issue.

### Security Notes

No new security note.

### Changes

#### Feature

- add program `typst-ts-cli`, with [commands: compile, font:list](https://github.com/Myriad-Dreamin/typst.ts/blob/2478df888282af09dc814a481348745c4311f98f/cli/src/lib.rs).

- add program `typst-ts-fontctl` to download font assets from typst repo, [ref](https://github.com/Myriad-Dreamin/typst.ts/blob/2478df888282af09dc814a481348745c4311f98f/contrib/fontctl/src/main.rs).

- add `typst_ts_core::Artifact` to represent a precompiled document.

- add `typst_ts_core::Artifact::to_document` to convert an artifact to a `typst::doc::Document`.

- introduce `typst_ts_core::config::WorkspaceConfig` for configure workspace for compiler.

- introduce `typst_ts_core::config::CompileOpts` for control low-level behavior of compiler.

- add `@myriaddreamin/typst.ts/createTypstRenderer(pdfjsModule): TypstRenderer`.

- add method `init` and method `render` to `@myriaddreamin/typst.ts/TypstRenderer`.

- add `@myriaddreamin/typst.ts/preloadRemoteFonts: BeforeBuildFn`.

- add `@myriaddreamin/typst.ts/preloadSystemFonts: BeforeBuildFn`.

- add `@myriaddreamin/typst.react/<TypstDocument fill?='' artifact=''>`.
3 changes: 3 additions & 0 deletions CHANGELOG/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CHANGELOGs

- [CHANGELOG-0.1.md](./CHANGELOG-0.1.md)

0 comments on commit c96ccc0

Please sign in to comment.