Skip to content

Latest commit

 

History

History
147 lines (101 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

147 lines (101 loc) · 3.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.6.1

Released 2020-07-11

Fixed

  • Updated readme for v0.6.0 release

v0.6.0

Released 2020-07-11

Added

  • Converted macro to output PathBuf directly
  • Discouraged manual use of PathDSL

v0.5.4

Released 2019-08-25

Added

  • Badges to Readme
  • Keywords on crates.io
  • Categories on crates.io

v0.5.3

Released 2019-08-25

Fixed

  • Inconsequential documentation link issue

v0.5.2

Released 2019-08-25

Changed

  • Documentation rewrite to make it more user friendly.

v0.5.1

Released 2019-08-15

Fixed

  • Polished documentation
  • All clippy lints!

v0.5.0

Released 2019-08-15

Added

  • Implemented CopylessDSL
  • Added missing From<Cow<OsStr>> for PathDSL
  • Documentation for all member functions
  • Many tests

Fixed

  • Properly handle &mut
  • Documentation links now always point to newest version

v0.4.0

Released 2019-08-13

Added

  • PathDSL::into_pathbuf
  • Missing Into<PathBuf> for PathDSL
  • Primary Documentation
  • This changelog
  • README.md

Changed

  • All functions marked inline(always)
  • PathBuf is now repr(transparent) over PathBuf

Fixed

v0.3.0

Released 2019-08-10

Added

  • Filesystem DSL macro with literal combining.

Changed

  • All functions marked inline

v0.2.0

Released 2019-08-09

Added

  • All missing traits needed for feature-parity with PathBuf

v0.1.1

Released 2019-08-09

Added

  • Added link docs.rs link to crates.io page

v0.1.0

Released 2019-08-09

Added

  • First release of path-dsl, a rust library for path construction.

Diffs