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

new version 1.1.1 #106

Merged
merged 36 commits into from
Jul 7, 2018
Merged

new version 1.1.1 #106

merged 36 commits into from
Jul 7, 2018

Commits on Mar 17, 2018

  1. streamline backcompat to use JSON only. Add rels rules to backcompat …

    …JSON. update tests
    Kartik Prabhu committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    f52b9f3 View commit details
    Browse the repository at this point in the history
  2. fix multiple mf1 root rel-tag parsing. add test

    Kartik Prabhu committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    92e4725 View commit details
    Browse the repository at this point in the history
  3. correct url and photo for hreview.

    Kartik Prabhu committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    a7ff0fb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. add rules for nested hreview. update backcompat to use multiple match…

    …es in old properties. update tests
    Kartik Prabhu committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    00045e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. make classes and rels into alphabetically ordered deduped arrays. add…

    … test
    Kartik Prabhu committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    104553b View commit details
    Browse the repository at this point in the history
  2. only use class names for mf2 which follow the naming rules

    Kartik Prabhu committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    dede0c7 View commit details
    Browse the repository at this point in the history
  3. update regex to test for class name format to force hyphen rules. upd…

    …ate test
    Kartik Prabhu committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    691475f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. add hyphen tests to test_class_names_format

    Kartik Prabhu committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    139eb17 View commit details
    Browse the repository at this point in the history
  2. fix ordering in rel-urls > rels. update tests

    Kartik Prabhu committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    67571dc View commit details
    Browse the repository at this point in the history
  3. sort the rel-urls > rels array only once in the end.

    Kartik Prabhu committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    818ae74 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. fix rel-tag to p-category conversion so that other classes are not lo…

    …st. add test
    Kartik Prabhu committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    87ae7b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. fix default html parser so that parse method also works. use the firs…

    …t value for attributes for rels. update test
    Kartik Prabhu committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    68c0fb7 View commit details
    Browse the repository at this point in the history
  2. update AM/PM conversion. add test

    Kartik Prabhu committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    e547c33 View commit details
    Browse the repository at this point in the history
  3. add ordinal date parsing as well as uppercase AM/PM. update tests. or…

    …dinal date is not normalised to YYYY-MM-DD
    Kartik Prabhu committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    4b36857 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    b822237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e673d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. bump version to 1.1.1

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    62898d1 View commit details
    Browse the repository at this point in the history
  2. check if BS document before getting builder NAME. add test to check t…

    …hat string, BS doc and BS tags are parsed
    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    a6dee5c View commit details
    Browse the repository at this point in the history
  3. add whitespace rules to get_textContent to be used for name and conte…

    …nt>value parsing. update tests.
    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    96bed78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5564c44 View commit details
    Browse the repository at this point in the history
  5. better whitespace using rough whatwg algo

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    2f42ad4 View commit details
    Browse the repository at this point in the history
  6. add experimental alt_in_photo with tests.

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    412bbab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8bd0d2 View commit details
    Browse the repository at this point in the history
  8. fix whitespace with pre tags.

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    040757c View commit details
    Browse the repository at this point in the history
  9. update change log with changes made.

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    3717168 View commit details
    Browse the repository at this point in the history
  10. make a deepcopy of BS document to avoid making changes to original. a…

    …dd tests
    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    4698184 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78b25c2 View commit details
    Browse the repository at this point in the history
  12. update img_with_alt to apply to any u-* parsing with img and implied …

    …photo parsing. update tests
    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    8708212 View commit details
    Browse the repository at this point in the history
  13. always fix whitespace except in vcp parsing

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    16330f5 View commit details
    Browse the repository at this point in the history
  14. update README with experimental features

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    1266213 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd35efb View commit details
    Browse the repository at this point in the history
  16. add detailed tests for implied photo and url

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    cf63922 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83723fb View commit details
    Browse the repository at this point in the history
  18. update changelog and bump to final version 1.1.1

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    587df17 View commit details
    Browse the repository at this point in the history
  19. update to version 1.1.1 from experimental

    Kartik Prabhu committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    ab25aa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    71997eb View commit details
    Browse the repository at this point in the history