## [0.3.0] - 2025-01-25 - nested_select belongs_to limitation now prevents accidental foreign_key absence - primary keys are no longer need to be nested_selected - nested selects will combine all selections on multiple select invocations like the usual select values does - tests restructured - test/README added - removed biolerplates for basic selection ( you don't need to specify "table.*" in the root collection seletc ) ## [0.2.0] - 2025-01-25 - Tests are now a part of this repo - Readme cleared out - ABOUT_NESTED_SELECT md added. ## [0.1.0] - 2025-01-11 - Initial release