From ad82deb977f936a978f206834ecde734b5944f5d Mon Sep 17 00:00:00 2001 From: Nathachai Thongniran Date: Sun, 25 Oct 2020 07:59:36 +0700 Subject: [PATCH] docs(readme): update todo items and contribution --- README-en.md | 13 +++---------- README.md | 13 +++---------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/README-en.md b/README-en.md index 9f9be73..b48b0bd 100644 --- a/README-en.md +++ b/README-en.md @@ -42,21 +42,14 @@ bahttext(63147.89) ## Note - [x] Compatible with all browsers +- [x] Node.js version support: 6-12 +- [x] 0 Dependencies - [x] Unit test - [ ] Browser compatibility test - [ ] Remove duplication between test code and test-case-csv file - [x] [Demo page](https://jojoee.github.io/bahttext/) - [ ] Support negative number -- [ ] Fix semantic-release - -## Contribute for owner - -``` -$ npm install -g semantic-release-cli -$ semantic-release-cli setup - -Using above command to setup "semantic-release" -``` +- [x] Fix semantic-release ## Reference - [Microsoft Office's BAHTTEXT function](https://support.office.com/en-us/article/BAHTTEXT-function-5ba4d0b4-abd3-4325-8d22-7a92d59aab9c) diff --git a/README.md b/README.md index c0a0536..9699912 100644 --- a/README.md +++ b/README.md @@ -42,21 +42,14 @@ bahttext(63147.89) ## ฟีเจอร์ - [x] สามารถใช้งานได้ทุก เบราว์เซอร์ +- [x] สามารถใช้งานได้ตั้งแต่ Node.js version 6-12 +- [x] 0 Dependencies - [x] ทำการทดสอบแบบ unit test - [ ] ทดสอบบนเบราว์เซอร์ ในแต่ละ เวอร์ชั่น - [ ] ลดการซ้ำซ้อนของการเขียน ระหว่าง code และ ไฟล์ csv ในการทำการทดสอบ - [x] [หน้าตัวอย่างการใช้งาน](https://jojoee.github.io/bahttext/) - [ ] สนับสนุนการใช้งานกับตัวเลขติดลบ -- [ ] แก้ไข semantic-release - -## ร่วมพัฒนา - -``` -$ npm install -g semantic-release-cli -$ semantic-release-cli setup - -Using above command to setup "semantic-release" -``` +- [x] แก้ไข semantic-release ## อ้างอิง - [Microsoft Office's BAHTTEXT function](https://support.office.com/en-us/article/BAHTTEXT-function-5ba4d0b4-abd3-4325-8d22-7a92d59aab9c)