Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 625 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 625 Bytes

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

0.1.0 2019-07-19

  • Add signature to gem releases
  • Add Rails generator to create default initializer and encryption_settings.yml
  • Add ActiveRecord adapter
  • Add ActiveEncryption::Encryptable concern to (en|de)crypt object attributes
  • Add ActiveEncryption::Encryptor to abstract ActiveSupport::MessageEncryptor
  • Add DSL to configure the gem
  • Add encryption setting records and YAML-based store to persist them
  • Basic gem skeleton