Skip to content

Tags: ursereg/python-jsonschema-objects

Tags

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#224 from davimenezesoli/feature/223

Removed the module jsonschema.compat and use the six package instead

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#201 from reece/200-explicit-nulls

cwacek#200: always marshal properties, even if None/null

0.3.15

Toggle 0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#216 from cwacek/feature/213

Fix cwacek#213: Properly support total ordering for literals

0.3.14

Toggle 0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#212 from cwacek/update-204

Apply cwacek#204

0.3.13

Toggle 0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#197 from adriangay/importing-abcs-deprecation

fixing Python 3.8 ABC deprecation

0.3.12

Toggle 0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#191 from cwacek/feature/fix-188

Fix 188: Check for ArrayWrapper, then collections.Sequence

0.3.11

Toggle 0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#179 from cwacek/feature/fix-151

Feature: Fixes cwacek#151

0.3.10

Toggle 0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#168 from cwacek/feature/fix-126

bugfix: Add a `__hash__` implementation to ProtocolBase

0.3.9

Toggle 0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#167 from cwacek/feature/fix-165

bugfix: Properly handle attribute deletion. Fixes cwacek#165

0.3.8

Toggle 0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cwacek#163 from cwacek/feature/fix-156

bugfix: Fix cwacek#156.