File: CHANGES.md

package info (click to toggle)
node-tacks 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: javascript: 472; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (3)
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