1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# tacks
## v1.3.0 2019-01-25
* Include undocumented, cut-rate tap integration.
## v1.2.7 2018-06-08
* Dep updates and faster to install cli
## v1.2.6 2017-02-20
* Sometimes links are created as symlinks, sometimes as junctions. Make the result on read
be consistent regardless of source.
## v1.2.5 2017-02-20
* MORE consistently use unix-style path separators
* Create symlinks if possible, use junctions as fallback only
## v1.2.4 2017-02-17
* Don't consider the final slash meaningful when comparing path names for equality.
## v1.2.3 2017-02-17
* Strip off Windows drive letter absolutes when creating symlinks just as we do
with `/`.
* Consistently use unix-style path separators on Windows.
## v1.2.2 2016-09-19
* Added repo info to package.json. Thank you @watilde!
## v1.2.1 2016-04-22
* Lots of internal-only refactoring/rewriting to simplify future additions.
## v1.2.0 2016-04-20
* Add tap comparer for tacks objects
## v1.1.0 2016-04-19
* Add new Symlink entry type
## v1.0.0 2016-01-26
* Initial release
|