-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from WJSoftware:JP/Typescript
feat!: TypeScript re-write
- Loading branch information
Showing
37 changed files
with
1,899 additions
and
1,970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
## v2.0.0 Is Live! | ||
## v3.0.0 | ||
|
||
Version 3.0.0 is a full re-write on the TypeScript side of the package. Its Intellisense is now fully accurate for | ||
almost everything and anything. It also exports the various data source classes to allow inheritance or composition to | ||
create other data sources. | ||
|
||
> Visit the [project's homepage](https://github.com/WJSoftware/wj-config) for the latest version of this README. | ||
--- |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"devDependencies": { | ||
"typescript": "^5.2.2" | ||
"publint": "^0.2.11", | ||
"typescript": "^5.6.2" | ||
} | ||
} |
Oops, something went wrong.