Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support "keyword attributes" via new methods on Nokogiri::XML::Node #2000

Merged
merged 6 commits into from Feb 26, 2020

Commits on Feb 22, 2020

  1. rufo formatting

    flavorjones committed Feb 22, 2020
    Copy the full SHA
    19b5034 View commit details
    Browse the repository at this point in the history
  2. docs: group Node methods together, and use yard @!group

    and do the same for Searchable
    
    related to #1996
    flavorjones committed Feb 22, 2020
    Copy the full SHA
    e6ca6c4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aef5526 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Node: new #kwattr methods

    - #kwattr_values
    - #kwattr_add
    - #kwattr_append
    - #kwattr_remove
    
    and rewrite CSS class convenience methods using their #kwattr analog.
    
    related to flavorjones/loofah#173
    flavorjones committed Feb 25, 2020
    Copy the full SHA
    dcc104c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. docs: improve Node CSS class convenience methods

    - Node#classes
    - Node#add_class
    - Node#append_class
    - Node#remove_class
    flavorjones committed Feb 26, 2020
    Copy the full SHA
    39b7384 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    66649ee View commit details
    Browse the repository at this point in the history