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: crate/commons-codec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.15
Choose a base ref
...
head repository: crate/commons-codec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.16
Choose a head ref
  • 15 commits
  • 29 files changed
  • 1 contributor

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    36fc902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec7480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f5867f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    425abf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6b5fe7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    229ca36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b65110f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6875879 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b449784 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9034076 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Zyp: Translate special treatments to jq-based MokshaTransformation again

    A few operations can be performed more efficiently on the whole
    collection at once when using Moksha/jq.
    
    - Flattening nested lists
    - Pruning lists of objects
    - Converting to objects, lists, and strings
    
    To support those operations, a jq support library was added, including
    a few helper functions written in jqlang itself. The helper functions
    are:
    
    - to_array
    - to_object
    - is_array_of_objects
    - del_array_of_objects
    - prune_array_of_objects
    - prune_null
    amotl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    03003a1 View commit details
    Browse the repository at this point in the history
  2. Zyp: Improve documentation

    amotl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f640524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1c82b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3ca5de View commit details
    Browse the repository at this point in the history
  5. Release v0.0.16

    amotl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    368b01f View commit details
    Browse the repository at this point in the history
Loading