# CHANGELOG ## 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.