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: tim-smart/quicktype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: glideapps/quicktype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 244 files changed
  • 9 contributors

Commits on Jan 20, 2025

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

Commits on Apr 23, 2025

  1. fix: punycode error for non CI (glideapps#2587)

    * fix: punycode error for non CI
    
    * chore: remove build artifacts
    
    * fix: import add comment
    
    ---------
    
    Co-authored-by: avallete <andrew@snaplet.dev>
    avallete and avallete authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c7837e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. fix: Revert GH Actions to use Ubuntu 22.04 (glideapps#2701)

    * update gh actions test step to use ubuntu 22.04 instead of latest due to issues with 24.04
    inferrinizzard authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    63db12c View commit details
    Browse the repository at this point in the history
  2. Refine Go renderer's generated file header comment. (glideapps#2708)

    Updated the header comment for Go files to align with standard conventions. Go tools, like golangci-lint, often rely on this comment format.
    
    see https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source
    
    Co-authored-by: inferrinizzard <inferrinizzard@gmail.com>
    tessig and inferrinizzard authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    d1a3956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f888e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Disable Swift CI check due to gpg issue (glideapps#2712)

    * temp disable swift
    inferrinizzard authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    1265276 View commit details
    Browse the repository at this point in the history
  2. release: Quicktype v23.1.0 (glideapps#2610)

    * feat: Add const typing for Language Names (glideapps#2554)
    
    * feat: feat: Strongly type Language Options (glideapps#2611)
    inferrinizzard authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    da1238c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

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

Commits on Apr 30, 2025

  1. Fix text in C++ default statement (glideapps#2623)

    * Fix typos
    
    * Fix text in C++ default statement
    
    * Remove whitespace characters in cpp file
    Crayon2000 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    8a91789 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. fix: Options parse check (glideapps#2723)

    * update options parse to filter by cli option kind
    inferrinizzard authored May 1, 2025
    Configuration menu
    Copy the full SHA
    088dadc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Refactor out import cycles (glideapps#2733)

    * refactor out PathElement dependency cycle
    
    * refactor out type transformed string util cycle
    
    * separate index for re-exports
    
    * rename to TransformedStringType
    
    * move Type files into dir
    
    * refactor out TypeBuilderUtils
    
    * fix imports
    
    * split TypeGraph utils to own file
    
    * move provenance type attribute kind to own file
    
    * fix getGraph instanceof
    
    * recomment cycle
    
    * export through index
    
    * assign TypeGraph to TypeBuilder after init
    
    * update comments
    inferrinizzard authored May 12, 2025
    Configuration menu
    Copy the full SHA
    7143aee View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. release: Quicktype v23.2.0 (glideapps#2743)

    * chore: Update typescript to latest version (glideapps#2735)
    
    * install and configure biome (glideapps#2741)
    
    * Remove FixMeAnyOptionsType, fix lint issues (glideapps#2742)
    
    * bump version to 23.2.0
    inferrinizzard authored May 15, 2025
    Configuration menu
    Copy the full SHA
    7cd667e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Fix fetch with build-time substitution (glideapps#2744)

    * split fetch into build-time files
    
    * fix lint
    
    * test sh
    
    * add grep replace for ci
    
    * bump types node version
    
    * add info log
    
    * add override for node-fetch whatwg
    inferrinizzard authored May 17, 2025
    Configuration menu
    Copy the full SHA
    3b96de8 View commit details
    Browse the repository at this point in the history
  2. Fix fetch for ci but not publish (glideapps#2745)

    * grep in ci only but not publish
    inferrinizzard authored May 17, 2025
    Configuration menu
    Copy the full SHA
    63b028f View commit details
    Browse the repository at this point in the history
  3. Fix publish check for ci (glideapps#2746)

    * fix: move publish to setup step
    inferrinizzard authored May 17, 2025
    Configuration menu
    Copy the full SHA
    4a20324 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. fix(C#): added dependency usings based on types present in renderCont…

    …ext (glideapps#2606)
    
    * added dependecy usings based on types present in renderContext
    
    * PR change : removed array usage for emiting , added local function to ensure single addition of "System.Collections.Generic"
    
    ---------
    
    Co-authored-by: inferrinizzard <inferrinizzard@gmail.com>
    sakets594 and inferrinizzard authored May 18, 2025
    Configuration menu
    Copy the full SHA
    ea36c22 View commit details
    Browse the repository at this point in the history
  2. chore: Clean up OptionDefinition (glideapps#2747)

    * expose enum option value map
    
    * update option.type to optionType union
    
    * add comments to OptionDefinition
    inferrinizzard authored May 18, 2025
    Configuration menu
    Copy the full SHA
    b747e4b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. fix: Extend OptionDefinition from command-line-args, fix positional a…

    …rg bug (glideapps#2767)
    
    * add command-line-args as devDep to core
    
    * extend option definition type from command line args
    
    * add map from optionType to type
    inferrinizzard authored May 26, 2025
    Configuration menu
    Copy the full SHA
    4195020 View commit details
    Browse the repository at this point in the history
Loading