Skip to content

Commit

Permalink
sets release version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikkuikel committed Jan 10, 2024
1 parent f686049 commit f5d69f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changelog

All notable changes to `wasabi` will be documented in this file.
## [1.0.0] - 2024-01-10
- Features
- Initial release of Wasabi! 🚀
- Other Changes
- Created the foundational structure of the package.
- Set up basic configurations.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/pratikkuikel/wasabi/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/pratikkuikel/wasabi/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/pratikkuikel/wasabi.svg?style=flat-square)](https://packagist.org/packages/pratikkuikel/wasabi)

This package converts the level one json field attributes to the attributes of the model whenever the data is retrieved from the database using eloquent. It works only on retrieval.
This package converts the level one json column keys to the attributes of the model whenever the data is retrieved from the database using eloquent. It works only on retrieval.

## Installation

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "pratikkuikel/wasabi",
"description": "This is my package wasabi",
"version": "1.0.0",
"description": "Laravel Json column keys to model attributes",
"keywords": [
"pratikkuikel",
"laravel",
Expand Down

0 comments on commit f5d69f3

Please sign in to comment.