Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.5] - 2022-07-18

Changed

  • Moved back to original namespace.

[1.0.4] - 2022-02-19

Changed

  • Made forms optional
  • Let you put null for cache ttl to cache forever

[v1.0.3] - 2022-02-15

Added

  • Can register a setting alias directly on the setting
  • Pass ES configuration to the frontend package immediately

[v1.0.2] - 2022-02-11

Fixed

  • Instantiating an encryption instance on boot

[v1.0.1] - 2022-02-11

Added

  • Support for Laravel 9

[v1.0.0] - 2022-02-11

Fixed

  • Autoloading of service provider

Added

  • Integrated with Vue.js.
  • API for controlling settings.
  • Protect settings with read and write permissions.

Changed

  • Moved to the elbowspaceuk package name
  • withAnyGroups is now withAnyGroup

[v0.0.2] - 2021-11-17

Added

  • Parallel test running

[v0.0.1] - 2021-11-17

Added

  • Initial Commit