Skip to content

Feature Release 5.0.0 beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tonystone tonystone released this 04 Mar 01:08
· 49 commits to master since this release
8ff6ba2

Added

  • Added extensive HTML documentation including user guides and a complete API reference.

Changed

  • Renamed AsyncOption to AsyncConcurrencyModeOption.
  • Changed OutputStreamFormatter, it now requires var encoding: String.Encoding { get }.
  • Renamed FileWriter.FileStrategy to FileWriter.Strategy.
  • Renamed FileWriter.Strategy.RotateOption to FileWriter.Strategy.RotationOption.

Updated

  • TextFormat to add var encoding: String.Encoding { get } requirement.
  • JSONFormat to add var encoding: String.Encoding { get } requirement.