[libweb-query-perl] annotated tag upstream/0.32 created (now 33c0a28)

gregor herrmann gregoa at debian.org
Fri Sep 4 18:49:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.32
in repository libweb-query-perl.

        at  33c0a28   (tag)
   tagging  f9b82197b5b4c703d2608993a0463801072c4abe (commit)
  replaces  upstream/0.31
 tagged by  gregor herrmann
        on  Fri Sep 4 20:44:44 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.32

Carlos Fernando Avila Gratz (43):
      subclass friendly
      subclass-friendly code improved, test added
      fixed find() bug
      fixed t/find.t test plan
      fixed t/replace_with.t
      choosing find() xpath root based on whether node has parent
      find() now always includes root nodes if matches
      new jQuery compatible methods, and related tests
      fixed remove() to get rid of removed element refs
      now storing comments from parsed html
      added t/store_comments.t, and fixed html() to store comments
      added clone() method
      changed clone() not to use HTML::Element directly
      created _build_tree() method
      modified new_from_element() to ignore non-blessed items
      new_from_file() now calling guts() instead of elementify()
      fixed html() method, now using $self->_build_tree
      calling parent() instead of undocumented getParentNode()
      Merge pull request #20 from tokuhirom/fix_html_method
      calling disembowel() instead of guts()
      Merge pull request #21 from tokuhirom/disembowel_instead_of_guts
      Checking in changes prior to tagging of version 0.18.
      new() now accepts another Web::Query object
      implemented contents() method
      Merge branch 'new_from_object'
      fixed t/content.t plan
      Checking in changes prior to tagging of version 0.19.
      improved documentation
      fixed find() to match only descendant elements
      Checking in changes prior to tagging of version 0.20.
      fixed filter() that relied on wrong find() behavior
      fixed two t/03_traverse.t tests that was expecting wrong behavior from filter()
      new jQuery-compatible method: add()
      Checking in changes prior to tagging of version 0.21.
      added new module: Web::Query::LibXML
      Checking in changes prior to tagging of version 0.22.
      improved find() documentation
      fixed cpanfile min perl version
      modified tests to use the expression form of eval to try to load Web::Query::LibXML
      Checking in changes prior to tagging of version 0.23.
      Merge pull request #27 from DQNEO/remove_unused_variable
      Merge pull request #26 from DQNEO/fix_synopsis_to_work_stably
      Merge pull request #28 from DQNEO/implement_get_eq

DQNEO (4):
      modify sample codes in SYNPOSIS to work more stably
      remove $content that is not used
      _build_tree is not an instance method but a class method
      implement get() and eq() as in jQuery

Hiroki Honda (2):
      fixed as (empty)->first->size and (empty)->last->size return 0
      added ->map and ->filter methods

Kang-min Liu (1):
      Implement a remove method that effects the html results.

Oleg (1):
      first() and last() should construct new object, but not modify self

Tokuhiro Matsuno (37):
      initial import
      initial import
      enhancements
      link to pQuery
      added ->size and ->parent method.
      Merge branch 'master' of github.com:tokuhirom/Web-Query
      updated .gitignore file
      added ->first, ->last method.
      Checking in changes prior to tagging of version 0.06.
      depend to latest Test-More
      modernize package
      html5 support ref.
      Checking in changes prior to tagging of version 0.07.
      Merge pull request #2 from Cside/spike
      Checking in changes prior to tagging of version 0.08.
      Merge pull request #4 from olegwtf/master
      Merge pull request #5 from gugod/master
      Merge pull request #6 from yanick/master
      Merge pull request #7 from cafe01/subclassfriendly
      Merge pull request #8 from cafe01/findmethodbug
      Merge pull request #9 from cafe01/fixreplacewithtest
      Merge pull request #10 from cafe01/findimprovment
      Merge pull request #11 from cafe01/newmethods
      Merge pull request #14 from cafe01/clone
      Merge pull request #13 from cafe01/storecomments
      Merge pull request #12 from cafe01/removebug
      Merge pull request #16 from tokuhirom/refactorparsehtml
      Merge pull request #17 from tokuhirom/improved_new_from_element
      Merge pull request #18 from tokuhirom/guts_instead_of_elementify
      Merge pull request #19 from tokuhirom/parent_instead_of_getParentNode
      Merge pull request #29 from yanick/replace_with
      Checking in changes prior to tagging of version 0.24.
      Set authority.
      Checking in changes prior to tagging of version 0.25.
      Merge pull request #31 from xaicron/master
      Checking in changes prior to tagging of version 0.26.
      Merge pull request #32 from moznion/last_response

Yanick Champoux (67):
      correct some doc typos.
      Add a 'indent' option for new(), such that we can pretty-print the HTML
      fix html() to return the inner html
      document the remove() method
      add as_html()
      fix wq() to accept html fragments
      replace_with
      correct some doc typos.
      things play nicely with text elements in the trees
      new() doesn't return undef when it should
      new() doesn't deal with options if it's undef
      Merge branch 'new-returns-undef'
      add 'no_whitespace_compaction'
      changelog
      Merge branch 'preserve-whitespaces'
      add tagname()
      for LibXML as well
      changelog
      Merge branch 'tagname'
      allow selectors to be xpath
      changelog
      Merge branch 'xpath'
      preps for release
      minil should take care of that
      Checking in changes prior to tagging of version 0.27.
      refactoring
      new_with_html's options were breaking new_with_element
      version bump
      add() now returns a new element
      deal nicely with text nodes
      next() weeds out empty elements
      add not()
      add 'and_back()'
      add 'next_until'
      changelog fix
      prep for release
      prep for v.29
      test was failing if XML::LibXML was not present
      bump version
      make each play well with remove
      changelog
      Merge branch 'each-remove'
      remove duplication of code
      changelog
      merge branch 'remove-duplicate'
      unused variable
      merge branch 'unused-variable'
      dzilification
      for now
      Build results of 9948b8b (on dzil)
      v0.31
      add id()
      changelog
      merge branch 'id-attribute'
      add name()
      changelog
      merge branch 'name-attribute'
      add data()
      changelog
      merge branch 'data-attribute'
      add toggle_class()
      changelog
      merge branch 'toggle_class'
      dzilification
      for now
      manifest
      Build results of 3ee3989 (on dzil)

gregor herrmann (1):
      Imported Upstream version 0.32

moznion (2):
      Implement class method to return last HTTP response
      Fix test cases

tokuhirom (33):
      depend to latest version of modules
      update manifest file
      Checking in changes prior to tagging of version 0.01.
      added docs for find method(reported by kan++).
      Checking in changes prior to tagging of version 0.02.
      this commit may fix fucking testing issue on win32
      Checking in changes prior to tagging of version 0.03.
      Checking in changes prior to tagging of version 0.04.
      added docs for 'how do i customize useragent'.
      Checking in changes prior to tagging of version 0.05.
      fixed live test case since the testee's html template was modified.
      modernize package
      doc fix, added test case for pull-req #4
      Checking in changes prior to tagging of version 0.09.
      [INCOMPATIBLE CHANGES]new_from_url() is no longer throws exception on bad response from HTTP server.
      Checking in changes prior to tagging of version 0.10.
      Merge branch 'master' of github.com:tokuhirom/Web-Query
      Checking in changes prior to tagging of version 0.11.
      added travis
      Merge branch 'master' of github.com:tokuhirom/Web-Query
      minil migrate
      Checking in changes prior to tagging of version 0.12.
      Search from '//' when the node was created from HTML. ref. #8
      one more test case
      Checking in changes prior to tagging of version 0.13.
      Checking in changes prior to tagging of version 0.14.
      Merge branch 'master' of github.com:tokuhirom/Web-Query
      Checking in changes prior to tagging of version 0.15.
      minil migrate
      Checking in changes prior to tagging of version 0.16.
      pod fix, and minil build
      minil build
      Checking in changes prior to tagging of version 0.17.

xaicron (1):
      impl prev() and next() method

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweb-query-perl.git



More information about the Pkg-perl-cvs-commits mailing list