just-types
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"repository": "webNeat/just-types", | ||
@@ -33,8 +33,10 @@ "homepage": "https://github.com/webNeat/just-types#just-types", | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"tslib": "^2.5.0", | ||
"@types/node": "^18.15.11", | ||
"typescript": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"tslib": "^2.5.0", | ||
"typescript": "^5.0.3", | ||
"@types/node": "^18.15.11", | ||
"@types/fs-extra": "^11.0.1", | ||
@@ -41,0 +43,0 @@ "expect-type": "^0.15.0", |
@@ -109,3 +109,3 @@ # Just types | ||
- **Suggesting new types**: If you have a common use case that you think worth having its own custom type, open an issue and we will discuss it. Do you already have an implementation for it? great, make a pull request and I will review it. Please make sure your code is consistent with the rest of the codebase and use [Prettier](https://prettier.io/) and [EditorConfig](https://editorconfig.org/) to format your files. | ||
- **Suggesting new types**: If you have a common use case that you think worth having its own custom type, open an issue and we will discuss it. Do you already have an implementation for it? great, make a pull request and I will review it. | ||
@@ -116,2 +116,17 @@ Those are just examples, any issue or pull request is welcome :) | ||
**2.0.0-alpha.2 (April 13th 2023)** | ||
- Add types: | ||
- In `common` module: `Normalize` | ||
- In `object` module: `PartialKeys`, `PartialValues`, `RequiredKeys` and `RequiredValues` | ||
**2.0.0-alpha.1 (April 11th 2023)** | ||
- Full rewrite of the library. | ||
- Rewrite some types to use less recursion and be more efficient. | ||
- Separate types into modules: `tuple`, `string`, `object`, ... | ||
- Generate docs directly from source code. | ||
- Drop Parcel and use `tsc` instead. | ||
- Rename some types for better naming convention `FilterOut => tuple.Exclude`, `FilterProps => object.ExtractValues`, `FilterPropsOut => object.ExcludeValues`, ... | ||
**1.6.0 (Sptember 24th 2022)** | ||
@@ -118,0 +133,0 @@ |
35705
2
182
8
- Removed@types/node@^18.15.11
- Removedtslib@^2.5.0
- Removedtypescript@^5.0.3
- Removed@types/node@18.19.76(transitive)
- Removedundici-types@5.26.5(transitive)