File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.3.0] - 2024-09-01
6
+
7
+ ### 🚀 Features
8
+
9
+ - Implement From trait for Text to convert from &str and String
10
+ - Add plot title position
11
+ - Add axis module for customizing plot axes
12
+ - Add write_html method
13
+
14
+ ### ⚙️ Miscellaneous Tasks
15
+
16
+ - Update pacth
17
+ - Update marker.rs to use #[ doc(hidden)] attribute
18
+ - Add data for examples
19
+ - Update plotlars library to version 0.2.2
20
+ - Update documentation link in Cargo.toml
21
+ - Update Polars and Plotly library links in README.md and lib.rs
22
+ - Add images to documentation
23
+ - Update text
24
+ - Update plotlars library to version 0.2.3
25
+ - The crate documentation is the README file
26
+ - Add .markdownlint.json
27
+ - Reformat the text
28
+ - Justfile to .gitignore
29
+ - Remove justfile
30
+ - Fix typo in variable name "aditional_series" to "additional_series"
31
+ - Fix typo in variable name "aditional_series" to "additional_series"
32
+ - Add From trait implementation for Text to convert from &String
33
+ - Change field visibility
34
+
35
+ ### Update
36
+
37
+ - CHANGELOG.md
38
+ - Add link to data and fix text
39
+ - Update dataset path
40
+
5
41
## [ 0.2.0] - 2024-08-25
6
42
7
43
### 🚀 Features
You can’t perform that action at this time.
0 commit comments