-
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.
versionlog.md and readme.md files are updated
- Loading branch information
1 parent
a6b2765
commit 0a24f89
Showing
2 changed files
with
57 additions
and
44 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
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 |
---|---|---|
@@ -1,45 +1,50 @@ | ||
# Versions | ||
|
||
## 0.0.1 2018-09-12 | ||
* Initial commit. | ||
## 0.2.0 2019-01-20 | ||
* RBValidator class created. | ||
* Status automatically set to "true" whenever status code is 2XX. | ||
* RB_Request class renamed to RBRequest. | ||
* HttpStatusCodes class renamed to HttpStatusCode. | ||
* make:rb_request command renamed to make:rbrequest. | ||
|
||
## 0.0.2 2018-09-12 | ||
* Response class created. | ||
## 0.1.3 | ||
* Refactoring. | ||
* Documentation updated. | ||
|
||
## 0.0.3 2018-09-12 | ||
* "src" directory created. | ||
* Composer autoload added. | ||
## 0.1.2 2018-09-18 | ||
* Issues fixed related to rb_request blade generator. | ||
|
||
## 0.0.4 2018-09-14 | ||
* getResponse() method added. | ||
* unit test created for Response class. | ||
## 0.1.1 2018-09-18 | ||
* Vendor publishing issue fixed | ||
|
||
## 0.0.5 2018-09-14 | ||
* Type hints added in Response class. | ||
* Readme.md added. | ||
## 0.1.0 2018-09-18 | ||
* Introducing RB_Request. | ||
* Artisan command created for RB_Request generation. | ||
* Making things configurable. | ||
|
||
## 0.0.6 2018-09-14 | ||
* Updates to composer.json file. | ||
## 0.0.8 2018-09-15 | ||
* HttpStatusCodes class created. | ||
|
||
## 0.0.7 2018-09-14 | ||
* ResponseTest refactoring. | ||
|
||
## 0.0.8 2018-09-15 | ||
* HttpStatusCodes class created. | ||
|
||
## 0.1.0 2018-09-18 | ||
* Introducing RB_Request. | ||
* Artisan command created for RB_Request generation. | ||
* Making things configurable. | ||
## 0.0.6 2018-09-14 | ||
* Updates to composer.json file. | ||
|
||
## 0.1.1 2018-09-18 | ||
* Vendor publishing issue fixed | ||
## 0.0.5 2018-09-14 | ||
* Type hints added in Response class. | ||
* Readme.md added. | ||
|
||
## 0.1.2 2018-09-18 | ||
* Issues fixed related to rb_request blade generator. | ||
## 0.0.4 2018-09-14 | ||
* getResponse() method added. | ||
* unit test created for Response class. | ||
|
||
## 0.1.3 | ||
* Refactoring. | ||
* Documentation updated. | ||
## 0.0.3 2018-09-12 | ||
* "src" directory created. | ||
* Composer autoload added. | ||
|
||
## 0.0.2 2018-09-12 | ||
* Response class created. | ||
|
||
## 0.0.1 2018-09-12 | ||
* Initial commit. |