Skip to content

Releases: Marvin9/licensor

v1.0.5

17 Sep 11:40
Compare
Choose a tag to compare

Changelog

83566b1 chore: LICENSE the licensor 😜
a0d87c3 fix: Find actual index, otherwise it was 0 previously for all cases

v1.0.4

16 Sep 04:10
Compare
Choose a tag to compare

Changelog

c52b615 chore: terminal Show cursor after interrupting. Aggregate fmt.Print in iterate_project.go Working message in windows, after validation
84bee93 feat: improve performance by working on single file descriptor & reducing bytes.Index call

v1.0.3

15 Sep 07:44
Compare
Choose a tag to compare

Changelog

5057285 fix: No unicode in windows output terminal
691123c fix: use runtime.GOOS

v1.0.2

13 Sep 18:06
Compare
Choose a tag to compare

Changelog

486dd10 chore: Better terminal output
605e480 chore: Terminal display process
6494f34 fix: Maxed out file descriptors, therefore remove concurrency

v1.0.1

13 Sep 09:35
Compare
Choose a tag to compare

Changelog

13dbcee chore: Improved error logs
f6ef66c chore: Update supported extensions and Add support for jsx & tsx
0cdfe13 chore: script to generate cross plateform binaries
43b06e9 fix: push tag not triggering action

v1.0.0

12 Sep 14:56
Compare
Choose a tag to compare

Changelog

41c56cf chore: -remove, if license does not exist then avoid rewriting
a2f4af8 chore: Add -help flag, release CI
13c47eb chore: If not provided path, inject current dir
8ddf044 chore: Implement ignore functionality
c20b5ce chore: shorten url to make table readable
5cf5696 chore: simplify existing license check process
75b1abb chore: use goreleaser
7374dd4 feat: Add comment support for more languages
3d0983e feat: Add concurrency
20480aa feat: Add yaml support
93cf3df feat: Get license template from URL or path.
cc9097b feat: Remove comment support
a5b5eaa feat: build command to make binary use global
756f50b fix: Build
72320e1 fix: For same comment prefix and postfix, weird behavior
3f6675b fix: Increment i which was leading infinite
caa05f6 fix: Release bin
f231f8e initials
a8cf08d refactor