Hocon.rs Versions Save

Parse HOCON configuration files in Rust

0.9.0

2 years ago
  • update uuid to 1.0 #63

0.8.0

2 years ago
  • Better handling of file size through serve #62

0.7.0

2 years ago
  • Replace native-tls with rustls when enabling url-support feature #56
  • Implement quoted string unescaping #60
  • Keep text order #58

0.5.1

3 years ago
  • Add hocon::de::wrappers::Serde implementing custom deserialisation for std::time::Duration #43

0.5.0

3 years ago
  • Renamed Error::IO to Error::Io

0.4.0

3 years ago
  • Remove failure-crate in favor of thiserror-crate #41

0.3.7

3 years ago

0.3.6

3 years ago
  • fixed issues around including files, references to other nodes and concatenation #26

0.3.5

3 years ago
  • fix issue when loading a file with an unknown extension (not .conf, .json or .properties ) #25

0.3.4

3 years ago
  • Accept \r as well as \n remaining at the end of the file in strict mode #24