-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96ec893
commit 21bf04d
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.1] - 2022-11-19 | ||
|
||
### Added | ||
|
||
- Created a changelog. | ||
- Added 'lines', 'json lines' and 'fast' as keywords in the project metadata. | ||
|
||
### Changed | ||
|
||
- Renamed the 'Bug Tracker' url to 'Issues' in the project metadata. | ||
- Specified orjsonl's license to be the MIT License in the project metadata. | ||
- Fixed typos in the README file. | ||
- Fixed typos in the tests script. | ||
|
||
## [0.1.0] - 2022-11-18 | ||
|
||
### Added | ||
|
||
- Added the `load()` function, which deserializes a UTF-8-encoded jsonl file to a list of Python objects. | ||
- Added the `stream()` function, which creates a map object that deserializes a UTF-8-encoded jsonl file to Python objects. | ||
- Added the `save()` function, which serializes an iterable of Python objects to a UTF-8-encoded jsonl file. | ||
- Added the `append()` function, serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file. | ||
|
||
[0.1.1]: https://github.com/umarbutler/orjsonl/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/umarbutler/orjsonl/releases/tag/v0.1.0 |