Skip to content

Commit

Permalink
chore: release v1.20.0 (#55)
Browse files Browse the repository at this point in the history
* feat(#52): finish  `ImmutableKeys` & `MutableKeys`

* chore(release): v1.18.0

* feat: set `IfExtends`

* chore: cleanup source file

* chore: cleanup

* feat(#54): finish `DeepOmit<T,SL>`

* chore: cleanup

* chore(release): v1.21.0
  • Loading branch information
AshGw committed Apr 19, 2024
1 parent afa7bd8 commit a85b5a5
Show file tree
Hide file tree
Showing 11 changed files with 629 additions and 209 deletions.
114 changes: 114 additions & 0 deletions CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
### Installation
```bash
npm i ts-roids
# or
pnpm i ts-roids
```

If you're only using types, you can install it as a dev dependency.
### Examples
#### Lock a class (make it immutable) and finalize it (prohibit further extension)
```ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-roids",
"version": "1.17.0",
"version": "1.21.0",
"private": false,
"description": "Extending the TS library with types and decorators that should've been built-in",
"keywords": [
Expand Down
Loading

0 comments on commit a85b5a5

Please sign in to comment.