Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
M Nasrul Alawy authored and M Nasrul Alawy committed Oct 26, 2022
1 parent ef394bb commit 2ce21be
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Expand Up @@ -302,7 +302,7 @@
"languageVersion": "2.14"
}
],
"generated": "2022-10-26T04:57:51.245270Z",
"generated": "2022-10-26T06:29:26.774726Z",
"generator": "pub",
"generatorVersion": "2.18.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 1.0.0

- Initial version.

## 1.1.0

### Stable version

* Custom host server and port
* GET, POST, PUT, DELETE, PATCH Routes
* ORM CRUD to PostgreSQL
* ORM CRUD to MySQL
* Global Middleware
* Specific Route Middleware
* Auth
* Base Response Ok & Forbidden
* Header CORS
* Base64 decode to File
12 changes: 9 additions & 3 deletions README.id-ID.md
Expand Up @@ -9,10 +9,16 @@ Dchisel adalah dart framework simpel untuk membuat REST API

## Fitur-Fitur

* kustomisasi host server dan port
* Custom host server and port
* GET, POST, PUT, DELETE, PATCH Routes
* CRUD ORM pada database PostgreSQL
* CRUD ORM pada database MySQL
* ORM CRUD to PostgreSQL
* ORM CRUD to MySQL
* Global Middleware
* Specific Route Middleware
* Auth
* Base Response Ok & Forbidden
* Header CORS
* Base64 decode to File

## Penggunaan

Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions pubspec.yaml
Expand Up @@ -25,5 +25,10 @@ dependencies:
executables:
dchisel: dchisel

platforms:
windows:
linux:
macos:

#dev_dependencies:
#pedantic: ^1.10.0

0 comments on commit 2ce21be

Please sign in to comment.