Skip to content

Commit

Permalink
[Release] Increase version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nev21 committed Mar 18, 2024
1 parent 2b5bbe9 commit adad44f
Show file tree
Hide file tree
Showing 247 changed files with 1,368 additions and 1,351 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.11.0 Mar 17th, 2024

## Changelog

- #252 [Bug] TypeError: Illegal invocation when calling setTimeout
- #246 [Bug] Package sizes are too large
- #241 Remove removed function link from readme
- #244 Fix CreateIteratorContext `n` documentation

# v0.10.5 Feb 6th, 2024

Minification and minor performance improvements, adds `createcacheValue`, `safe` implementations.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Install the npm packare: `npm install @nevware21/ts-utils --save`
> It is suggested / recommended that you use the following definition in your `package.json` so that you are compatible with any future releases as they become available
> we do not intend to make ANY known breaking changes moving forward until v2.x
> ```json
> "@nevware21/ts-utils": ">= 0.10.5 < 2.x"
> "@nevware21/ts-utils": ">= 0.11.0 < 2.x"
> ```
And then just import the helpers and use them.
Expand Down
15 changes: 15 additions & 0 deletions docs/typedoc/assets/icons.js

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

Loading

0 comments on commit adad44f

Please sign in to comment.