Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: mockersf/hocon.rs

0.9.0

25 Apr 23:23
Compare
Choose a tag to compare
  • update uuid to 1.0 #63

0.8.0

25 Apr 22:57
Compare
Choose a tag to compare
  • Better handling of file size through serve #62

0.7.0

10 Nov 05:23
Compare
Choose a tag to compare
  • Replace native-tls with rustls when enabling url-support feature #56
  • Implement quoted string unescaping #60
  • Keep text order #58

0.5.1

10 Mar 23:42
Compare
Choose a tag to compare
  • Add hocon::de::wrappers::Serde implementing custom deserialisation for std::time::Duration #43

0.5.0

10 Mar 23:34
Compare
Choose a tag to compare
  • Renamed Error::IO to Error::Io

0.4.0

17 Feb 22:46
Compare
Choose a tag to compare
  • Remove failure-crate in favor of thiserror-crate #41

0.3.7

04 Jan 16:18
Compare
Choose a tag to compare

0.3.6

26 Oct 19:48
Compare
Choose a tag to compare
  • fixed issues around including files, references to other nodes and concatenation #26

0.3.5

19 Aug 21:16
Compare
Choose a tag to compare
  • fix issue when loading a file with an unknown extension (not .conf, .json or .properties ) #25

0.3.4

23 May 22:19
Compare
Choose a tag to compare
  • Accept \r as well as \n remaining at the end of the file in strict mode #24