Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 701 Bytes

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.

0.3.0: 2024-02-15

Added:

  • Generate boolean attributes

0.2.2: 2023-11-15

Added:

  • Generate has_many associations

Changed:

  • Move to RSpec instead of Minitest
  • Refactor implementation

0.1.0: 2023-10-29

Added

  • 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