Releases: jcchavezs/porto
Releases · jcchavezs/porto
Version 0.7.0
What's Changed
- Upgrade go to 1.23 by @tim-mwangi in #20
New Contributors
- @tim-mwangi made their first contribution in #20
Full Changelog: v0.6.0...v0.7.0
Version 0.6.0
What's Changed
- feat: adds --restrict-to-dirs feature. by @jcchavezs in #19
Full Changelog: v0.5.1...v0.6.0
Version 0.5.1
Version 0.5.0
What's Changed
- ci: adds newest golang versions by @jcchavezs in #16
- chore: adds -restrict-to-files flag. by @jcchavezs in #17
Full Changelog: v0.4.0...v0.5.0
Version 0.4.0
What's Changed
- Fix error message on incorrect regexp by @mx-psi in #14
- Add options for skipping directories by @mx-psi in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add
--include-internal
flag to include vanity import in internal packages by @mx-psi in #11 - Skip generated files based on Go convention by @mx-psi in #12
New Contributors
Full Changelog: v0.2.1...v0.3.0
Version 0.2.1
Merge pull request #9 from jcchavezs/skips_vanity_internal fix: skips vanity import when applied directory to internal module.
Version 0.2.0
Features:
- Fails on listing diff when the list is not empty.
Chore:
- Adds support for Go 1.16 and 1.17
First release
Merge pull request #7 from jcchavezs/adds_support_for_skip_dirs feat: adds support for ignoring files.