# CHANGELOG ## 1.2.0 * Add support for namespaced models ([#24][]) * Add missing accepts nested attributes to School. * Explicitly import administrate and field JS/CSS. * Add ru locale ([#26][]). * Add pt locale ([#25][]). * Add Circle CI. * Upgrade Ruby to 2.6.3. * Add a dummy test app ([#19][]). [#24]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/24 [#26]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/26 [#25]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/25 [#19]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/19 ## 1.1.0 * Add a `.ruby-version` file. * Adjust to upstream administrate changes. * Add Japanese locale. ## 1.0.0 * Add `rake` for testing and release tools ([#16][]). * Fixes for `administrate` 0.9.0 ([#11][]). * Ensure current data is injected into nested fields ([#10][]). * Remove direct dependency on Rails ([#10][]). * Add i18n support ([#10][]). * Make styling more consistent with `has_one` form ([#10][]). * Add missing Gemfile and missing dependency on RSpec ([#15][]). * Update gem location and authors ([#14][]). * Avoid circular dependencies by not including the full library in the Gemspec ([#13][]). [#16]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/16 [#15]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/15 [#14]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/14 [#13]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/13 [#11]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/11 [#10]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/10 ## 0.1.0 * Updates for changes in `administrate` 0.2.1. * Import JavaScript automatically. ## 0.0.2 * Add missing import for `cocoon`. * Note stop gap fix for missing JavaScript imports. ## 0.0.1 * Initial Release.