### VERSION 0.5.0 * Add relation has_one to a dir_model * `file:` must be unique, you can't defined several file in the same dir_model * Simplification of `lib/dir_model/import.rb` ### VERSION 0.4.0 ### VERSION 0.3.4 ### VERSION 0.3.3 ### VERSION 0.3.2 ### VERSION 0.3.1 * Technical changes, Simplication of Path, use Array skill to give previous, current and next Path instead of using Enumerator ### VERSION 0.3.0 * Add Import feature ### VERSION 0.2.0 * Apply [CsvRowModel](https://github.com/FinalCAD/csv_row_model) pattern for export. ### VERSION 0.1.0 * First extraction