-
Notifications
You must be signed in to change notification settings - Fork 32
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: dpranke/pyjson5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refs/tags/v0.9.28
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dpranke/pyjson5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 18 files changed
- 2 contributors
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4702255 - Browse repository at this point
Copy the full SHA 4702255View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0963ac - Browse repository at this point
Copy the full SHA a0963acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbdc58 - Browse repository at this point
Copy the full SHA 8dbdc58View commit details
Commits on Nov 14, 2024
-
Fix format of version for dev builds.
Per the Python packaging specs, we should be using "0.9.28.dev0" instead of "0.9.28dev0" (although both work).
Configuration menu - View commit details
-
Copy full SHA for 795b6fc - Browse repository at this point
Copy the full SHA 795b6fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b2ffa - Browse repository at this point
Copy the full SHA e3b2ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for af8fae2 - Browse repository at this point
Copy the full SHA af8fae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9adb352 - Browse repository at this point
Copy the full SHA 9adb352View commit details
Commits on Nov 26, 2024
-
Add custom encoding to dump/dumps. (#88)
Add support for custom encoders (and bump version to 0.10.0). This change reimplements `dump()` and `dumps()` on top of a `JSON5Encoder` class that can be subclassed to customize the encoding of a data structure. The new class is somewhat similar to the `JSONEncoder` class in the standard library, except that in addition to a `default()` method that you can define to say how to encode an object that the normal encoder can't handle, there's also an `encode()` method that you can override to customize how existing data types are handled. The change also adds a `quote_style` argument that can be used to customize how strings are encoded (whether to use double or single quotes by default, etc.).
Configuration menu - View commit details
-
Copy full SHA for 3bc470c - Browse repository at this point
Copy the full SHA 3bc470cView commit details
Loading
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 refs/tags/v0.9.28...v0.10.0