Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Sep 1, 2024
1 parent 0e94d73 commit 85bf37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,14 @@ features of v4000, while v4000 will have the most features and breaking changes.
- added evaluation of the first and second derivatives for all splines
- added higher order easing functions linear, steps and cubic-bezier

## TypeScript

- now you can type `get()` with a type parameter and passsing component types.

```ts
const player = get<BodyComp>("player");
```

## Deprecations

> All changes applies for both v3001 and v4000
Expand Down

0 comments on commit 85bf37c

Please sign in to comment.