Skip to content

Releases: anisAronno/laravel-settings

v1.1.2

21 Jan 06:37
Compare
Choose a tag to compare

Release Note
Version: 1.1.2

REMOVE CONTROLLER AND ADD CACHING WITHOUT LARAVEL TAGS

Release Feature:

  • Remove controller and api route
  • Remove cache Manager
  • Remove Cache Tags Dependency
  • Add Default Caching

Full Changelog: v1.1.1...v1.1.2

v0.1.6

02 Nov 06:04
Compare
Choose a tag to compare

Release Note
Version: 0.1.6

Authorization and User Relation Update:

  • Authorization is now applied for inserting and updating data, enhancing security and access control.
  • Deleted the user relation for improved data management.

Release Description:
In this release, we've introduced crucial changes to enhance the security and data management aspects of the Laravel Settings package. Authorization is now applied for both inserting and updating data, ensuring that only authorized users can perform these actions. This update strengthens the access control of your application's settings.

Additionally, we've removed the user relation, which streamlines data management. This change helps in maintaining a cleaner and more efficient structure for the settings data.

Full Changelog: v0.1.5...v0.1.6

Contributor:
@anisAronno

v0.1.5

02 Nov 03:52
Compare
Choose a tag to compare

Release Note
Version: 0.1.5

API Route Middleware Update:

  • Updated the API route middleware to provide more flexibility in authentication.

Release Description:
In this release, we've enhanced the API route middleware for the settings routes, allowing for more flexibility in authentication. You can now easily customize the authentication guard for the settings API routes by publishing the config file and configuring the 'guard' key according to your requirements.

Full Changelog: v0.1.4...v0.1.5

Contributor:
@anisAronno

v0.1.4

01 Nov 10:30
Compare
Choose a tag to compare

Release Note
Version: 0.1.4

Test Configuration Update:

  • Updated the test case configuration for improved testing.

New Feature:

  • Added the "hasSettings" method to check if a key exists in the database.

Release Description:
In this release, we've made updates to the test case configuration to enhance the testing process, ensuring the reliability and efficiency of the testing suite. Additionally, we've introduced a new feature, the "hasSettings" method, which allows you to check if a specific key exists in the database. This feature enhances the functionality of your application by providing a convenient way to verify the presence of keys in your database settings.

Full Changelog: v0.1.3...v0.1.4

Contributor:
@anisAronno

v0.1.3

16 Oct 08:40
Compare
Choose a tag to compare

Release Note
Version: 0.1.3

Features:

  • Separated the Cache Helper File to a Standalone Package.

Release Description:
In this release, we've separated the Cache Helper File into a standalone package. This enhancement streamlines the caching mechanism, making it more modular and maintainable. The package can now be independently updated and customized for your caching needs.

Full Changelog: v0.1.2...v0.1.3

Contributor:
@anisAronno

v0.1.2

11 Oct 19:37
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2