Releases: NoRedInk/live_fixtures
Releases · NoRedInk/live_fixtures
support custom callbacks per table
v2.1.0 Version 2.1.0
0.3.1
[0.3.1] - 2018-03-28
Breaking changes
- None
Fixed
- None
Added
- It is now possible to export an attribute named "id" when it is included among the additional attributes. #25
0.3.0
[0.3.0] - 2017-08-10
Breaking changes
- Imports now raise an error when unable to find a referenced model.
To avoid this behavior, pass the optionskip_missing_refs: true
. #24
Fixed
- For models with serialized attributes (for storing a ruby object or json blob in a single column, for example), live_fixtures will now use the coder specified in the model definition to dump the value to a string, rather than serializing it to yaml. #10, #11