Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
* changed org url
  • Loading branch information
TREER00T committed Jan 17, 2023
1 parent bd62d6d commit 1da4b99
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ChangeLog

### Version 2.x
[Change Log](https://github.com/treegex/opensql/tree/main/CHANGELOG/2.x/CHNAGELOG.md)
[Change Log](https://github.com/opensql-org/opensql/tree/main/CHANGELOG/2.x/CHNAGELOG.md)
6 changes: 6 additions & 0 deletions CHANGELOG/2.x/CHNAGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

## Version 2.0.8

2023-1-17

* Change Org link

## Version 2.0.7

2023-1-7
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
We're excited to see that you might be interested in contributing to Opensql! No need to ask permission to participate. For example, anyone can open issues and suggest changes to the source code (via pull requests). Here are some ways people can get involved:


* Opening well-written bug reports [(via New Issue)](https://github.com/treegex/opensql/milestone/1)
* Opening well-written feature requests [(via New Issue)](https://github.com/treegex/opensql/milestone/2)
* Opening well-written bug reports [(via New Issue)](https://github.com/opensql-org/opensql/milestone/1)
* Opening well-written feature requests [(via New Issue)](https://github.com/opensql-org/opensql/milestone/2)
* Opening Pull Requests to fix bugs or make other improvements
* Reviewing (i.e. commenting on) open Pull Requests, to help their creators improve it if needed and allow maintainers to take less time looking into them
* Helping to clarify issues opened by others, commenting and asking for clarification
Expand All @@ -22,7 +22,7 @@ Most operating systems provide all the needed tools (including Windows, Linux an

### 1. Clone the repository

Clone the repository (if you haven't already) via git clone https://github.com/treegex/opensql. If you plan on submitting a pull request, you can create a fork by clicking the fork button and clone it instead with git clone https://github.com/your-github-username/opensql, or add your fork as an upstream on the already cloned repo with git remote add upstream https://github.com/your-github-username/opensql.
Clone the repository (if you haven't already) via git clone https://github.com/opensql-org/opensql. If you plan on submitting a pull request, you can create a fork by clicking the fork button and clone it instead with git clone https://github.com/your-github-username/opensql, or add your fork as an upstream on the already cloned repo with git remote add upstream https://github.com/your-github-username/opensql.

### 2. Install the Node.js dependencies

Expand Down
Binary file modified README.md
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

In this section, we take an in-depth look at Opensql and provide you with more detailed information on how to use it.

- [Connection](https://github.com/treegex/opensql/tree/main/docs/interface/Connection.md)
- [Opensql Methods](https://github.com/treegex/opensql/tree/main/docs/interface/OpensqlMethods.md)
- [DataType](https://github.com/treegex/opensql/tree/main/docs/interface/DataType.md)
- [Enum And Variable Helper](https://github.com/treegex/opensql/tree/main/docs/interface/EnumAndVariableHelper.md)
- [Function Helper](https://github.com/treegex/opensql/tree/main/docs/interface/FunctionHelper.md)
- [Connection](https://github.com/opensql-org/opensql/tree/main/docs/interface/Connection.md)
- [Opensql Methods](https://github.com/opensql-org/opensql/tree/main/docs/interface/OpensqlMethods.md)
- [DataType](https://github.com/opensql-org/opensql/tree/main/docs/interface/DataType.md)
- [Enum And Variable Helper](https://github.com/opensql-org/opensql/tree/main/docs/interface/EnumAndVariableHelper.md)
- [Function Helper](https://github.com/opensql-org/opensql/tree/main/docs/interface/FunctionHelper.md)
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

## Getting Started

We have a simple example of how to work with Opensql in this link if you want to take a look at the [Getting Started](https://github.com/treegex/opensql/tree/main/docs/start.md)
We have a simple example of how to work with Opensql in this link if you want to take a look at the [Getting Started](https://github.com/opensql-org/opensql/tree/main/docs/start.md)


## API Document

If you are the type of person who is interested in learning and mastering documents, you can refer to the [Document API](https://github.com/treegex/opensql/tree/main/docs/api.md). In this part, we will have a more detailed look at the life cycle and its functions and parameters, etc.
If you are the type of person who is interested in learning and mastering documents, you can refer to the [Document API](https://github.com/opensql-org/opensql/tree/main/docs/api.md). In this part, we will have a more detailed look at the life cycle and its functions and parameters, etc.


## Change Log

To learn about updates, features, bugs, or writing errors, you can refer to the [Change Log](https://github.com/treegex/opensql/blob/main/CHNAGELOG.md).
To learn about updates, features, bugs, or writing errors, you can refer to the [Change Log](https://github.com/opensql-org/opensql/blob/main/CHNAGELOG.md).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensql",
"version": "2.0.7",
"version": "2.0.8",
"description": "OpenSql is a promise-based Node.js ORM tool for MySql, Postgres and Microsoft Sql Server",
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/treegex/opensql.git"
"url": "git+https://github.com/opensql-org/opensql.git"
},
"keywords": [
"orm",
Expand Down Expand Up @@ -41,7 +41,7 @@
"author": "Ali Azmoodeh <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/treegex/opensql/milestone/1"
"url": "https://github.com/opensql-org/opensql/milestone/1"
},
"homepage": "https://github.com/treegex/opensql#readme"
"homepage": "https://github.com/opensql-org/opensql#readme"
}

0 comments on commit 1da4b99

Please sign in to comment.