Releases: mavjs/pushnotifier
Releases · mavjs/pushnotifier
v1.0.0
1.0.0 (2022-09-28)
⚠ BREAKING CHANGES
- Removed go version 1.16.x
- Update vendor directory
- Update go modules
- pnctl: A rudimentary cli app for use
- go.mod: Moved to go 1.19
- pushnotifier: Use
io
instead ofio/ioutil
- pushnotifier: Refactored to not use
log.Fatal
- pushnotifier: Updated logic on refreshToken check
- Updated go.mod and go.sum
- pushnotifier: Created the main library and functions
- Created a pushnotifier go module project
Features
- pkg/config: Create handy functions for config file (d301df4)
- pnctl: A rudimentary cli app for use (2b961c8)
- pushnotifier_test: Rudimentary tests (5ab3269)
- pushnotifier: Created the main library and functions (29ff265)
- pushnotifier: Updated logic on refreshToken check (82fd90d)
Code Refactoring
- pushnotifier: Refactored to not use
log.Fatal
(d77ae21) - pushnotifier: Use
io
instead ofio/ioutil
(eba4cec)
Miscellaneous Chores
- Created a pushnotifier go module project (539dd19)
- go.mod: Moved to go 1.19 (e6656ea)
- Update go modules (b951e24)
- Update vendor directory (10843a0)
- Updated go.mod and go.sum (ffff00f)
Continuous Integration
- Removed go version 1.16.x (df3f722)