Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 738 Bytes

File metadata and controls

21 lines (13 loc) · 738 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.1.6] - Unreleased

[0.1.5] - 2025-11-19

Added

  • Void() method for defining non-singleton null objects (0e89194)
  • Model.void(attributes) for creating instances with attribute overrides (0e89194)

Changed

  • Mimic module now delegates table_name to parent model (c6f3956)
  • Extracted create_null_class, setup_singleton_attributes, setup_instance_attributes helpers (b0a77f8)
  • Pass class_name to the Null() or Void() methods with an alternative class name. (d3284c4)