Skip to content

Commit

Permalink
Merge pull request #35 from WJSoftware:JP/Typescript
Browse files Browse the repository at this point in the history
feat!: TypeScript re-write
  • Loading branch information
webJose authored Nov 7, 2024
2 parents c053130 + 7d02005 commit 269dc70
Show file tree
Hide file tree
Showing 37 changed files with 1,899 additions and 1,970 deletions.
6 changes: 5 additions & 1 deletion PublishNote.md
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.
---
78 changes: 40 additions & 38 deletions README.md

Large diffs are not rendered by default.

220 changes: 207 additions & 13 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
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"
}
}
Loading

0 comments on commit 269dc70

Please sign in to comment.