From 5f14959ddcecd8a125ac07b7e9a6d1201b36faa8 Mon Sep 17 00:00:00 2001 From: florianbgt Date: Sun, 1 Dec 2024 14:09:49 +0100 Subject: [PATCH] readme and changelog --- README.md | 12 ++++++------ packages/cli/CHANGELOG.md | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e0eb3a..4ee511d 100644 --- a/README.md +++ b/README.md @@ -164,15 +164,15 @@ We welcome contributions from the community. Please read our [contributing guide This project is in the early stages of development. We are actively working on the project and will be releasing new features and improvements regularly, which may include a rewrite into a more efficient and generic language like Rust or Go. Please check our issues and project board for more information, and don't for. -- [x] Limited support for NodeJS/Typescript -- [x] Simple UI -- [x] Full support for NodeJS/Typescript -- [ ] Python support with Flask -- [ ] Django support -- [ ] Full python support +- [x] Javascript support +- [x] UI for configuration +- [x] Typescript support +- [x] Python support - [ ] PHP support - [ ] Java support - [ ] C# support +- [ ] C support +- [ ] C++ support ## On Donating diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3edae4b..536f156 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +Python support + ## [0.0.19] - 2024-11-13 Fix https://github.com/nanoapi-io/napi/issues/38