Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Increase version to 0.11.0 #254

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading