Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2023
1 parent 7ca1c76 commit 3674e93
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,26 @@
"type-plus": "7.6.0"
},
"changesets": [
"blue-pumpkins-accept",
"bright-ghosts-count",
"fluffy-files-flash",
"gentle-papayas-beg",
"large-windows-obey",
"lovely-horses-press",
"lucky-socks-walk",
"metal-buckets-stare",
"moody-badgers-refuse",
"nice-forks-hide",
"red-plums-look",
"serious-suns-drive",
"shaggy-roses-hug",
"short-suns-stare",
"silver-eggs-add",
"tricky-wasps-glow"
"strong-rabbits-tie",
"sweet-tools-clap",
"tidy-coins-relate",
"tough-files-sort",
"tricky-wasps-glow",
"two-shrimps-wonder"
]
}
34 changes: 34 additions & 0 deletions type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.1

### Major Changes

- a27e32e4e: Update `IsSymbol` and variances
- 3957e3193: Update `IsUnknown` and `IsNotUnknown`. Reomove `UnknownType` and `NotUnknownType`.
- d677a793e: Remove `StrictBigintType` and `NotStrictBigintType`
- 9e51d0b09: Remove `NonUndefined`. Use `Exclude` instead.
Remove `NonNull`. Use `Exclude` instead.
- 25b5d31f1: Remove `Positive`, `Negative`, `NumericType`, `NotNumericType`,
- 7e2ab3925: Update `IsTuple` and variances.
- 322a33df0: Update `IsString` and its variances.

### Minor Changes

- 33c02089f: Update `IsFunction`, `IsNotFunction`, `IsStrictFunction`, `IsNotStrictFunction`.

Remove `FunctionType`, `NotFunctionType`, `StrictFunctionType`, `NotStrictFunctionType`.

- 4c991f199: Add `Assignable<A, B>`.
Deprecated `CanAssign<A, B>` and `StrictCanAssign<A, B>`.
- d8848947a: Add `$DefineInputOptions` and `$DefineBranchOptions`.
Add support of handing `$any`, `$unknown`, `$never` for `IsAny`.

Add `$ResolveBranch` that fixes the `unknown` passthrough issue.

The types will be able to use in the form of `IsAny<T, { $then:..., $else:...}>`, hopefully.

It's still not recommended to do so, but at least it will not produce weird results.

Will need to convert other types to support that and add tests for them.

- 4dc227a62: Update `IsObject` and variants

## 8.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion type-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-plus",
"version": "8.0.0-beta.0",
"version": "8.0.0-beta.1",
"description": "Provides additional types for TypeScript.",
"keywords": [
"assert",
Expand Down

0 comments on commit 3674e93

Please sign in to comment.