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.
- Generate boolean attributes
- Generate has_many associations
- Move to RSpec instead of Minitest
- Refactor implementation
- Basic
ai_generated
macro which populates the field you give it using a generated prompt. - Two options for generating the prompt, either pass a symbol or a proc.
- Configuration of OpenAI access token