-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Changelog | ||
|
||
## v1.0.0 | ||
|
||
* Merge pull request #10 from abhi3700/users | ||
Add Users (with tests) module | ||
* Add Users module with tests | ||
|
||
* Add users.http | ||
|
||
* Merge pull request #9 from abhi3700/quotes | ||
Add quotes with tests | ||
* Add quotes with tests | ||
|
||
* Merge pull request #8 from abhi3700/comments | ||
Add comments module (with tests) | ||
* Add comments module (with tests) | ||
|
||
* Merge pull request #7 from abhi3700/posts | ||
Add Posts module (with tests) | ||
* Complete posts module along with tests | ||
|
||
* Add fns to posts, code refactoring | ||
|
||
* Merge pull request #6 from abhi3700/recipes | ||
Add Recipes module | ||
* Add recipes (with tests) module | ||
|
||
* Add to recipes.http | ||
|
||
* Add recipes.http | ||
|
||
* Merge pull request #5 from abhi3700/code-refactoring | ||
Code refactoring | ||
* Add README | ||
|
||
* Fix clippy error | ||
const variable with interior mutability is fixed by changing to static. | ||
|
||
* Create rust.yml for CI/CD | ||
|
||
* Merge pull request #4 from abhi3700/carts | ||
Add carts (with tests) module | ||
* Add carts (with tests) module | ||
|
||
* Merge pull request #3 from abhi3700/products | ||
Add Products (with tests) module | ||
* Add products module & its tests, code improve. via static -> const | ||
|
||
- Using const is a compile-time constant & lighter than static type. So, using this. | ||
|
||
* Add Default directly & remove new() fn | ||
|
||
* Merge pull request #2 from abhi3700/todos | ||
Add todos module & its tests | ||
* Add todos module & its tests | ||
|
||
* Merge pull request #1 from abhi3700/auth | ||
Add auth module & its tests | ||
* Add auth module & its tests | ||
|
||
* Add project boilerplate | ||
|
||
* Initial commit |