Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
releasing 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Feb 8, 2012
1 parent 54da312 commit c5fc50a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
0.2.0 (February 7, 2012)

* Integration tests (thanks fxposter) - issue #58

* Improved simple_form and 3.1 support (thanks fxposter)

* nested:fieldAdded event includes the newly added field (thanks harrigan)

* other minor bug fixes


0.1.1 (April 23, 2011)

* Support HTML options and block in add/remove link - issue #31

* Added new RegEx to generate new objects IDs correctly - issue #26 and issue #30


0.1.0 (March 26, 2011)

* Prefix new records with "new_" so there's no possible conflict with existing records - issue #21
Expand Down
2 changes: 1 addition & 1 deletion nested_form.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "nested_form"
s.version = "0.1.1"
s.version = "0.2.0"
s.authors = ["Ryan Bates", "Andrea Singh"]
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/nested_form"
Expand Down

0 comments on commit c5fc50a

Please sign in to comment.