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.
- Void() method for defining non-singleton null objects (0e89194)
- Model.void(attributes) for creating instances with attribute overrides (0e89194)
- 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)