Commit Graph

17 Commits

Author SHA1 Message Date
Lukas Kalbertodt
324cedee47 Bump version to 0.2.0 and update changelog 2022-10-21 19:03:49 +02:00
Lukas Kalbertodt
9b9610a6ac Add JSON5 support 2022-10-21 11:52:53 +02:00
Lukas Kalbertodt
5c3315b015 Move to Rust edition 2021 2022-10-14 16:42:49 +02:00
Lukas Kalbertodt
90344ebd36 Bump version to 0.1.4 2022-10-14 16:33:37 +02:00
Lukas Kalbertodt
6c35c85008 Bump version to 0.1.3 2022-04-07 17:29:12 +02:00
Lukas Kalbertodt
8db8fcafc4 Add two toml::format tests 2022-04-07 14:00:56 +02:00
Lukas Kalbertodt
2f0f749c74 Bump version to 0.1.2 and adjust changelog 2022-03-30 17:39:05 +02:00
Lukas Kalbertodt
cc1681bf53 Bump version to 0.1.1 2021-11-03 16:09:13 +01:00
Lukas Kalbertodt
4f4f42e8f3 Disable some code (and fix others) when no features are enabled 2021-07-28 12:38:50 +02:00
Lukas Kalbertodt
f0648d722e Prepare macro crate for release 2021-07-28 12:11:32 +02:00
Lukas Kalbertodt
e35be71665 Add metadata to Cargo.toml 2021-07-28 12:09:04 +02:00
Lukas Kalbertodt
b7515239e5 Remove useless dev-dependencies 2021-07-28 12:06:04 +02:00
Lukas Kalbertodt
366fd3d10a Remove example module and doc-example feature
Now that we use derives, not a lot of magic happens anymore. Thus, I
think it's not necessary to show the generated stuff anymore.
2021-05-16 15:30:26 +02:00
Lukas Kalbertodt
32fbfd3a5a Add Source trait and implement it for files (TOML and YAML for now) 2021-05-16 15:27:47 +02:00
Lukas Kalbertodt
bfab0e8798 Add example module for documentation
It currently doesn't show anything as all items are pub(crate).
2021-04-29 19:00:36 +02:00
Lukas Kalbertodt
537a8b7725 Add version from other project
This was mostly what I implemented as utility library for another
project. But I figured I can also extract it as it's useful on its
own.
2021-04-29 18:09:26 +02:00
Lukas Kalbertodt
dd52b56548 Initial commit with empty Cargo project 2021-04-29 17:23:54 +02:00