File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,29 @@ All notable changes to `parsenic` will be documented in this file.
4
4
The format is based on [ Keep a Changelog] , and this project adheres to
5
5
[ Semantic Versioning] .
6
6
7
- ## [ 0.2.0] - Unreleased
7
+ ## [ 0.2.0] - 2024-11-05
8
+
8
9
### Added
9
10
- ` error ` module with error types
10
11
- ` result ` module with ` Result ` type aliases
12
+ - ` unstable-error ` feature implementing ` Error ` for error types
13
+ - ` Empty ` reader and ` empty() ` constructor
14
+ - ` Purge ` writer and ` purge() ` constructor
15
+ - ` class ` module
16
+ - ` Read ` and ` Write ` extension traits on ` Reader ` and ` Writer `
11
17
12
18
### Changed
13
19
- Bounds of ` Int ` and ` UInt `
14
20
- Now depends on ` traitful ` for extension traits
21
+ - ` io ` module is behind a feature flag
22
+ - ` UInt ` and ` Int ` are now in ` class ` module
15
23
16
24
### Fixed
17
25
- Broken links in README and docs
18
26
- Parsing ` u8() ` not advancing reader
19
27
20
28
## [ 0.1.0] - 2023-07-16
29
+
21
30
### Added
22
31
- ` be ` module
23
32
- ` le ` module
You can’t perform that action at this time.
0 commit comments