unity-reference-server 0.1.4

An application and server for resolving references within Unity projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

This file will document the most important changes for each released version.

## [v0.1.4]
- Logs now go to stderr, leaving stdout for other communication
- Added option to output structured JSON logs instead of pretty colored terminal logs

## [v0.1.3]
- Changed distribution archive to zip

## [v0.1.2]
- Added version command

## [v0.1.1]
Initial release