Skip to content

Releases: daboross/fern

Release version 0.1.8

02 Jan 01:00
Compare
Choose a tag to compare
  • Updates to rustc version 458a6a2f6

Release version 0.1.7

02 Jan 01:00
Compare
Choose a tag to compare
  • Update to latest rustc (44a287e6e)

Release version 0.1.6

02 Jan 00:59
Compare
Choose a tag to compare

This update mainly just cleans stuff up and updates for the latest rustc (ea6f65c5f)

  • Update to using f.write_str(... instead of write!(f, "{}", ...) for simplicity
  • Update to use (closure)(...) instead of closure.call((...)) because directly calling works now
  • Remove #![feature()] attributes for unboxed_closures and old_orphan_check, as they are no longer required.

Release version 0.1.5

02 Jan 00:58
Compare
Choose a tag to compare
  • Updates for the latest rustc version, ad9e75938
  • Fixes all lines which go past the 99 character line limit

Release version 0.1.4

02 Jan 00:58
Compare
Choose a tag to compare

This version is not backwards compatible. The change was necessary for the latest rust update however, so only a minor version increment was added.

  • Changes from using IoResult<()> to Result<(), fern::Error> for return types from logging operations.
  • Updates for latest rustc

Release version 0.1.3

02 Jan 00:57
Compare
Choose a tag to compare
  • Adds a new public module, local, which stores a thread-local logger.
  • Adds a new logger 'NullLogger', which does nothing with logged mesages.
  • Fixes WriterLogger to append to opened files instead of overwriting.
  • Adds a ton more documentation

Release version 0.1.2

02 Jan 00:57
Compare
Choose a tag to compare

This version adds type aliases BoxedLogger and ArcLogger, which resolve to Box<Logger + Sync + Send> and sync::Arc<Box<Logger + Sync + Send>> respectively.

Release version 0.1.1

02 Jan 00:56
Compare
Choose a tag to compare

Version 0.1.1.

This adds a workaround for a bug introduced by a compiler update.

First release, version 0.1.0

02 Jan 00:55
Compare
Choose a tag to compare
fern-0.1.0

First release, version 0.1.0.