diff --git a/.gitignore b/.gitignore index 54f07af..214425f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ dist-ssr *.ntvs* *.njsproj *.sln -*.sw? \ No newline at end of file +*.sw? + +src/*.js \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bebf8fd..f45a426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ +## 0.0.2 (2024-08-22) + + +### Bug Fixes + +* add the ci & release flow ([043d64a](https://github.com/karlsbeard/ts-tree-tools/commit/043d64ac9a4d5ba1a00ce6a3d9f1a8ab6d6d4fbf)) +* change the release yml ([0f03f1f](https://github.com/karlsbeard/ts-tree-tools/commit/0f03f1f00610f853d5327eafb684e59cb6563c73)) + + +### Features + +* add the basic toTree function ([622deaa](https://github.com/karlsbeard/ts-tree-tools/commit/622deaa1a87776f2a6cac1858c61296f6b1594a3)) +* add the typecheck ([68461c8](https://github.com/karlsbeard/ts-tree-tools/commit/68461c819d45dfc3e8b5014f6bc686beaea5e0c6)) +* initial commit ([0e1ae2c](https://github.com/karlsbeard/ts-tree-tools/commit/0e1ae2c72ca54436277b56687c85a92c24918435)) + ## 0.0.1 (2024-07-24) diff --git a/README.md b/README.md index 33895ab..407e615 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ -# Vue 3 + TypeScript + Vite +# TS Tools for processing tree structure -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `