Sha256: 39ab8fe0d27ae48ba2cd4e5eb3fbe167237e713c3d199a1782c3b00b529c62aa
Contents?: true
Size: 1.74 KB
Versions: 1
Compression:
Stored size: 1.74 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 1.1.2 ### Added - Added `UltraSettings::ApplicationView` which can be used to embed the web UI application showing the configuration inside your own templates. So now you can more seamlessly integrate the settings UI into your own admin tools. ## 1.1.1 ### Added - Support for deep linking to a specific configuration section in the web UI. This is done by adding a query fragment to the URL matching the configuration name. ### Changed - Changed the title on the Web UI to "Application Configuration" to better match the semantics of configuration objects. ## 1.1.0 ### Added - Revamped web UI that can now display setting values. - Added option to specify fields as a secret in the configuration to prevent exposing sensitive information in the web interface. By default all fields are considered secrets. This can be changed per configuration by setting the `fields_secret_by_default` property to `false`. - Added `UltraSettings::ConfigurationView` which can be used to embed the HTML table showing the configuration options and values inside other admin views. So now you can more seamlessly integrate the settings view into your own admin tools. - Add `__to_hash__` method to `UltraSettings::Configuration` which can to serialize the current configuration values as a hash. This value can be used for comparing configuration between environments. ## 1.0.1 ### Added - Optimize object shapes for the Ruby interpreter by declaring instance variables in constructors. ## 1.0.0 ### Added - Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultra_settings-1.1.2 | CHANGELOG.md |