From 3d707a27394bc16065533a7b23f6f12f87b30705 Mon Sep 17 00:00:00 2001
From: Thada Wangthammang
Date: Fri, 12 Jan 2024 11:43:32 +0700
Subject: [PATCH] update badge
---
.github/workflows/test.yml | 8 ++++----
.gitignore | 5 ++++-
README.md | 6 +++---
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2d339a0d..3f513084 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,15 +2,15 @@ name: "Build & Test"
on:
push:
- branches: [ main, dev ]
+ branches: [ v1.x ]
paths-ignore:
- '**/*.md'
- - '.github'
+ # - '.github'
pull_request:
- branches: [ main, dev ]
+ branches: [ v1.x ]
paths-ignore:
- '**/*.md'
- - '.github'
+ # - '.github'
env:
pnpm_version: 7
diff --git a/.gitignore b/.gitignore
index 467334ff..4cb12db5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,4 +131,7 @@ dist
inversify-express-utils
.idea
-.DS_Store
\ No newline at end of file
+.DS_Store
+
+.nx
+.azurite
\ No newline at end of file
diff --git a/README.md b/README.md
index 9260a510..39d8867c 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@
Azure Function Lightweight frameworks with DI, providing type safe function triggers and bindings
-
+
| Version | Status | Azure Functions Node.js | branch |
-|---------|-------------|-------------------------|--------|
+| ------- | ----------- | ----------------------- | ------ |
| v1.x | Maintenance | v3.x | v1.x |
-| v2.x | In Progress | v4.x | next |
+| v2.x | Alpha | v4.x | main |
> **Nammatham** v1 is stable now (I've currently used in production), due to Nammatham v1 is based on Azure Functions Node.js v3.5.x. Azure will release Azure Functions Node.js v4 in GA (General availability) soon, [See in Roadmap 2023](https://github.com/Azure/azure-functions-nodejs-library/wiki/Roadmap)
>