Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bokuweb/docx-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.8
Choose a base ref
...
head repository: bokuweb/docx-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.13
Choose a head ref
  • 14 commits
  • 110 files changed
  • 2 contributors

Commits on Mar 4, 2024

  1. Fix even header types (#682)

    * fix: header types
    
    * 0.4.9
    
    * fix: title_pg settings
    
    * 0.4.11
    
    * fix: update snaps
    bokuweb authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    366ff60 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add sdt in header footer (#683)

    * fix: read structured data tag in header/footer
    
    * spec: add spec
    bokuweb authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aefba38 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ip from 1.1.5 to 1.1.9 in /docx-wasm (#681)

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.5...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8f79032 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. feat: Support pageNumType (#684)

    * fix: support page num type writer
    
    * fix: read page num type
    
    * fix: add json type
    
    * fix: add page num type writer
    
    * 0.4.12-beta0
    
    * fix
    
    * fix
    bokuweb authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9fbd323 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Support frame pr (#687)

    * feat: define framePr
    
    * fix: read frame pr
    
    * fix: page num writer
    
    * fix: page num writer
    
    * feat: add page num for writer
    
    * fix: add page_num for footer
    
    * spec: update snaps
    
    * fix: clippy
    
    * 0.4.12-beta3
    
    * fix: add frameProperty
    
    * fix
    bokuweb authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6955cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b8d9b View commit details
    Browse the repository at this point in the history
  3. feat: Support adjust_right_ind (#691)

    * feat: Support adjust_right_ind
    
    * beta6
    
    * fix: update spec
    
    * fix
    bokuweb authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e182f0e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Support tcmar (#692)

    * feat: Support tcMar writer
    
    * feat: read tcMar
    
    * fix: generate table cell border
    
    * beta14
    
    * beta15
    bokuweb authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2bbefbd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docx-wasm (

    #689)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9cb9ea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Support tblppr (#693)

    * feat: Support table position
    
    * fix: table pr
    
    * fix: wasm for table position
    
    * fix: reader for position property
    
    * fix: snaps
    
    * fix
    
    * fix
    bokuweb authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    666c950 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix header footer rels order (#695)

    * fix: header footer resls order
    
    * fix
    bokuweb authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4c64e9b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump express from 4.18.2 to 4.19.2 in /docx-wasm (#694)

    Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    34e35d9 View commit details
    Browse the repository at this point in the history
  3. 0.4.13 (#697)

    * 0.4.12
    
    * 0.4.13
    
    * chore: add changelog
    bokuweb authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c4fd424 View commit details
    Browse the repository at this point in the history
  4. Update Cargo.toml

    bokuweb authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e886c72 View commit details
    Browse the repository at this point in the history
Loading