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: 5am-code/laravel-notion-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 5am-code/laravel-notion-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/changed-property-structure
Choose a head ref
  • 1 commit
  • 22 files changed
  • 1 contributor

Commits on Oct 19, 2021

  1. polish properties rawContent and creation

    - up until now rawContent stored id, type and the content, which is changed with this commit:
    - For better update-functionality, handling and sense (since it's called 'raw>Content<') now only the content of the properties will be stored and modified within rawContent
    - reading-process of properties is slightly changed for this modfication
    - update-process for updating pages (with properties) is modified to add id, type and content accordingly
    - related tests are polished and modified as well, so the new structure is supported
    - type is automatically set for properties, when calling the constructor (could be simplified)
    - creation-process (::value) for properties is changed accordingly with structure modifications
    johguentner committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    dc0812b View commit details
    Browse the repository at this point in the history
Loading