This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Releases: RomanVassilchenko/simple-url-shortener
Releases · RomanVassilchenko/simple-url-shortener
Release v1.2.0: Advanced options and a lot of fixes
Changes:
- Add an advanced option for custom aliases
- Fixes of colours on the website
- Add Google Analytics
- Minor changes in frontend & backend
Release v1.1.2: Web interface Fixes and Backend improvements
Changes:
Fix: Removed creation of multiple links. It is now impossible to create a link to sus.kz (return an error for both HTTP and HTTPS)
Fix: Right now you can write your URL without HTTP/HTTPS and it will not return any errors
Release v1.1.0: Web interface for Simple URL shortener
Changes:
- Added static folder, which contains new web interface to add new URLs (big thanks to @vadimvalov and @SaraUlan)
- Changed API and now DELETE and POST Requests are using root URL (before it was /url)
- Added Handle to use static files in main.go
- Added .gitignore for website
- Added greeting.go file, which redirect users from / request to the website
Release v1.0.4
Pre-release version for v1.1.0 with Telegram Bot
MVP Release v1.0.3
First MVP Production release of simple-url-shortener v1.0.3
Bug fixes:
- Fix errors with deployment