Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Apr 15, 2015
1 parent cea1350 commit e7a68cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog

##### v.3.0.0 - 2015-04-15
* added new methods for updating and destroying:
autosize.update(elements)
autosize.destroy(elements)

* renamed custom events as to not use jQuery's custom events namespace:
autosize.resized renamed to autosize:resized
autosize.update renamed to autosize:update
autosize.destroy renamed to autosize:destroy

##### v.2.0.1 - 2015-04-15
* version bump for NPM publishing purposes

##### v.2.0.0 - 2015-02-25

* smaller, simplier code-base
Expand Down

0 comments on commit e7a68cd

Please sign in to comment.