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

feat :: add soft-hyphen for multi-cell #308

Merged
merged 12 commits into from
Feb 4, 2022
Merged

feat :: add soft-hyphen for multi-cell #308

merged 12 commits into from
Feb 4, 2022

Commits on Dec 19, 2021

  1. feat :: add soft-hyphen for multi-cell

      - refactor existing codebase for readability
      - introduce automatic line break at soft-hyphen location
    oleksii-shyman committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    2d460cd View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. fix :: basic case is working

      - able to render 20+ lines of lorem ipsum with refactored multi-line
      - tests are failing
    oleksii-shyman committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3fa53f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. fix :: refactor + bugfix

      - only 6 testcases fail
    oleksii-shyman committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    91cbe77 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

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

Commits on Jan 2, 2022

  1. fix :: pylint + black

    oleksii-shyman committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    b3fcb66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a1706 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. fix :: move breaking to separate module

      - basic test cases are added
      - breaking works with variable length (for compatibily with fpdf.write
        method)
      - testcases are passing
    oleksii-shyman committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    d009f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c501266 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix :: address review comments

      - add more tests
      - address review comments
    oleksii-shyman committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    1625377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc8bca View commit details
    Browse the repository at this point in the history
  3. fix :: update pdf for failing test

      - updated one markdown test pdf file
      - removed unused line
    oleksii-shyman committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2f272b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    688c9a9 View commit details
    Browse the repository at this point in the history