All noticeable changes in the project are documented in this file.
Format is based on Keep a Changelog.
This project uses semantic versions.
Modify chars.TruncateText
- chars.Truncate, with optional ellipsis
- chars.TruncateText
Return git's stderr contents along with errors
Add more Pause-related functions
Add DiffUpstream and RemoteUpdate to git
Git interface issues
PopStash
implementation
Unstage
Misc. changes
- Renamed the
ing2
package tochars
- Added check for level to onerror
- Misc. git-related adjustments
- Added Taskfile
Use slo for git instead of stdout
Complete the git.Handler interface
Add git Init, Fetch and Status
Rework the git interface
Remove redundant caller attributes
Rework onerror implementation
onerror.Wit()
mismatch in relation toslog.With()
- missing
Fatal()
signature inonerror.Recorder
interface
Additions from other packages
- onerror package from onerror
- cron package from retrace
- rsynccb package from retrace
- Updated README
Add the git package from bumpy-ride
Upgrade Go version
Add FindExec and FindLibExec
Add the CreatetheseDirs function
Add the pointers package
Enhancements
- ing2.GetRandomLetters
- Reimplements
ing2.GetRandomString
, usingcrypto/rand
- Reimplements
- Upgrade Go version
- Use an atomic pointer for
ing2.randomseed
Misc. changes
- Renamed package: stringing -> ing2
- Updated go version
- Deleted the slice package
- Superseeded by
golang.org/x/exp/slice
- Superseeded by
Add PathToURLUnchecked
Make path to URL absolute (reprise)
Make path to URL absolute
Added and removed
- Common string utilities
- Moved logger and onerror to their own repos
Remove env.ParseArgs
Update Go version and bumpy-ride
Remove obsolete args in env.SetDirs
Subpackages
- Moved files to its own packages
- Simplified naming
Improvements
- Integer validators
- httpstatus helpers names
Improvements
- HTTP status error handler
Tag release
Quick fix
- HTTP helpers for nil response
New Helpers
- HTTP Status Helpers
Quick fix
- Handling of percentage when parsing URL
Added some utilities
- Parsing of global/environment arguments
- Router/logger-related middleware
Initial release.