Skip to content
Compare
Choose a tag to compare
@kezhenxu94 kezhenxu94 released this 19 Oct 03:12
· 88 commits to main since this release
49d5362

Download

https://skywalking.apache.org/downloads/#SkyWalkingEyes

What's Changed

  • Fix the inaccurate description of README.md. by @zifeihan in #19
  • Add documentation about how to use via docker image by @kezhenxu94 in #20
  • fix: @ is optional in bat comment by @kezhenxu94 in #21
  • chore: upgrade to go 1.16 and remove go-bindata by @kezhenxu94 in #22
  • defect: avoid crash when no comment style is found by @kezhenxu94 in #23
  • feat: support ini extension by @chengshiwen in #24
  • feature: support .rst files and allow fixing header of a single file by @kezhenxu94 in #25
  • chore: only build linux binary when building inside docker to save time by @kezhenxu94 in #26
  • Update NOTICE by @kezhenxu94 in #27
  • feature: add reasonable default config to allow running in a new repo without copying config file by @kezhenxu94 in #28
  • Adding comment styles for Rust by @fulmicoton in #29
  • enhance: tolerate leading whitespaces in license header by @kezhenxu94 in #30
  • Fix properties comment style and add bat comment style by @kezhenxu94 in #32
  • Fix infinite recursive calls when containing symbolic files by @kezhenxu94 in #33
  • Expose license-location-threshold as config item by @kezhenxu94 in #34
  • Fix 404 error by @heyanlong in #35
  • Fix minor error by @MoGuGuai-hzr in #36
  • Add support for MatLab files by @kezhenxu94 in #37
  • Add support for Smarty template language by @emschu in #38
  • Add support for Twig template language by @emschu in #39
  • Add support for PHP by @emschu in #40
  • Add support of apostrophe style comments for PlantUML by @emschu in #42
  • Fix typescript file license header fix to use SlashAsterisk instead of AngleBrackets by @emschu in #43
  • fix some program compatibility issues in Windows by @zooltd in #44
  • Enhance Go dependency resolver to resolve built-in and non-standard Go modules by @kezhenxu94 in #46
  • Add all well-known licenses and polish normalizers by @kezhenxu94 in #47
  • fix bug: license file is not found but reported message is nil by @MoGuGuai-hzr in #49
  • Add support for resolving npm dependencies' licenses by @zooltd in #48
  • [Docs] Add a PlantUML activity diagram of header fixing mechanism by @emschu in #41
  • Enhance NPM dependency resolver to resolve all the dependent packages by @zooltd in #51
  • add feature: support resolving pom.xml for maven by @MoGuGuai-hzr in #50
  • Enhance NPM dependency resolver to resolve deprecated license styles by @zooltd in #52
  • add support for resolving jars' licenses by @MoGuGuai-hzr in #53
  • set log level to info in GitHub Action usage by @fgksgf in #54
  • Fix wrong license identification by @kezhenxu94 in #55
  • make the log level configurable by @fgksgf in #56
  • Make the config file configurable in GitHub Action by @fgksgf in #57
  • Set up mechanism to check dependencies' license compatibilities by @kezhenxu94 in #58
  • Reduce Docker image size and add npm env to resolve npm projects' dependencies by @zooltd in #59
  • header fix: respect user configured license content by @kezhenxu94 in #60
  • Publish snapshot Docker image to GHCR by @kezhenxu94 in #61
  • add comment type to cython declaration by @keiranmraine in #62
  • Enable 'fix' on perl files by @keiranmraine in #63
  • Feature/r by @keiranmraine in #64
  • Feature: header fix supports nextflow files by @keiranmraine in #65
  • Fix file extension conflict between RenderScript and Rust by @guilload in #66
  • Resolve absolute path in .gitignore to relative path by @kezhenxu94 in #67
  • Honor Python's coding directive by @kezhenxu94 in #68
  • feature: support saving dependencies' licenses by @kezhenxu94 in #69
  • fix the save location problem by @zooltd in #70
  • Enhance Npm Resolver: support recording license contents by @zooltd in #71
  • Remove .tsx from XML language extensions by @freeqaz in #72
  • Add Comment Style for TypeScript language support by @freeqaz in #73
  • Speed up the initialization phase by @kezhenxu94 in #75
  • Support installing via go install by @kezhenxu94 in #76
  • Support display version property for dependency resolve by @mrproliu in #78
  • Add some line normalize processor for help skywalking-satellite dependency resolve by @mrproliu in #79
  • Prepare 0.2.0 release by @kezhenxu94 in #80
  • chore: fix wrong file path and exclude binary files in src release by @kezhenxu94 in #81

New Contributors

Full Changelog: v0.1.0...v0.2.0