Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minijson
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
minijson
Commits
02131b20
Commit
02131b20
authored
3 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
changelog
parent
3389e695
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/changelog.md
+87
-0
87 additions, 0 deletions
docs/changelog.md
docs/index.rst
+1
-0
1 addition, 0 deletions
docs/index.rst
with
88 additions
and
0 deletions
docs/changelog.md
0 → 100644
+
87
−
0
View file @
02131b20
Changelog
=========
v2.7
----
*
added option to sort dictionary keys before serialization
v2.6
----
*
added option to serialize binary data
v2.5
----
*
added :class:
`minijson.MiniJSONEncoder`
v2.4
----
*
added argument default
*
fixing issue with serializing classes that subclass dict, list and tuple
v2.3
----
*
:func:
`minijson.loads`
will now take any object that can provide it's :code:
`__bytes__`
v2.2
----
*
added support for PyPy and Python 3.5
v2.1
----
*
proofed against loading empty strings
*
Python 3.6 is supported
*
minor speed improvements
v2.0
----
*
fixed a bug with serializing uint32a
*
added support for arbitrarily large integers
*
major refactor
*
backwards compatible 100%
v1.5
----
*
fixed a bug with wrong type of dict and string was chosen
for a dict which contains exactly 65535 keys.
Since this is rare in production, it can wait.
MiniJSON is still generated correctly.
*
fixed a bug with dumping strings longer than 255 characters
would not return a length
*
fixed a bug with unserializing some strings
v1.4
----
*
more compact representation for not-all-keys-are-strings object
v1.3
----
*
object keys don't have to be strings anymore
v1.2
----
*
removed the limit for string length and list and object size
v1.1
----
*
fixed to work under older Pythons (got rid of the f-strings)
*
fixed docstrings to signal that some functions raise exceptions
*
fixed a bug with encoding long lists
v1.0
----
*
first release
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
0
View file @
02131b20
...
...
@@ -12,6 +12,7 @@ Welcome to MiniJSON's documentation!
usage
specification
changelog
MiniJSON is a space-aware binary format for representing arbitary JSON.
It's however most efficient when dealing with short (less than 16 elements) lists and objects,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment