File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.1.0] ( https://github.com/jdrouet/browser-fs/releases/tag/v0.1.0 ) - 2025-02-14
11
+
12
+ ### Added
13
+
14
+ - add function to read metadata on file
15
+ - add function to read metadata
16
+ - add function to read directory
17
+ - add functions to read and write
18
+ - create remove_dir function
19
+ - add function to remove file
20
+ - add functions to create directories
21
+ - add more functions to File
22
+ - allow file to seek
23
+ - make sure we can append to file
24
+ - create working read and write
25
+
26
+ ### Other
27
+
28
+ - add release-plz config
29
+ - add metadata to cargo.toml
30
+ - add readme
31
+ - configuration basic github action
32
+ - add not about read only file access
33
+ - apply clippy and fmt suggestions
34
+ - format code
35
+ - should seek ahead but not behind
36
+ - make sure we can truncate a file
You can’t perform that action at this time.
0 commit comments