-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: tim-smart/quicktype
base: master
head repository: glideapps/quicktype
compare: master
- 18 commits
- 244 files changed
- 9 contributors
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 37320e7 - Browse repository at this point
Copy the full SHA 37320e7View commit details
Commits on Apr 23, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c7837e6 - Browse repository at this point
Copy the full SHA c7837e6View commit details
Commits on Apr 24, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 63db12c - Browse repository at this point
Copy the full SHA 63db12cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d1a3956 - Browse repository at this point
Copy the full SHA d1a3956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f888e - Browse repository at this point
Copy the full SHA 96f888eView commit details
Commits on Apr 28, 2025
-
Disable Swift CI check due to gpg issue (glideapps#2712)
* temp disable swift
Configuration menu - View commit details
-
Copy full SHA for 1265276 - Browse repository at this point
Copy the full SHA 1265276View commit details -
release: Quicktype v23.1.0 (glideapps#2610)
* feat: Add const typing for Language Names (glideapps#2554) * feat: feat: Strongly type Language Options (glideapps#2611)
Configuration menu - View commit details
-
Copy full SHA for da1238c - Browse repository at this point
Copy the full SHA da1238cView commit details
Commits on Apr 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 472075a - Browse repository at this point
Copy the full SHA 472075aView commit details
Commits on Apr 30, 2025
-
Fix text in C++ default statement (glideapps#2623)
* Fix typos * Fix text in C++ default statement * Remove whitespace characters in cpp file
Configuration menu - View commit details
-
Copy full SHA for 8a91789 - Browse repository at this point
Copy the full SHA 8a91789View commit details
Commits on May 1, 2025
-
fix: Options parse check (glideapps#2723)
* update options parse to filter by cli option kind
Configuration menu - View commit details
-
Copy full SHA for 088dadc - Browse repository at this point
Copy the full SHA 088dadcView commit details
Commits on May 12, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 7143aee - Browse repository at this point
Copy the full SHA 7143aeeView commit details
Commits on May 15, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 7cd667e - Browse repository at this point
Copy the full SHA 7cd667eView commit details
Commits on May 17, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3b96de8 - Browse repository at this point
Copy the full SHA 3b96de8View commit details -
Fix fetch for ci but not publish (glideapps#2745)
* grep in ci only but not publish
Configuration menu - View commit details
-
Copy full SHA for 63b028f - Browse repository at this point
Copy the full SHA 63b028fView commit details -
Fix publish check for ci (glideapps#2746)
* fix: move publish to setup step
Configuration menu - View commit details
-
Copy full SHA for 4a20324 - Browse repository at this point
Copy the full SHA 4a20324View commit details
Commits on May 18, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ea36c22 - Browse repository at this point
Copy the full SHA ea36c22View commit details -
chore: Clean up OptionDefinition (glideapps#2747)
* expose enum option value map * update option.type to optionType union * add comments to OptionDefinition
Configuration menu - View commit details
-
Copy full SHA for b747e4b - Browse repository at this point
Copy the full SHA b747e4bView commit details
Commits on May 26, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 4195020 - Browse repository at this point
Copy the full SHA 4195020View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master