8000 Comparing v0.4.6...v0.5.0 · y-crdt/ypy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
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: y-crdt/ypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.6
Choose a base ref
...
head repository: y-crdt/ypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 15 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 27, 2022

  1. Added rich text formatting

    Waidhoferj committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b61083f View commit details
    Browse the repository at this point in the history
  2. format test

    Waidhoferj committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    abf0800 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. updated api and test

    Waidhoferj committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e289e59 View commit details
    Browse the repository at this point in the history
  2. took out todo

    Waidhoferj committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    03252ff View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request #21 from y-crdt/rich-text

    Added rich text formatting
    Waidhoferj authored May 6, 2022
    Configuration menu
    Copy the full SHA
    524217d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc52b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6fe296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67a6593 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from y-crdt/deep-observe

    Deep Observe
    Waidhoferj authored May 6, 2022
    Configuration menu
    Copy the full SHA
    b834098 View commit details
    Browse the repository at this point in the history
  6. Updated YMap and YArray API:

    - YMap.delete -> YMap.pop: Reflects the dict api. Pop returns the removed value and throws a key error if it doesn't find a value.
    - Added YMap.get: gets value from array with optional default value.
    - YArray.delete -> YArray.delete_range
    - YArray.insert -> YArray.insert_range: Now takes any iterable
    - Added YArray.insert: Inserts a single element at index
    - Added YArray.append: adds value to the end of the list
    - Added YArray.delete: Deletes individual value
    Waidhoferj committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2eaba07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a22f9b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Merge pull request #49 from y-crdt/map-array-api-updates

    Updated YMap and YArray API
    Waidhoferj authored May 7, 2022
    Configuration menu
    Copy the full SHA
    3351404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceac6c5 View commit details
    Browse the repository at this point in the history
  3. updated version in docs

    Waidhoferj committed May 7, 2022
    Configuration menu
    Copy the full SHA
    5640fef View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Merge pull request #51 from y-crdt/dependency-bump-7.1

    version 0.5.0 ready for release
    Waidhoferj authored May 8, 2022
    Configuration menu
    Copy the full SHA
    a4e36a0 View commit details
    Browse the repository at this point in the history
Loading
0