hexo/node_modules/true-case-path/CHANGELOG.md

2.1 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.1 (2019-07-24)

Bug Fixes

  • windows: Drive letter bug (1b736b7)

2.2.0 (2019-07-24)

Build System

Features

2.1.0 (2019-07-24)

Build System

Features

2.0.0 (2019-04-26)

Rewrite, transfer to Profiscience GitHub org, set up CI

BREAKING CHANGES

  • Use named exports instead of exporting sync func by default (was 'module.exports = trueCasePathSync, now module.exports = { trueCasePath, trueCasePathSync }`)
  • If relying on (undocumented) glob options, those will no longer work
  • Drop support for Node <=6

Features

  • Async version of function
  • TypeScript definitions

Bug Fixes