Skip to content

Commit

Permalink
Created a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
umarbutler committed Nov 19, 2022
1 parent 96ec893 commit 21bf04d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 21bf04d

Please sign in to comment.