Skip to content

Commit

Permalink
v0.32
Browse files Browse the repository at this point in the history
  [ ENHANCEMENTS ]
    - add id() as a shortcut method for `->attr('id')`. [GH#38]
    - add 'name()' as a shortcut method for `->attr('name')`. [GH#39]
    - add 'data()' as a shortcut method for `->attr('data-*foo*')`. [GH#40]
    - add `toggle_class()` method. [GH#41]

  [ STATISTICS ]
    - code churn: 5 files changed, 394 insertions(+), 172 deletions(-)
  • Loading branch information
yanick committed Aug 29, 2015
1 parent 8e3e3fc commit 6ceaf0c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Changes
Expand Up @@ -8,15 +8,21 @@ Revision history for Perl extension Web::Query
[ DOCUMENTATION ]

[ ENHANCEMENTS ]
- add id() as a shortcut method for `->attr('id')`. [GH#38]
- add 'name()' as a shortcut method for `->attr('name')`. [GH#39]
- add 'data()' as a shortcut method for `->attr('data-*foo*')`. [GH#40]
- add `toggle_class()` method. [GH#41]

[ NEW FEATURES ]

[ STATISTICS ]

0.32 2015-08-29
[ ENHANCEMENTS ]
- add id() as a shortcut method for `->attr('id')`. [GH#38]
- add 'name()' as a shortcut method for `->attr('name')`. [GH#39]
- add 'data()' as a shortcut method for `->attr('data-*foo*')`. [GH#40]
- add `toggle_class()` method. [GH#41]

[ STATISTICS ]
- code churn: 5 files changed, 394 insertions(+), 172 deletions(-)

0.31 2015-08-25
- each() would skip nodes if its subref was calling remove(). [yanick]
- remove duplicate code for duplicate(). [yanick]
Expand Down

0 comments on commit 6ceaf0c

Please sign in to comment.