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: emicklei/proto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: emicklei/proto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 16 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    4ced960 View commit details
    Browse the repository at this point in the history
  2. update history

    emicklei committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    664ccad View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. walk options of enumfield #140 (#141)

    Co-authored-by: Ernest Micklei <[email protected]>
    emicklei and Ernest Micklei authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f283feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae1697 View commit details
    Browse the repository at this point in the history
  3. update hist

    emicklei committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7bb74f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. allow comment in between tokens of a field definition ( #131 ) (#142)

    * allow comment in between tokens of a field definition
    
    * also read comment in between sequence and options or comma
    
    * applied suggestions from PR
    emicklei authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2ee7161 View commit details
    Browse the repository at this point in the history
  2. new hist entry

    emicklei committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9ddb501 View commit details
    Browse the repository at this point in the history
  3. allow keyword as field name

    emicklei committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    ed18be1 View commit details
    Browse the repository at this point in the history
  4. update hist

    emicklei committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    f891c45 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 29, 2024

  1. add less whitespace test

    Ernest Micklei committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b154178 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Issue #143, two examples of parse fails (#144)

    * handle comment lines in field options #143
    
    * handle bracketed aggregated constant keys
    emicklei authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    5d3b48a View commit details
    Browse the repository at this point in the history
  2. add hist entry

    emicklei committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    d1cdb8f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. fix: Fix the issue where the isNumber method incorrectly identifies I…

    …nf as a number, causing the parser to misinterpret the Inf identifier. (#146)
    wertycn authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    6bc1224 View commit details
    Browse the repository at this point in the history
  2. update chgs

    emicklei committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9f84c9d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. add Edition support (#147)

    * add Edition support
    
    * rm VisitEdition to be backward compat
    
    * update hist
    
    * add git build
    
    * add build badge
    
    * build for each pull
    emicklei authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    85ae7fc View commit details
    Browse the repository at this point in the history
Loading